aboutsummaryrefslogtreecommitdiff
path: root/crypto.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto.c')
-rw-r--r--crypto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto.c b/crypto.c
index dea1617..e067f04 100644
--- a/crypto.c
+++ b/crypto.c
@@ -636,7 +636,7 @@ smc_prep_keyshare (struct BRANDT_Auction *ad)
* public key share
*
* @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 public key share
* which needs to be broadcast
*/
@@ -730,7 +730,7 @@ smc_prep_bid (struct BRANDT_Auction *ad)
* into a message 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 bid
* which needs to be broadcast
*/