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
61002bdb
Commit
61002bdb
authored
Jan 01, 2013
by
Niels Möller
Browse files
Benchmark additional sha3 functions.
parent
9cf94512
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
61002bdb
2013-01-01 Niels Möller <nisse@lysator.liu.se>
* examples/nettle-benchmark.c (main): Benchmark additional sha3
functions.
2012-12-30 Niels Möller <nisse@lysator.liu.se>
* sha3-224.c, sha3-224-meta.c: New files.
...
...
examples/nettle-benchmark.c
View file @
61002bdb
...
...
@@ -646,7 +646,8 @@ main(int argc, char **argv)
&
nettle_sha1
,
OPENSSL
(
&
nettle_openssl_sha1
)
&
nettle_sha224
,
&
nettle_sha256
,
&
nettle_sha384
,
&
nettle_sha512
,
&
nettle_sha3_256
,
&
nettle_sha3_224
,
&
nettle_sha3_256
,
&
nettle_sha3_384
,
&
nettle_sha3_512
,
&
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