aboutsummaryrefslogtreecommitdiff
path: root/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto.h')
-rw-r--r--crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto.h b/crypto.h
index c6ddb36..d21a292 100644
--- a/crypto.h
+++ b/crypto.h
@@ -115,7 +115,7 @@ int smc_zkp_0og_check (const gcry_mpi_point_t y,
/* --- Protocol implementation --- */
-void smc_gen_keyshare (struct AuctionData *ad);
+void smc_gen_keyshare (struct AuctionData *ad, struct proof_dl *proof);
void smc_compute_pkey (struct AuctionData *ad);
#endif /* ifndef _BRANDT_CRYPTO_H */