aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_crypto_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_crypto_lib.h')
-rw-r--r--src/include/gnunet_crypto_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_crypto_lib.h b/src/include/gnunet_crypto_lib.h
index ae899c1db..6f777a562 100644
--- a/src/include/gnunet_crypto_lib.h
+++ b/src/include/gnunet_crypto_lib.h
@@ -1644,7 +1644,7 @@ GNUNET_CRYPTO_rsa_signature_free (struct GNUNET_CRYPTO_rsa_Signature *sig);
1644 1644
1645 1645
1646/** 1646/**
1647 * Encode the signature key in a format suitable for 1647 * Encode the given signature in a format suitable for
1648 * storing it into a file. 1648 * storing it into a file.
1649 * 1649 *
1650 * @param sig the signature 1650 * @param sig the signature
@@ -1657,7 +1657,7 @@ GNUNET_CRYPTO_rsa_signature_encode (const struct GNUNET_CRYPTO_rsa_Signature *si
1657 1657
1658 1658
1659/** 1659/**
1660 * Decode the public key from the data-format back 1660 * Decode the signature from the data-format back
1661 * to the "normal", internal format. 1661 * to the "normal", internal format.
1662 * 1662 *
1663 * @param buf the buffer where the public key data is stored 1663 * @param buf the buffer where the public key data is stored