From 777c4ef2d8eb005f71647cc424c4d252a160c4f1 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Fri, 22 Feb 2019 12:34:11 +1100 Subject: [PATCH] tools/bench: disable MD2 MD2 is _far_ too slow (and less prevalent) compared to the other hashes that we test. --- tools/bench.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/bench.cpp b/tools/bench.cpp index c38171d..43d86e5 100644 --- a/tools/bench.cpp +++ b/tools/bench.cpp @@ -65,7 +65,7 @@ main (void) } while (0); MAP0 (BENCH_HASH, - MD2, + //MD2, MD4, MD5, RIPEMD, @@ -75,4 +75,4 @@ main (void) blake2, tiger ) -} \ No newline at end of file +}