From: Niels Möller Date: Wed, 24 Mar 2010 20:28:47 +0000 (+0100) Subject: (main): Benchmark sha512. X-Git-Tag: camellia_32bit_20100720~110 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d807f9a126f0ea1ed8133c9ade53f60133935b41;p=thirdparty%2Fnettle.git (main): Benchmark sha512. Rev: nettle/examples/nettle-benchmark.c:1.5 --- diff --git a/examples/nettle-benchmark.c b/examples/nettle-benchmark.c index d22afa59..78b24417 100644 --- a/examples/nettle-benchmark.c +++ b/examples/nettle-benchmark.c @@ -6,7 +6,7 @@ /* nettle, low-level cryptographics library * - * Copyright (C) 2001 Niels Möller + * Copyright (C) 2001, 2010 Niels Möller * * The nettle library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by @@ -388,7 +388,7 @@ main(int argc, char **argv) &nettle_md2, &nettle_md4, &nettle_md5, OPENSSL(&nettle_openssl_md5) &nettle_sha1, OPENSSL(&nettle_openssl_sha1) - &nettle_sha256, + &nettle_sha256, &nettle_sha512, NULL };