aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_crypto_lib.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index 861bff565..3c5daccdc 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -2054,8 +2054,7 @@ GNUNET_CRYPTO_rsa_sign_blinded (const struct GNUNET_CRYPTO_RsaPrivateKey *key,
2054 * Create and sign a full domain hash of a message. 2054 * Create and sign a full domain hash of a message.
2055 * 2055 *
2056 * @param key private key to use for the signing 2056 * @param key private key to use for the signing
2057 * @param msg the (blinded) message to sign 2057 * @param hash the hash of the message to sign
2058 * @param msg_len number of bytes in @a msg to sign
2059 * @return NULL on error, signature on success 2058 * @return NULL on error, signature on success
2060 */ 2059 */
2061struct GNUNET_CRYPTO_RsaSignature * 2060struct GNUNET_CRYPTO_RsaSignature *