aboutsummaryrefslogtreecommitdiff
path: root/crypto.c
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-08-16 13:23:13 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-08-16 13:23:13 +0200
commit3a074a3d29ca7b05c79057f9e69d71eae5cb5722 (patch)
treecd07934e1b471defdc00cbd96252cd84bae9efb1 /crypto.c
parent458a91c484257ba164a30977d9d3250d34297051 (diff)
downloadlibbrandt-3a074a3d29ca7b05c79057f9e69d71eae5cb5722.tar.gz
libbrandt-3a074a3d29ca7b05c79057f9e69d71eae5cb5722.zip
fix doc
Diffstat (limited to 'crypto.c')
-rw-r--r--crypto.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto.c b/crypto.c
index e96fd0e..4b6419a 100644
--- a/crypto.c
+++ b/crypto.c
@@ -614,8 +614,9 @@ smc_sum (gcry_mpi_point_t out,
614 * public multiplicative key share 614 * public multiplicative key share
615 * 615 *
616 * @param[in,out] ad Pointer to the BRANDT_Auction struct to operate on 616 * @param[in,out] ad Pointer to the BRANDT_Auction struct to operate on
617 * @param[out] buflen \todo 617 * @param[out] buflen Size of the returned buffer in bytes
618 * @return \todo 618 * @return A buffer containing the multiplicative public key share which needs
619 * to be broadcast
619 */ 620 */
620unsigned char * 621unsigned char *
621smc_gen_keyshare (struct BRANDT_Auction *ad, size_t *buflen) 622smc_gen_keyshare (struct BRANDT_Auction *ad, size_t *buflen)