summaryrefslogtreecommitdiff
path: root/bench2.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-01-28 10:18:04 -0500
committerJeffrey Walton <noloader@gmail.com>2019-01-28 10:18:04 -0500
commitcb674918b3cb1ec7f07634a3d1cbb8b722a127fd (patch)
treedd39309d4cf78bab1a2b37f3c039d83d9052380d /bench2.cpp
parent7c3414b0721dfafb7c71904dcbac2ee0fda359ef (diff)
downloadcryptopp-git-cb674918b3cb1ec7f07634a3d1cbb8b722a127fd.tar.gz
Add ChaCha20Poly1305 benchmarks (GH #724)
Diffstat (limited to 'bench2.cpp')
-rw-r--r--bench2.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bench2.cpp b/bench2.cpp
index edf07c8e..89a04e42 100644
--- a/bench2.cpp
+++ b/bench2.cpp
@@ -247,6 +247,7 @@ void Benchmark2(double t, double hertz)
}
BenchMarkByName2<AuthenticatedSymmetricCipher, AuthenticatedSymmetricCipher>("AES/CCM");
BenchMarkByName2<AuthenticatedSymmetricCipher, AuthenticatedSymmetricCipher>("AES/EAX");
+ BenchMarkByName2<AuthenticatedSymmetricCipher, AuthenticatedSymmetricCipher>("ChaCha20/Poly1305");
}
std::cout << "\n</TABLE>" << std::endl;