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
8a4f1f03
Commit
8a4f1f03
authored
12 years ago
by
Niels Möller
Browse files
Options
Downloads
Patches
Plain Diff
Minor nitpicking.
parent
fbbacf26
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
gosthash94.h
+3
-3
3 additions, 3 deletions
gosthash94.h
pbkdf2.h
+1
-1
1 addition, 1 deletion
pbkdf2.h
with
4 additions
and
4 deletions
gosthash94.h
+
3
−
3
View file @
8a4f1f03
...
...
@@ -51,8 +51,8 @@
* Ported to nettle by Nikos Mavrogiannopoulos.
*/
#ifndef NETTLE_GOST_H_INCLUDED
#define NETTLE_GOST_H_INCLUDED
#ifndef NETTLE_GOST
HASH94
_H_INCLUDED
#define NETTLE_GOST
HASH94
_H_INCLUDED
#include
"nettle-types.h"
...
...
@@ -85,4 +85,4 @@ void gosthash94_digest(struct gosthash94_ctx *ctx,
}
#endif
#endif
/* NETTLE_GOST_H_INCLUDED */
#endif
/* NETTLE_GOST
HASH94
_H_INCLUDED */
This diff is collapsed.
Click to expand it.
pbkdf2.h
+
1
−
1
View file @
8a4f1f03
/* pbkdf2.
c
/* pbkdf2.
h
*
* PKCS #5 password-based key derivation function PBKDF2, see RFC 2898.
*/
...
...
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