I want to bench an algorithm (aes version) which is not in cryptopp benchmarks. If it is possible, how can I do this? Any help would be appreciated.
Asked
Active
Viewed 102 times
0
-
1By getting the benchmark code and putting it in? It's open source, right? – Maarten Bodewes Apr 04 '17 at 22:57
-
Yes, you can download it from cryptopp.com and It's open source. – T. Rifle Apr 05 '17 at 06:42
-
You've answered your own question, didn't you? If you can download the code, because it is open source, why can't you add some code? – Artjom B. Apr 06 '17 at 19:23
-
Also see [Benchmarks](https://www.cryptopp.com/wiki/Benchmarks) on the Crypto++ wiki and [Calculate time encryption of AES/CCM in Visual Studio 2017](https://stackoverflow.com/q/47956337/608639) on Stack Overflow. – jww Dec 25 '17 at 07:40