> we would like compare the speed of Java BigInteger.modPow and openssl
> private key signs. Therefore, I would like to know what the bit length
> of the public and private keys for the test executed with openssl speed
> rsa is. Especially what public key is chosen - the common 65537?

Sign is private key operation and value of public key exponent does not
define its timing. In other words sign timing does not depend on public
key exponent, so even though it's 65537 it could as well be something
else. A.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to