aboutsummaryrefslogtreecommitdiff
path: root/src/util/crypto_paillier.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/crypto_paillier.c')
-rw-r--r--src/util/crypto_paillier.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/crypto_paillier.c b/src/util/crypto_paillier.c
index 0a08509ba..97dfad630 100644
--- a/src/util/crypto_paillier.c
+++ b/src/util/crypto_paillier.c
@@ -111,7 +111,7 @@ GNUNET_CRYPTO_paillier_create (struct
111 * @param public_key Public key to use. 111 * @param public_key Public key to use.
112 * @param m Plaintext to encrypt. 112 * @param m Plaintext to encrypt.
113 * @param desired_ops How many homomorphic ops the caller intends to use 113 * @param desired_ops How many homomorphic ops the caller intends to use
114 * @param[out] ciphertext Encrytion of @a plaintext with @a public_key. 114 * @param[out] ciphertext Encryption of @a plaintext with @a public_key.
115 * @return guaranteed number of supported homomorphic operations >= 1, 115 * @return guaranteed number of supported homomorphic operations >= 1,
116 * or desired_ops, in case that is lower, 116 * or desired_ops, in case that is lower,
117 * or -1 if less than one homomorphic operation is possible 117 * or -1 if less than one homomorphic operation is possible
@@ -211,7 +211,7 @@ GNUNET_CRYPTO_paillier_encrypt1 (const struct
211 * @param public_key Public key to use. 211 * @param public_key Public key to use.
212 * @param m Plaintext to encrypt. 212 * @param m Plaintext to encrypt.
213 * @param desired_ops How many homomorphic ops the caller intends to use 213 * @param desired_ops How many homomorphic ops the caller intends to use
214 * @param[out] ciphertext Encrytion of @a plaintext with @a public_key. 214 * @param[out] ciphertext Encryption of @a plaintext with @a public_key.
215 * @return guaranteed number of supported homomorphic operations >= 1, 215 * @return guaranteed number of supported homomorphic operations >= 1,
216 * or desired_ops, in case that is lower, 216 * or desired_ops, in case that is lower,
217 * or -1 if less than one homomorphic operation is possible 217 * or -1 if less than one homomorphic operation is possible