From f62e24a88c21235bc3c901508cfb474509ef2961 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 14 Nov 2020 17:17:36 +0100 Subject: spell checking --- src/util/crypto_paillier.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util/crypto_paillier.c') 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 * @param public_key Public key to use. * @param m Plaintext to encrypt. * @param desired_ops How many homomorphic ops the caller intends to use - * @param[out] ciphertext Encrytion of @a plaintext with @a public_key. + * @param[out] ciphertext Encryption of @a plaintext with @a public_key. * @return guaranteed number of supported homomorphic operations >= 1, * or desired_ops, in case that is lower, * or -1 if less than one homomorphic operation is possible @@ -211,7 +211,7 @@ GNUNET_CRYPTO_paillier_encrypt1 (const struct * @param public_key Public key to use. * @param m Plaintext to encrypt. * @param desired_ops How many homomorphic ops the caller intends to use - * @param[out] ciphertext Encrytion of @a plaintext with @a public_key. + * @param[out] ciphertext Encryption of @a plaintext with @a public_key. * @return guaranteed number of supported homomorphic operations >= 1, * or desired_ops, in case that is lower, * or -1 if less than one homomorphic operation is possible -- cgit v1.2.3