Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nettle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitry Baryshkov
nettle
Commits
ae8fadfe
Commit
ae8fadfe
authored
12 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
deftypevr vs deftypevrx fix.
parent
8879d88d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+5
-0
5 additions, 0 deletions
ChangeLog
nettle.texinfo
+2
-2
2 additions, 2 deletions
nettle.texinfo
with
7 additions
and
2 deletions
ChangeLog
+
5
−
0
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
...
...
This diff is collapsed.
Click to expand it.
nettle.texinfo
+
2
−
2
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment