Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
2604f608
Commit
2604f608
authored
Jan 01, 2013
by
Niels Möller
Browse files
Minor documentation fixes.
parent
fd0413bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
nettle.texinfo
View file @
2604f608
...
...
@@ -216,11 +216,11 @@ Gutmann, and hacked some more by Andrew Kuchling and @value{AUTHOR}.
Released into the public domain. Assembler for x86 by @value
{
AUTHOR
}
,
released under the LGPL.
@item SHA2
24, SHA256, SHA384, and SHA512
@item SHA2
Written by @value
{
AUTHOR
}
, using Peter Gutmann's SHA1 code as a model.
Released under the LGPL.
@item SHA3
-256
@item SHA3
Written by @value
{
AUTHOR
}
. Released under the LGPL.
@item GOSTHASH94
...
...
@@ -399,7 +399,7 @@ bits, or 32 octets. Nettle defines SHA256 in @file{<nettle/sha2.h>}.
@end deftp
@defvr Constant SHA256
_
DIGEST
_
SIZE
The size of a
n
SHA256 digest, i.e. 32.
The size of a SHA256 digest, i.e. 32.
@end defvr
@defvr Constant SHA256
_
DATA
_
SIZE
...
...
@@ -440,7 +440,7 @@ compatibility).
@end deftp
@defvr Constant SHA224
_
DIGEST
_
SIZE
The size of a
n
SHA224 digest, i.e. 28.
The size of a SHA224 digest, i.e. 28.
@end defvr
@defvr Constant SHA224
_
DATA
_
SIZE
...
...
@@ -479,7 +479,7 @@ octets. Nettle defines SHA512 in @file{<nettle/sha2.h>} (and in
@end deftp
@defvr Constant SHA512
_
DIGEST
_
SIZE
The size of a
n
SHA512 digest, i.e. 64.
The size of a SHA512 digest, i.e. 64.
@end defvr
@defvr Constant SHA512
_
DATA
_
SIZE
...
...
@@ -516,7 +516,7 @@ compatibility).
@end deftp
@defvr Constant SHA384
_
DIGEST
_
SIZE
The size of a
n
SHA384 digest, i.e. 48.
The size of a SHA384 digest, i.e. 48.
@end defvr
@defvr Constant SHA384
_
DATA
_
SIZE
...
...
@@ -828,7 +828,7 @@ RIPEMD160 in @file{nettle/ripemd160.h}.
@end deftp
@defvr Constant RIPEMD160
_
DIGEST
_
SIZE
The size of a
n
RIPEMD160 digest, i.e. 20.
The size of a RIPEMD160 digest, i.e. 20.
@end defvr
@defvr Constant RIPEMD160
_
DATA
_
SIZE
...
...
@@ -864,7 +864,7 @@ in @file{<nettle/sha.h>}, for backwards compatibility).
@end deftp
@defvr Constant SHA1
_
DIGEST
_
SIZE
The size of a
n
SHA1 digest, i.e. 20.
The size of a SHA1 digest, i.e. 20.
@end defvr
@defvr Constant SHA1
_
DATA
_
SIZE
...
...
@@ -902,7 +902,7 @@ Nettle defines GOSTHASH94 in @file{<nettle/gosthash94.h>}.
@end deftp
@defvr Constant GOSTHASH94
_
DIGEST
_
SIZE
The size of a
n
GOSTHASH94 digest, i.e. 32.
The size of a GOSTHASH94 digest, i.e. 32.
@end defvr
@defvr Constant GOSTHASH94
_
DATA
_
SIZE
...
...
Write
Preview
Supports
Markdown
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