diff options
author | Werner Koch <[email protected]> | 2000-10-04 11:16:19 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2000-10-04 11:16:19 +0000 |
commit | 9c20f65cbe9d3d806b02f0f90a2051a20f3857db (patch) | |
tree | 6c784f870b191b2a1b3f16f86cff3a5af59ff2f6 /doc/gcryptref-digest.sgml | |
parent | See ChangeLog: Mon Sep 18 16:35:45 CEST 2000 Werner Koch (diff) | |
download | gnupg-9c20f65cbe9d3d806b02f0f90a2051a20f3857db.tar.gz gnupg-9c20f65cbe9d3d806b02f0f90a2051a20f3857db.zip |
See ChangeLog: Wed Oct 4 13:16:18 CEST 2000 Werner Koch
Diffstat (limited to 'doc/gcryptref-digest.sgml')
-rw-r--r-- | doc/gcryptref-digest.sgml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/gcryptref-digest.sgml b/doc/gcryptref-digest.sgml index a123c9b25..3b4dcd7e8 100644 --- a/doc/gcryptref-digest.sgml +++ b/doc/gcryptref-digest.sgml @@ -68,7 +68,8 @@ specified. It is possible to use these functions as MAC functons; therefore the flag <literal/GCRY_MD_FLAG_HMAC/ must be given along with the hash functions. Other MAC algorithms than HMAC are currently not - supported. The key for the MAC must be set using the gcry_md_setkey macro. + supported. The key for the MAC must be set using + the <function>gcry_md_setkey</> function. <function>gcry_md_close</function> releases all resources associated with the context. <function>gcry_md_enable</function> may be used to enable hash @@ -194,6 +195,7 @@ hash functions into MAC functions. The key may be any string of the speicified length. The type of the MAC is determined by special flags set with the open function. + NEW: There is now a function to do this </para> </refentry> @@ -479,3 +481,6 @@ </para> </refentry> + +<!-- FIXME: doc gcry_md_setkey */ + |