Closed Benjamin-Loison closed 1 year ago
Thanks you. may be you can create a pull request with your bench tool ?
I haven't any bench tool I just used: qDebug() << QTime::currentTime().toString("hh:mm:ss,zzz") << " ID 0";
In the README algorithms sorry about that ^^'
So just create a subproject of the main project that will be use this code. Else cannot to add your benchmark test results without benchmark tool.
How big was the data you encoded?
How big was the data you encoded?
@pH-Valiu
The data was test message
. You can find the whole code here.
I run both following RSA algorithms on a Intel(R) Core(TM) i9-7920X CPU @ 2.90GHz
Here are my benchmarking (I would have appreciated to find some on the GitHub so I participate):
RSA in seconds
To give a comparison with the same CPU on Debian 12 GNOME and also a Linux Mint 22 Cinnamon Framework 13 with i5-1240P using
time ssh-keygen -t rsa -b KEY_SIZE -f id_rsa -N ''
(real):