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
2a4acddc
Commit
2a4acddc
authored
Sep 13, 2016
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add SHA3 hashes to nettle_hashes. Reported by Thomas Walter.
parent
50968277
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
1 deletion
+15
-1
ChangeLog
ChangeLog
+6
-0
nettle-meta-hashes.c
nettle-meta-hashes.c
+4
-0
testsuite/meta-hash-test.c
testsuite/meta-hash-test.c
+5
-1
No files found.
ChangeLog
View file @
2a4acddc
2016-09-13 Niels Möller <nisse@lysator.liu.se>
* nettle-meta-hashes.c (nettle_hashes): Added SHA3 hashes.
Reported missing by Thomas Walter.
* testsuite/meta-hash-test.c: Update test accordingly.
2016-09-07 Niels Möller <nisse@lysator.liu.se>
* nettle.texinfo (Elliptic curves): Split into sub-nodes.
...
...
nettle-meta-hashes.c
View file @
2a4acddc
...
...
@@ -46,5 +46,9 @@ const struct nettle_hash * const nettle_hashes[] = {
&
nettle_sha256
,
&
nettle_sha384
,
&
nettle_sha512
,
&
nettle_sha3_224
,
&
nettle_sha3_256
,
&
nettle_sha3_384
,
&
nettle_sha3_512
,
NULL
};
testsuite/meta-hash-test.c
View file @
2a4acddc
...
...
@@ -11,7 +11,11 @@ const char* hashes[] = {
"sha224"
,
"sha256"
,
"sha384"
,
"sha512"
"sha512"
,
"sha3_224"
,
"sha3_256"
,
"sha3_384"
,
"sha3_512"
,
};
void
...
...
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