From: Niels Möller Date: Sat, 26 Apr 2014 05:30:34 +0000 (+0200) Subject: Make HMAC and UMAC their own info nodes. X-Git-Tag: nettle_3.0_release_20140607~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3415be486e1f6ba5c5d091e84df6f336d1bf475e;p=thirdparty%2Fnettle.git Make HMAC and UMAC their own info nodes. --- diff --git a/ChangeLog b/ChangeLog index 815594b4..a97556e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,7 @@ * nettle.texinfo (GCM): Document GCM_DIGEST_SIZE. (UMAC): Document new UMAC constants. + (Keyed hash functions): Make HMAC and UMAC their own info nodes. * umac.h (UMAC_MIN_NONCE_SIZE, UMAC_MAX_NONCE_SIZE): New constants. diff --git a/nettle.texinfo b/nettle.texinfo index 89fcad96..3601cd59 100644 --- a/nettle.texinfo +++ b/nettle.texinfo @@ -83,12 +83,23 @@ Reference * Miscellaneous functions:: * Compatibility functions:: +Hash functions + +* Recommended hash functions:: +* Legacy hash functions:: +* nettle_hash abstraction:: + Cipher modes * CBC:: * CTR:: * GCM:: -* CCM:: +* CCM:: + +Keyed Hash Functions + +* HMAC:: +* UMAC:: Public-key algorithms @@ -2463,6 +2474,14 @@ Bob. Keyed hash functions are typically a lot faster than digital signatures as well. +@menu +* HMAC:: +* UMAC:: +@end menu + +@node HMAC, UMAC, Keyed hash functions, Keyed hash functions +@comment node-name, next, previous, up + @subsection @acronym{HMAC} @cindex HMAC @@ -2678,6 +2697,9 @@ This function also resets the context for processing new messages, with the same key. @end deftypefun +@node UMAC, , HMAC, Keyed hash functions +@comment node-name, next, previous, up + @subsection @acronym{UMAC} @cindex UMAC