summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-04-27 00:29:43 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-08-25 12:23:19 +0300
commit97fc2e20df39b51ddfdef2183fac882aa51757ee (patch)
tree6a04733d52c361961b4e693ba641ccce84aaef04
parentb69e3bd1e43ed99d4e3a1e3d8c1208ccdd4a4888 (diff)
downloadgnutls-97fc2e20df39b51ddfdef2183fac882aa51757ee.tar.gz
updated documentation
-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 dc67e733de..cb0d3f0043 100644
--- a/lib/crypto-api.c
+++ b/lib/crypto-api.c
@@ -329,7 +329,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
**/
@@ -450,7 +451,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
**/