From 01f11727ad8dd30b52c5afb909395a9f85d7d22c Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 1 Jul 2018 03:14:53 -0400 Subject: [PATCH] Fix bench1.cpp from SIMECK testing --- bench1.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bench1.cpp b/bench1.cpp index a322e70b..4cee1702 100644 --- a/bench1.cpp +++ b/bench1.cpp @@ -525,10 +525,6 @@ void Benchmark2(double t, double hertz) std::cout << "\nAlgorithmMiB/Second" << cpb; std::cout << "Microseconds to
Setup Key and IV" << cpk; - BenchMarkByName("SIMECK-32/CTR", 8, "SIMECK-32(64)/CTR (64-bit key)"); - BenchMarkByName("SIMECK-64/CTR", 16, "SIMECK-64(128)/CTR (128-bit key)"); - return; - std::cout << "\n"; { #if CRYPTOPP_AESNI_AVAILABLE