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

(main): Benchmark ripemd-160.

Rev: nettle/examples/nettle-benchmark.c:1.22
parent 12baab1d
No related branches found
No related tags found
No related merge requests found
...@@ -601,6 +601,7 @@ main(int argc, char **argv) ...@@ -601,6 +601,7 @@ main(int argc, char **argv)
&nettle_sha1, OPENSSL(&nettle_openssl_sha1) &nettle_sha1, OPENSSL(&nettle_openssl_sha1)
&nettle_sha224, &nettle_sha256, &nettle_sha224, &nettle_sha256,
&nettle_sha384, &nettle_sha512, &nettle_sha384, &nettle_sha512,
&nettle_ripemd160,
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