Skip to content
GitLab
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
2a4acddc
Commit
2a4acddc
authored
Sep 13, 2016
by
Niels Möller
Browse files
Add SHA3 hashes to nettle_hashes. Reported by Thomas Walter.
parent
50968277
Changes
3
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment