Skip to content
GitLab
Menu
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
a71b1509
Commit
a71b1509
authored
Nov 12, 2012
by
Niels Möller
Browse files
Benchmark sha3_256.
parent
1c8cc9e9
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
a71b1509
2012-11-12 Niels Möller <nisse@lysator.liu.se>
* examples/nettle-benchmark.c (main): Benchmark sha3_256.
* sha3-permute.c: New file. Permutation function for sha3, aka
Keccak.
* sha3.h: New header file.
...
...
examples/nettle-benchmark.c
View file @
a71b1509
...
...
@@ -650,6 +650,7 @@ main(int argc, char **argv)
&
nettle_sha1
,
OPENSSL
(
&
nettle_openssl_sha1
)
&
nettle_sha224
,
&
nettle_sha256
,
&
nettle_sha384
,
&
nettle_sha512
,
&
nettle_sha3_256
,
&
nettle_ripemd160
,
&
nettle_gosthash94
,
NULL
};
...
...
Write
Preview
Supports
Markdown
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