Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Had to do it...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Had to do it...
Authored by: ScooterComputer on Aug 15, '02 08:13:16PM
Okay, two machines here...

First my G3/300 OS X box (with like 384 MB of RAM):

OpenSSL 0.9.6b 9 Jul 2001
built on: Sun Sep  2 16:13:21 PDT 2001
options:bn(32,32) md2(int) rc4(ptr,int) des(idx,cisc,4,long) idea(int) blowfish(idx)
compiler: cc -arch i386 -arch ppc -g -O3 -pipe -Wno-precomp -arch i386 -arch ppc -pipe

                  sign    verify    sign/s verify/s
rsa  512 bits   0.0100s   0.0010s    100.2   1022.5
rsa 1024 bits   0.0596s   0.0033s     16.8    305.3
rsa 2048 bits   0.4012s   0.0122s      2.5     81.8
rsa 4096 bits   2.8250s   0.0450s      0.4     22.2
                  sign    verify    sign/s verify/s
dsa  512 bits   0.0095s   0.0118s    105.1     84.9
dsa 1024 bits   0.0329s   0.0408s     30.4     24.5
dsa 2048 bits   0.1185s   0.1433s      8.4      7.0

And second, a blazing fast machine...my Quadra 700 router! (25MHz, 20 MB RAM, NetBSD 1.5S running IPF and BIND)

OpenSSL 0.9.5a 1 Apr 2000
built on: Sun Oct 22 01:02:24 PDT 2000
options:bn(32,32) md2(int) rc4(ptr,int) des(idx,cisc,4,long) blowfish(idx)
compiler: cc -O2  -Werror

                  sign    verify    sign/s verify/s
rsa  512 bits   0.5010s   0.0567s      2.0     17.6
rsa 1024 bits   3.1875s   0.1944s      0.3      5.1
rsa 2048 bits  21.7700s   0.7067s      0.0      1.4
                  sign    verify    sign/s verify/s
dsa  512 bits   0.5432s   0.6840s      1.8      1.5
dsa 1024 bits   1.8483s   2.2660s      0.5      0.4
dsa 2048 bits   6.5600s   8.1800s      0.2      0.1


[ Reply to This | # ]