Fix bench1.cpp from SIMECK testing

pull/681/head
Jeffrey Walton 2018-07-01 03:14:53 -04:00
parent 08e6137082
commit 01f11727ad
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 4 deletions

View File

@ -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