bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: symbol catenation and montgomery


From: Torbjorn Granlund
Subject: Re: symbol catenation and montgomery
Date: 29 Sep 2000 11:48:00 +0200
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6

address@hidden writes:

  If you want to benchmark OpenSSL, the simplest way is to just type 
  
    openssl speed rsa1024
  
  on the command line.  This runs 1024-bit RSA operations (with CRT) for
  20 seconds (encryption and decryption 10 seconds each) and prints the
  time per operation.
  
I measured a^b mod c for random 1024-bit numbers a, b, c:

  mpz_powm (1024)    16.375ms

I then run "openssl speed 1024" on the same machine.  I don't know how
to interpret these numbers:

  rsa 1024 bits   0.0066s   0.0004s    152.6   2660.1

-- 
Torbjörn



reply via email to

[Prev in Thread] Current Thread [Next in Thread]