aboutsummaryrefslogtreecommitdiff
path: root/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto.h')
-rw-r--r--crypto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto.h b/crypto.h
index a7b06d8..c6ddb36 100644
--- a/crypto.h
+++ b/crypto.h
@@ -84,9 +84,9 @@ struct proof_0og {
struct ec_mpi r2;
};
-void smc_zkp_dl (const gcry_mpi_point_t v,
- const gcry_mpi_t x,
- struct proof_dl *proof);
+void smc_zkp_dl (gcry_mpi_point_t v,
+ const gcry_mpi_t x,
+ struct proof_dl *proof);
int smc_zkp_dl_check (const gcry_mpi_point_t v,
const struct proof_dl *proof);