tools/bench: disable MD2

MD2 is _far_ too slow (and less prevalent) compared to the other hashes
that we test.
This commit is contained in:
Danny Robson 2019-02-22 12:34:11 +11:00
parent 4ebb5a9645
commit 777c4ef2d8

View File

@ -65,7 +65,7 @@ main (void)
} while (0);
MAP0 (BENCH_HASH,
MD2,
//MD2,
MD4,
MD5,
RIPEMD,
@ -75,4 +75,4 @@ main (void)
blake2,
tiger
)
}
}