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
Dmitry Baryshkov
nettle
Commits
ae8fadfe
Commit
ae8fadfe
authored
Nov 10, 2012
by
Niels Möller
Browse files
deftypevr vs deftypevrx fix.
parent
8879d88d
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
ae8fadfe
2012-11-10 Niels Möller <nisse@lysator.liu.se>
* nettle.texinfo (nettle_hashes, nettle_ciphers): Use deftypevr,
not deftypevrx. Spotted by Nikos Mavrogiannopoulos.
2012-11-08 Niels Möller <nisse@lysator.liu.se>
Gost hash function, ported from Aleksey Kravchenko's rhash library
...
...
nettle.texinfo
View file @
ae8fadfe
...
...
@@ -741,7 +741,7 @@ These are all the hash functions that Nettle implements.
Nettle also exports a list of all these hashes. This list can be used
to dynamically enumerate or search the supported algorithms:
@deftypevr
x
{
Constant Struct
}
{
struct nettle
_
hash **
}
nettle
_
hashes
@deftypevr
{
Constant Struct
}
{
struct nettle
_
hash **
}
nettle
_
hashes
@end deftypevr
...
...
@@ -1466,7 +1466,7 @@ 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
x
{
Constant Struct
}
{
struct nettle
_
cipher **
}
nettle
_
ciphers
@deftypevr
{
Constant Struct
}
{
struct nettle
_
cipher **
}
nettle
_
ciphers
@end deftypevr
...
...
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