aboutsummaryrefslogtreecommitdiff
path: root/fp_priv.c
diff options
context:
space:
mode:
Diffstat (limited to 'fp_priv.c')
-rw-r--r--fp_priv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fp_priv.c b/fp_priv.c
index 201e643..0fdaa79 100644
--- a/fp_priv.c
+++ b/fp_priv.c
@@ -149,7 +149,7 @@ fp_priv_prep_outcome (struct BRANDT_Auction *ad)
* a message buffer together with proofs of correctnes.
*
* @param[in] ad Pointer to the BRANDT_Auction struct to operate on
- * @param[out] buflen Size of the returned message buffer in bytes
+ * @param[out] buflen Size of the returned message buffer in byte
* @return A buffer containing the encrypted outcome vectors
* which needs to be broadcast
*/
@@ -396,7 +396,7 @@ fp_priv_decrypt_outcome_bidder (struct BRANDT_Auction *ad, size_t *buflen)
* buffer from all received decryption shares to broadcast back to all bidders.
*
* @param[in] ad Pointer to the BRANDT_Auction struct to operate on
- * @param[out] buflen Size of the returned message buffer in bytes
+ * @param[out] buflen Size of the returned message buffer in byte
* @return A buffer containing the share of the decrypted outcome
* which needs to be broadcast
*/