speed for rsa

This commit is contained in:
Love Hornquist Astrand
2010-06-01 17:16:25 -07:00
parent 4f90bb51d2
commit de4cee4dd7

View File

@@ -48,6 +48,18 @@
* RSA is named by its inventors (Ron Rivest, Adi Shamir, and Leonard
* Adleman) (published in 1977), patented expired in 21 September 2000.
*
*
* Speed for RSA in seconds
* no key blinding
* 1000 iteration,
* same rsa key
* operation performed each eteration sign, verify, encrypt, decrypt on a random bit pattern
*
* gmp: 0.733615
* tfm: 2.450173 (default in hcrypto)
* openssl: 4.046564
* imath: 22.975163
*
* See the library functions here: @ref hcrypto_rsa
*/