aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
authorJeff Burdges <burdges@gnunet.org>2016-03-21 14:04:23 +0000
committerJeff Burdges <burdges@gnunet.org>2016-03-21 14:04:23 +0000
commit44df35a1926b4ed97e56214f2fffe2b9dce1492b (patch)
tree6120b90bb8e94c7cd15e1b6fe127c026580a9fde /src/include/gnunet_crypto_lib.h
parent3eef52849bc39c38aa8325e45a4153dc80b097a3 (diff)
downloadgnunet-44df35a1926b4ed97e56214f2fffe2b9dce1492b.tar.gz
gnunet-44df35a1926b4ed97e56214f2fffe2b9dce1492b.zip
Fix paramater description
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-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 *