From a49b2facee0242ebbeebe30e4f479afbaa381893 Mon Sep 17 00:00:00 2001 From: Markus Teich Date: Wed, 22 Jun 2016 14:22:52 +0200 Subject: add prologue and round1 including tests --- crypto.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crypto.h') 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 */ -- cgit v1.2.3