Skip to content
Snippets Groups Projects
Commit 36e62486 authored by Niels Möller's avatar Niels Möller
Browse files

(main): Benchmark sha384.

Rev: nettle/examples/nettle-benchmark.c:1.6
parent 22fb0e86
Branches
Tags
No related merge requests found
...@@ -388,7 +388,7 @@ main(int argc, char **argv) ...@@ -388,7 +388,7 @@ main(int argc, char **argv)
&nettle_md2, &nettle_md4, &nettle_md5, &nettle_md2, &nettle_md4, &nettle_md5,
OPENSSL(&nettle_openssl_md5) OPENSSL(&nettle_openssl_md5)
&nettle_sha1, OPENSSL(&nettle_openssl_sha1) &nettle_sha1, OPENSSL(&nettle_openssl_sha1)
&nettle_sha256, &nettle_sha512, &nettle_sha256, &nettle_sha384, &nettle_sha512,
NULL NULL
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment