]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
(main): Benchmark sha512.
authorNiels Möller <nisse@lysator.liu.se>
Wed, 24 Mar 2010 20:28:47 +0000 (21:28 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Wed, 24 Mar 2010 20:28:47 +0000 (21:28 +0100)
Rev: nettle/examples/nettle-benchmark.c:1.5

examples/nettle-benchmark.c

index d22afa59e43382fde56604e779f50ecb8dfb17fb..78b2441779fa6bb6ed91be03e25f08d1d98b21ed 100644 (file)
@@ -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
     };