Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dmitry Baryshkov
nettle
Commits
3415be48
Commit
3415be48
authored
Apr 26, 2014
by
Niels Möller
Browse files
Make HMAC and UMAC their own info nodes.
parent
23b1c8b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
3415be48
...
...
@@ -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.
...
...
nettle.texinfo
View file @
3415be48
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment