From 3415be486e1f6ba5c5d091e84df6f336d1bf475e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Sat, 26 Apr 2014 07:30:34 +0200 Subject: [PATCH] Make HMAC and UMAC their own info nodes. --- ChangeLog | 1 + nettle.texinfo | 24 +++++++++++++++++++++++- 2 files changed, 24 insertions(+), 1 deletion(-) 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 -- GitLab