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

(main): Benchmark sha224.

Rev: nettle/examples/nettle-benchmark.c:1.7
parent ffe47b50
No related branches found
No related tags found
No related merge requests found
...@@ -388,7 +388,8 @@ main(int argc, char **argv) ...@@ -388,7 +388,8 @@ 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_sha384, &nettle_sha512, &nettle_sha224, &nettle_sha256,
&nettle_sha384, &nettle_sha512,
NULL NULL
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment