Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nettle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Wim Lewis
nettle
Commits
3415be48
Commit
3415be48
authored
Apr 26, 2014
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make HMAC and UMAC their own info nodes.
parent
23b1c8b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
1 deletion
+24
-1
ChangeLog
ChangeLog
+1
-0
nettle.texinfo
nettle.texinfo
+23
-1
No files found.
ChangeLog
View file @
3415be48
...
@@ -2,6 +2,7 @@
...
@@ -2,6 +2,7 @@
* nettle.texinfo (GCM): Document GCM_DIGEST_SIZE.
* nettle.texinfo (GCM): Document GCM_DIGEST_SIZE.
(UMAC): Document new UMAC constants.
(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
* umac.h (UMAC_MIN_NONCE_SIZE, UMAC_MAX_NONCE_SIZE): New
constants.
constants.
...
...
nettle.texinfo
View file @
3415be48
...
@@ -83,12 +83,23 @@ Reference
...
@@ -83,12 +83,23 @@ Reference
* Miscellaneous functions::
* Miscellaneous functions::
* Compatibility functions::
* Compatibility functions::
Hash functions
* Recommended hash functions::
* Legacy hash functions::
* nettle
_
hash abstraction::
Cipher modes
Cipher modes
* CBC::
* CBC::
* CTR::
* CTR::
* GCM::
* GCM::
* CCM::
* CCM::
Keyed Hash Functions
* HMAC::
* UMAC::
Public-key algorithms
Public-key algorithms
...
@@ -2463,6 +2474,14 @@ Bob.
...
@@ -2463,6 +2474,14 @@ Bob.
Keyed hash functions are typically a lot faster than digital signatures
Keyed hash functions are typically a lot faster than digital signatures
as well.
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
}
@subsection @acronym
{
HMAC
}
@cindex HMAC
@cindex HMAC
...
@@ -2678,6 +2697,9 @@ This function also resets the context for processing new messages, with
...
@@ -2678,6 +2697,9 @@ This function also resets the context for processing new messages, with
the same key.
the same key.
@end deftypefun
@end deftypefun
@node UMAC, , HMAC, Keyed hash functions
@comment node-name, next, previous, up
@subsection @acronym
{
UMAC
}
@subsection @acronym
{
UMAC
}
@cindex UMAC
@cindex UMAC
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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