diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-12-02 12:18:35 +0100 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-12-02 12:18:35 +0100 |
commit | 2eb3cbaa3aca625914903dd2b6386595052029e6 (patch) | |
tree | eb17707f7818482c7222e20ce5d9ceded54e9578 /fp_priv.c | |
parent | ec0e5f0189648c2ae77030a671ad86abe326997d (diff) |
make byte plural consistent
Diffstat (limited to 'fp_priv.c')
-rw-r--r-- | fp_priv.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |