summaryrefslogtreecommitdiff
path: root/lib/crypto-api.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-04-27 00:29:43 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-04-27 00:29:46 +0300
commit53456b2c96cd282ed530a87105684a5610279f09 (patch)
treeeb23d7d63bce471cedef69a4c64a72b8abf0346e /lib/crypto-api.c
parentf825583e73bcb515a3eb524a92ba900f2a8c4190 (diff)
downloadgnutls-53456b2c96cd282ed530a87105684a5610279f09.tar.gz
updated documentation
Diffstat (limited to 'lib/crypto-api.c')
-rw-r--r--lib/crypto-api.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/crypto-api.c b/lib/crypto-api.c
index 771e0a5176..d6e8b032cd 100644
--- a/lib/crypto-api.c
+++ b/lib/crypto-api.c
@@ -348,7 +348,8 @@ gnutls_hmac (gnutls_hmac_hd_t handle, const void *text, size_t textlen)
* @handle: is a #gnutls_hmac_hd_t structure.
* @digest: is the output value of the MAC
*
- * This function will output the current MAC value.
+ * This function will output the current MAC value
+ * and reset the state of the MAC.
*
* Since: 2.10.0
**/
@@ -469,7 +470,8 @@ gnutls_hash (gnutls_hash_hd_t handle, const void *text, size_t textlen)
* @handle: is a #gnutls_hash_hd_t structure.
* @digest: is the output value of the hash
*
- * This function will output the current hash value.
+ * This function will output the current hash value
+ * and reset the state of the hash.
*
* Since: 2.10.0
**/