aboutsummaryrefslogtreecommitdiff
path: root/mp_pub.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp_pub.c')
-rw-r--r--mp_pub.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mp_pub.c b/mp_pub.c
index 68705cf..712c148 100644
--- a/mp_pub.c
+++ b/mp_pub.c
@@ -182,7 +182,7 @@ mp_pub_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
*/
@@ -347,7 +347,7 @@ mp_pub_prep_decryption (struct BRANDT_Auction *ad)
* 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 own share of the decrypted outcome
* which needs to be broadcast
*/