summaryrefslogtreecommitdiff
path: root/bench1.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-01 03:14:53 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-01 03:14:53 -0400
commit01f11727ad8dd30b52c5afb909395a9f85d7d22c (patch)
tree575f9a1acb438775b9d26af8c07e9767d4038751 /bench1.cpp
parent08e61370828e370d665fc59dbda534e899a0de0c (diff)
downloadcryptopp-git-01f11727ad8dd30b52c5afb909395a9f85d7d22c.tar.gz
Fix bench1.cpp from SIMECK testing
Diffstat (limited to 'bench1.cpp')
-rw-r--r--bench1.cpp4
1 files changed, 0 insertions, 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 << "\n<TR><TH>Algorithm<TH>MiB/Second" << cpb;
std::cout << "<TH>Microseconds to<BR>Setup Key and IV" << cpk;
- BenchMarkByName<SymmetricCipher>("SIMECK-32/CTR", 8, "SIMECK-32(64)/CTR (64-bit key)");
- BenchMarkByName<SymmetricCipher>("SIMECK-64/CTR", 16, "SIMECK-64(128)/CTR (128-bit key)");
- return;
-
std::cout << "\n<TBODY style=\"background: white;\">";
{
#if CRYPTOPP_AESNI_AVAILABLE