aboutsummaryrefslogtreecommitdiff
path: root/crypto.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-06-22 14:22:52 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-06-22 14:22:52 +0200
commita49b2facee0242ebbeebe30e4f479afbaa381893 (patch)
treefa79e0c55b2f201d1e936d7852f021a0e87495d0 /crypto.h
parent2c63da0ed17dd5403a81c9b8462bd8c1f66ca3d5 (diff)
add prologue and round1 including tests
Diffstat (limited to 'crypto.h')
-rw-r--r--crypto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crypto.h b/crypto.h
index d21a292..5472532 100644
--- a/crypto.h
+++ b/crypto.h
@@ -115,7 +115,6 @@ int smc_zkp_0og_check (const gcry_mpi_point_t y,
/* --- Protocol implementation --- */
-void smc_gen_keyshare (struct AuctionData *ad, struct proof_dl *proof);
-void smc_compute_pkey (struct AuctionData *ad);
+unsigned char *smc_gen_keyshare (struct AuctionData *ad, size_t *buflen);
#endif /* ifndef _BRANDT_CRYPTO_H */