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
Labels
Merge Requests
5
Merge Requests
5
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Nettle
nettle
Commits
ae8fadfe
Commit
ae8fadfe
authored
Nov 10, 2012
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
deftypevr vs deftypevrx fix.
parent
8879d88d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
ChangeLog
ChangeLog
+5
-0
nettle.texinfo
nettle.texinfo
+2
-2
No files found.
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
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