diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-22 02:12:54 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-22 02:12:54 +0200 |
commit | 2c63da0ed17dd5403a81c9b8462bd8c1f66ca3d5 (patch) | |
tree | ea6f4d5ac8569c236c04afaedb3417478462c59a /crypto.h | |
parent | 965b4da7794b3fd0812907559c9434f98f4819fc (diff) |
create proof for public key share
Diffstat (limited to 'crypto.h')
-rw-r--r-- | crypto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |