From 44df35a1926b4ed97e56214f2fffe2b9dce1492b Mon Sep 17 00:00:00 2001 From: Jeff Burdges Date: Mon, 21 Mar 2016 14:04:23 +0000 Subject: [PATCH] Fix paramater description --- src/include/gnunet_crypto_lib.h | 3 +-- 1 file changed, 1 insertion(+), 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, * Create and sign a full domain hash of a message. * * @param key private key to use for the signing - * @param msg the (blinded) message to sign - * @param msg_len number of bytes in @a msg to sign + * @param hash the hash of the message to sign * @return NULL on error, signature on success */ struct GNUNET_CRYPTO_RsaSignature * -- 2.25.1