Update benchmarks

This commit is contained in:
Jeffrey Walton 2021-05-31 00:21:50 -04:00
parent 081873ea86
commit 926543ef66
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -322,8 +322,8 @@ void AddHtmlHeader()
oss << "\n<BODY>";
oss << "\n<H1><A href=\"http://www.cryptopp.com\">Crypto++</A> " << CRYPTOPP_VERSION / 100;
oss << '.' << (CRYPTOPP_VERSION % 100) / 10 << '.' << CRYPTOPP_VERSION % 10 << " Benchmarks</H1>";
oss << "\n<H1><A href=\"http://www.cryptopp.com\">Crypto++ " << CRYPTOPP_VERSION / 100;
oss << '.' << (CRYPTOPP_VERSION % 100) / 10 << '.' << CRYPTOPP_VERSION % 10 << "</A> Benchmarks</H1>";
oss << "\n<P>Here are speed benchmarks for some commonly used cryptographic algorithms.</P>";