On Sun, Oct 27, 2002 at 02:11:12PM -0800, icewind wrote:
> I am running some speed tests in which I use the
> EVP_Sign and EVP_Verify functions. I have noticed that
> the Signing takes much longer (about 10 times longer)
> on average than does Verifying. This doesnt make sense
> to me. Is what I am seeing the expected behavior? I am
> using the same size data for both tests.
> 
> Thanks for any insight.

To verify, a public key is used and it usually means small public
exponent value. No wonder calculating signature-to-verify power
public exponent takes much less time than padded-hash-to-sign power
full-size private exponent

have fun,
Vadim
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to