Fix bench1.cpp from HIGHT testing
parent
2f5b110b52
commit
d12229d463
|
|
@ -525,9 +525,6 @@ void Benchmark2(double t, double hertz)
|
||||||
std::cout << "\n<TR><TH>Algorithm<TH>MiB/Second" << cpb;
|
std::cout << "\n<TR><TH>Algorithm<TH>MiB/Second" << cpb;
|
||||||
std::cout << "<TH>Microseconds to<BR>Setup Key and IV" << cpk;
|
std::cout << "<TH>Microseconds to<BR>Setup Key and IV" << cpk;
|
||||||
|
|
||||||
BenchMarkByName<SymmetricCipher>("HIGHT/CTR");
|
|
||||||
return;
|
|
||||||
|
|
||||||
std::cout << "\n<TBODY style=\"background: white;\">";
|
std::cout << "\n<TBODY style=\"background: white;\">";
|
||||||
{
|
{
|
||||||
#if CRYPTOPP_AESNI_AVAILABLE
|
#if CRYPTOPP_AESNI_AVAILABLE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue