C++ version
Closed this issue · 2 comments
ifknot commented
Hi thanks for inspiration very readable & has sent me learning more about Rijndael and trying a C++17 implementation as a template class (obviously more to do) https://github.com/ifknot/AES-C-17
kokke commented
Hi @ifknot and thanks for the kind words :)
Just for fun, have you tried comparing binary sizes and runtimes between the C version and the C++ ones?
ifknot commented
Hi @kokke as requested performance comparisons are on the AES-C++17 front page the R script and raw data are in the stats directory - there a few low hanging fruit optimization as well as the AES-NI extensions to the x86 instruction set architecture - so yes, as you says, this is just for fun :)
But.. can you pls help with how I can best go about comparing binary sizes?
Ta