Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Brian Smith
nettle
Commits
5ff517e2
Commit
5ff517e2
authored
Nov 10, 2012
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed uses of @end deftypevr, broken in previous commit.
parent
ae8fadfe
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
nettle.texinfo
nettle.texinfo
+10
-10
No files found.
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
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