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
Brian Smith
nettle
Commits
5ff517e2
Commit
5ff517e2
authored
Nov 10, 2012
by
Niels Möller
Browse files
Fixed uses of @end deftypevr, broken in previous commit.
parent
ae8fadfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
nettle.texinfo
View file @
5ff517e2
...
...
@@ -735,14 +735,14 @@ The last three attributes are function pointers, of types
@deftypevrx
{
Constant Struct
}
{
struct nettle
_
hash
}
nettle
_
sha256
@deftypevrx
{
Constant Struct
}
{
struct nettle
_
hash
}
nettle
_
sha384
@deftypevrx
{
Constant Struct
}
{
struct nettle
_
hash
}
nettle
_
sha512
These are all the hash functions that Nettle implements.
@end deftypevr
Nettle also exports a list of all these hashes. This list can be used
to dynamically enumerate or search the supported algorithms:
@deftypevr
{
Constant Struct
}
{
struct nettle
_
hash **
}
nettle
_
hashes
Nettle also exports a list of all these hashes.
@deftypevr
{
Constant Array
}
{
struct nettle
_
hash **
}
nettle
_
hashes
This list can be used to dynamically enumerate or search the supported
algorithms. NULL-terminated.
@end deftypevr
@node Cipher functions, Cipher modes, Hash functions, Reference
...
...
@@ -1458,16 +1458,16 @@ struct, which is of size @code{context_size}.
@deftypevrx
{
Constant Struct
}
{
struct nettle
_
cipher
}
nettle
_
twofish128
@deftypevrx
{
Constant Struct
}
{
struct nettle
_
cipher
}
nettle
_
twofish192
@deftypevrx
{
Constant Struct
}
{
struct nettle
_
cipher
}
nettle
_
twofish256
Nettle includes such structs for all the @emph
{
regular
}
ciphers, i.e.
ones without weak keys or other oddities.
@end deftypevr
Nettle also exports a list of all these ciphers without weak keys or
other oddities. This list can be used to dynamically enumerate or
search the supported algorithms:
@deftypevr
{
Constant Struct
}
{
struct nettle
_
cipher **
}
nettle
_
ciphers
other oddities.
@deftypevr
{
Constant Array
}
{
struct nettle
_
cipher **
}
nettle
_
ciphers
This list can be used to dynamically enumerate or search the supported
algorithms. NULL-terminated.
@end deftypevr
@node Cipher modes, Keyed hash functions, Cipher functions, Reference
...
...
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