aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_crypto_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 0003e8e00..183231c9b 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -1369,8 +1369,8 @@ GNUNET_CRYPTO_paillier_decrypt (const struct GNUNET_CRYPTO_PaillierPrivateKey *p
1369 * @param x1 Paillier cipher text. 1369 * @param x1 Paillier cipher text.
1370 * @param x2 Paillier cipher text. 1370 * @param x2 Paillier cipher text.
1371 * @param[out] result Result of the homomorphic operation. 1371 * @param[out] result Result of the homomorphic operation.
1372 * @return GNUNET_OK if the result could be computed, 1372 * @return #GNUNET_OK if the result could be computed,
1373 * GNUNET_SYSERR if no more homomorphic operations are remaining. 1373 * #GNUNET_SYSERR if no more homomorphic operations are remaining.
1374 */ 1374 */
1375int 1375int
1376GNUNET_CRYPTO_paillier_hom_add (const struct GNUNET_CRYPTO_PaillierCiphertext *x1, 1376GNUNET_CRYPTO_paillier_hom_add (const struct GNUNET_CRYPTO_PaillierCiphertext *x1,