Benchmarking DSA vs RSA using openssl

I came to the curiosity today with these signing encryption algorithm with DSA and RSA when I was looking for public key based authentication for ssh.

So I got this command from openssl to benchmark which of these encryption performs faster.



#> openssl speed
Doing mdc2 for 3s on 16 size blocks: 1902676 mdc2's in 3.00s
Doing mdc2 for 3s on 64 size blocks: 527773 mdc2's in 3.00s
Doing mdc2 for 3s on 256 size blocks: 135799 mdc2's in 3.00s
Doing mdc2 for 3s on 1024 size blocks: 33896 mdc2's in 3.00s
Doing mdc2 for 3s on 8192 size blocks: 4233 mdc2's in 3.00s
Doing md4 for 3s on 16 size blocks: 6152933 md4's in 3.00s
Doing md4 for 3s on 64 size blocks: 5104109 md4's in 3.00s
Doing md4 for 3s on 256 size blocks: 3207656 md4's in 2.99s
Doing md4 for 3s on 1024 size blocks: 1344698 md4's in 3.00s
Doing md4 for 3s on 8192 size blocks: 205278 md4's in 3.00s
Doing md5 for 3s on 16 size blocks: 4881899 md5's in 3.00s
Doing md5 for 3s on 64 size blocks: 3787842 md5's in 3.00s
Doing md5 for 3s on 256 size blocks: 2300209 md5's in 3.00s
Doing md5 for 3s on 1024 size blocks: 875358 md5's in 3.00s
Doing md5 for 3s on 8192 size blocks: 129141 md5's in 3.00s
Doing hmac(md5) for 3s on 16 size blocks: 5654254 hmac(md5)'s in 3.00s
Doing hmac(md5) for 3s on 64 size blocks: 4314087 hmac(md5)'s in 3.00s
Doing hmac(md5) for 3s on 256 size blocks: 2427231 hmac(md5)'s in 3.00s
Doing hmac(md5) for 3s on 1024 size blocks: 887966 hmac(md5)'s in 3.00s
Doing hmac(md5) for 3s on 8192 size blocks: 128380 hmac(md5)'s in 3.00s
Doing sha1 for 3s on 16 size blocks: 4631280 sha1's in 3.00s
Doing sha1 for 3s on 64 size blocks: 3307935 sha1's in 3.00s
Doing sha1 for 3s on 256 size blocks: 1861267 sha1's in 3.00s
Doing sha1 for 3s on 1024 size blocks: 666810 sha1's in 3.00s
Doing sha1 for 3s on 8192 size blocks: 95158 sha1's in 2.99s
Doing sha256 for 3s on 16 size blocks: 3083616 sha256's in 3.00s
Doing sha256 for 3s on 64 size blocks: 1881461 sha256's in 3.00s
Doing sha256 for 3s on 256 size blocks: 853255 sha256's in 3.00s
Doing sha256 for 3s on 1024 size blocks: 267965 sha256's in 3.00s
Doing sha256 for 3s on 8192 size blocks: 36205 sha256's in 3.00s
Doing sha512 for 3s on 16 size blocks: 2288153 sha512's in 3.00s
Doing sha512 for 3s on 64 size blocks: 2265591 sha512's in 3.00s
Doing sha512 for 3s on 256 size blocks: 972053 sha512's in 3.00s
Doing sha512 for 3s on 1024 size blocks: 342560 sha512's in 3.00s
Doing sha512 for 3s on 8192 size blocks: 51609 sha512's in 3.00s
Doing whirlpool for 3s on 16 size blocks: 2378237 whirlpool's in 3.00s
Doing whirlpool for 3s on 64 size blocks: 1194866 whirlpool's in 3.00s
Doing whirlpool for 3s on 256 size blocks: 498723 whirlpool's in 3.00s
Doing whirlpool for 3s on 1024 size blocks: 146635 whirlpool's in 3.00s
Doing whirlpool for 3s on 8192 size blocks: 18975 whirlpool's in 3.00s
Doing rmd160 for 3s on 16 size blocks: 4482470 rmd160's in 3.00s
Doing rmd160 for 3s on 64 size blocks: 3237339 rmd160's in 3.00s
Doing rmd160 for 3s on 256 size blocks: 1728267 rmd160's in 2.99s
Doing rmd160 for 3s on 1024 size blocks: 608903 rmd160's in 3.00s
Doing rmd160 for 3s on 8192 size blocks: 86618 rmd160's in 3.00s
Doing rc4 for 3s on 16 size blocks: 47108134 rc4's in 3.00s
Doing rc4 for 3s on 64 size blocks: 12776626 rc4's in 3.00s
Doing rc4 for 3s on 256 size blocks: 3293022 rc4's in 3.00s
Doing rc4 for 3s on 1024 size blocks: 840782 rc4's in 3.00s
Doing rc4 for 3s on 8192 size blocks: 104369 rc4's in 3.00s
Doing des cbc for 3s on 16 size blocks: 10039086 des cbc's in 3.00s
Doing des cbc for 3s on 64 size blocks: 2573181 des cbc's in 3.00s
Doing des cbc for 3s on 256 size blocks: 638144 des cbc's in 3.00s
Doing des cbc for 3s on 1024 size blocks: 163403 des cbc's in 3.00s
Doing des cbc for 3s on 8192 size blocks: 20234 des cbc's in 3.00s
Doing des ede3 for 3s on 16 size blocks: 3846790 des ede3's in 2.99s
Doing des ede3 for 3s on 64 size blocks: 968144 des ede3's in 3.00s
Doing des ede3 for 3s on 256 size blocks: 245058 des ede3's in 3.00s
Doing des ede3 for 3s on 1024 size blocks: 61162 des ede3's in 3.00s
Doing des ede3 for 3s on 8192 size blocks: 7498 des ede3's in 3.01s
Doing aes-128 cbc for 3s on 16 size blocks: 25236731 aes-128 cbc's in 3.00s
Doing aes-128 cbc for 3s on 64 size blocks: 6580816 aes-128 cbc's in 2.99s
Doing aes-128 cbc for 3s on 256 size blocks: 1644461 aes-128 cbc's in 3.00s
Doing aes-128 cbc for 3s on 1024 size blocks: 410325 aes-128 cbc's in 3.01s
Doing aes-128 cbc for 3s on 8192 size blocks: 52326 aes-128 cbc's in 3.00s
Doing aes-192 cbc for 3s on 16 size blocks: 22149466 aes-192 cbc's in 3.00s
Doing aes-192 cbc for 3s on 64 size blocks: 5707223 aes-192 cbc's in 2.99s
Doing aes-192 cbc for 3s on 256 size blocks: 1430195 aes-192 cbc's in 3.00s
Doing aes-192 cbc for 3s on 1024 size blocks: 350794 aes-192 cbc's in 3.00s
Doing aes-192 cbc for 3s on 8192 size blocks: 44824 aes-192 cbc's in 3.00s
Doing aes-256 cbc for 3s on 16 size blocks: 19626238 aes-256 cbc's in 3.00s
Doing aes-256 cbc for 3s on 64 size blocks: 5015452 aes-256 cbc's in 3.00s
Doing aes-256 cbc for 3s on 256 size blocks: 1235034 aes-256 cbc's in 3.00s
Doing aes-256 cbc for 3s on 1024 size blocks: 312623 aes-256 cbc's in 3.00s
Doing aes-256 cbc for 3s on 8192 size blocks: 39454 aes-256 cbc's in 3.00s
Doing aes-128 ige for 3s on 16 size blocks: 24524007 aes-128 ige's in 3.00s
Doing aes-128 ige for 3s on 64 size blocks: 6298562 aes-128 ige's in 3.00s
Doing aes-128 ige for 3s on 256 size blocks: 1602270 aes-128 ige's in 3.00s
Doing aes-128 ige for 3s on 1024 size blocks: 404477 aes-128 ige's in 3.00s
Doing aes-128 ige for 3s on 8192 size blocks: 50018 aes-128 ige's in 3.00s
Doing aes-192 ige for 3s on 16 size blocks: 21086558 aes-192 ige's in 3.00s
Doing aes-192 ige for 3s on 64 size blocks: 5390263 aes-192 ige's in 2.99s
Doing aes-192 ige for 3s on 256 size blocks: 1231014 aes-192 ige's in 3.00s
Doing aes-192 ige for 3s on 1024 size blocks: 316161 aes-192 ige's in 3.00s
Doing aes-192 ige for 3s on 8192 size blocks: 40002 aes-192 ige's in 2.99s
Doing aes-256 ige for 3s on 16 size blocks: 17406622 aes-256 ige's in 3.00s
Doing aes-256 ige for 3s on 64 size blocks: 4627162 aes-256 ige's in 3.00s
Doing aes-256 ige for 3s on 256 size blocks: 1159202 aes-256 ige's in 3.00s
Doing aes-256 ige for 3s on 1024 size blocks: 294993 aes-256 ige's in 3.00s
Doing aes-256 ige for 3s on 8192 size blocks: 37181 aes-256 ige's in 3.00s
Doing camellia-128 cbc for 3s on 16 size blocks: 18504284 camellia-128 cbc's in 2.99s
Doing camellia-128 cbc for 3s on 64 size blocks: 4689226 camellia-128 cbc's in 3.00s
Doing camellia-128 cbc for 3s on 256 size blocks: 1169021 camellia-128 cbc's in 3.00s
Doing camellia-128 cbc for 3s on 1024 size blocks: 296110 camellia-128 cbc's in 3.00s
Doing camellia-128 cbc for 3s on 8192 size blocks: 36533 camellia-128 cbc's in 2.99s
Doing camellia-192 cbc for 3s on 16 size blocks: 13652332 camellia-192 cbc's in 3.00s
Doing camellia-192 cbc for 3s on 64 size blocks: 3572197 camellia-192 cbc's in 3.00s
Doing camellia-192 cbc for 3s on 256 size blocks: 927403 camellia-192 cbc's in 3.00s
Doing camellia-192 cbc for 3s on 1024 size blocks: 227728 camellia-192 cbc's in 3.00s
Doing camellia-192 cbc for 3s on 8192 size blocks: 28606 camellia-192 cbc's in 2.99s
Doing camellia-256 cbc for 3s on 16 size blocks: 13423551 camellia-256 cbc's in 3.00s
Doing camellia-256 cbc for 3s on 64 size blocks: 3477019 camellia-256 cbc's in 3.00s
Doing camellia-256 cbc for 3s on 256 size blocks: 787359 camellia-256 cbc's in 3.00s
Doing camellia-256 cbc for 3s on 1024 size blocks: 149637 camellia-256 cbc's in 2.98s
Doing camellia-256 cbc for 3s on 8192 size blocks: 20773 camellia-256 cbc's in 3.00s
Doing idea cbc for 3s on 16 size blocks: 8270211 idea cbc's in 2.99s
Doing idea cbc for 3s on 64 size blocks: 1823631 idea cbc's in 3.00s
Doing idea cbc for 3s on 256 size blocks: 549502 idea cbc's in 2.99s
Doing idea cbc for 3s on 1024 size blocks: 126615 idea cbc's in 3.00s
Doing idea cbc for 3s on 8192 size blocks: 19240 idea cbc's in 3.00s
Doing seed cbc for 3s on 16 size blocks: 8629383 seed cbc's in 2.99s
Doing seed cbc for 3s on 64 size blocks: 2241257 seed cbc's in 3.00s
Doing seed cbc for 3s on 256 size blocks: 570093 seed cbc's in 3.00s
Doing seed cbc for 3s on 1024 size blocks: 137854 seed cbc's in 3.00s
Doing seed cbc for 3s on 8192 size blocks: 15752 seed cbc's in 3.00s
Doing rc2 cbc for 3s on 16 size blocks: 4005276 rc2 cbc's in 2.99s
Doing rc2 cbc for 3s on 64 size blocks: 1248173 rc2 cbc's in 3.00s
Doing rc2 cbc for 3s on 256 size blocks: 305202 rc2 cbc's in 3.00s
Doing rc2 cbc for 3s on 1024 size blocks: 76226 rc2 cbc's in 3.00s
Doing rc2 cbc for 3s on 8192 size blocks: 9641 rc2 cbc's in 3.00s
Doing blowfish cbc for 3s on 16 size blocks: 9878444 blowfish cbc's in 3.00s
Doing blowfish cbc for 3s on 64 size blocks: 2734228 blowfish cbc's in 2.99s
Doing blowfish cbc for 3s on 256 size blocks: 712464 blowfish cbc's in 3.00s
Doing blowfish cbc for 3s on 1024 size blocks: 187792 blowfish cbc's in 3.00s
Doing blowfish cbc for 3s on 8192 size blocks: 23440 blowfish cbc's in 3.00s
Doing cast cbc for 3s on 16 size blocks: 11335541 cast cbc's in 2.99s
Doing cast cbc for 3s on 64 size blocks: 2927341 cast cbc's in 3.00s
Doing cast cbc for 3s on 256 size blocks: 714184 cast cbc's in 3.00s
Doing cast cbc for 3s on 1024 size blocks: 163409 cast cbc's in 3.00s
Doing cast cbc for 3s on 8192 size blocks: 20751 cast cbc's in 3.00s
Doing 512 bit private rsa's for 10s: 31640 512 bit private RSA's in 9.99s
Doing 512 bit public rsa's for 10s: 413550 512 bit public RSA's in 9.99s
Doing 1024 bit private rsa's for 10s: 5897 1024 bit private RSA's in 9.99s
Doing 1024 bit public rsa's for 10s: 140878 1024 bit public RSA's in 9.99s
Doing 2048 bit private rsa's for 10s: 916 2048 bit private RSA's in 9.99s
Doing 2048 bit public rsa's for 10s: 43018 2048 bit public RSA's in 9.99s
Doing 4096 bit private rsa's for 10s: 179 4096 bit private RSA's in 10.03s
Doing 4096 bit public rsa's for 10s: 11968 4096 bit public RSA's in 9.99s
Doing 512 bit sign dsa's for 10s: 31382 512 bit DSA signs in 9.99s
Doing 512 bit verify dsa's for 10s: 30974 512 bit DSA verify in 9.98s
Doing 1024 bit sign dsa's for 10s: 12790 1024 bit DSA signs in 9.99s
Doing 1024 bit verify dsa's for 10s: 12131 1024 bit DSA verify in 9.99s
Doing 2048 bit sign dsa's for 10s: 4281 2048 bit DSA signs in 10.00s
Doing 2048 bit verify dsa's for 10s: 3440 2048 bit DSA verify in 9.99s
Doing 160 bit sign ecdsa's for 10s: 48468 160 bit ECDSA signs in 9.99s 
Doing 160 bit verify ecdsa's for 10s: 12732 160 bit ECDSA verify in 10.00s
Doing 192 bit sign ecdsa's for 10s: 56273 192 bit ECDSA signs in 10.00s 
Doing 192 bit verify ecdsa's for 10s: 13384 192 bit ECDSA verify in 9.99s
Doing 224 bit sign ecdsa's for 10s: 40339 224 bit ECDSA signs in 9.99s 
Doing 224 bit verify ecdsa's for 10s: 10138 224 bit ECDSA verify in 10.00s
Doing 256 bit sign ecdsa's for 10s: 36633 256 bit ECDSA signs in 9.99s 
Doing 256 bit verify ecdsa's for 10s: 5721 256 bit ECDSA verify in 9.99s
Doing 384 bit sign ecdsa's for 10s: 18276 384 bit ECDSA signs in 10.00s 
Doing 384 bit verify ecdsa's for 10s: 3541 384 bit ECDSA verify in 10.00s
Doing 521 bit sign ecdsa's for 10s: 12898 521 bit ECDSA signs in 10.00s 
Doing 521 bit verify ecdsa's for 10s: 2335 521 bit ECDSA verify in 10.00s
Doing 163 bit sign ecdsa's for 10s: 13643 163 bit ECDSA signs in 10.00s 
Doing 163 bit verify ecdsa's for 10s: 6349 163 bit ECDSA verify in 10.00s
Doing 233 bit sign ecdsa's for 10s: 5264 233 bit ECDSA signs in 10.00s 
Doing 233 bit verify ecdsa's for 10s: 3750 233 bit ECDSA verify in 10.00s
Doing 283 bit sign ecdsa's for 10s: 3341 283 bit ECDSA signs in 10.00s 
Doing 283 bit verify ecdsa's for 10s: 2004 283 bit ECDSA verify in 10.00s
Doing 409 bit sign ecdsa's for 10s: 1701 409 bit ECDSA signs in 10.00s 
Doing 409 bit verify ecdsa's for 10s: 849 409 bit ECDSA verify in 10.00s
Doing 571 bit sign ecdsa's for 10s: 717 571 bit ECDSA signs in 10.00s 
Doing 571 bit verify ecdsa's for 10s: 378 571 bit ECDSA verify in 10.00s
Doing 163 bit sign ecdsa's for 10s: 11969 163 bit ECDSA signs in 10.00s 
Doing 163 bit verify ecdsa's for 10s: 6717 163 bit ECDSA verify in 10.00s
Doing 233 bit sign ecdsa's for 10s: 6401 233 bit ECDSA signs in 10.00s 
Doing 233 bit verify ecdsa's for 10s: 4642 233 bit ECDSA verify in 10.00s
Doing 283 bit sign ecdsa's for 10s: 4209 283 bit ECDSA signs in 9.99s 
Doing 283 bit verify ecdsa's for 10s: 2048 283 bit ECDSA verify in 10.00s
Doing 409 bit sign ecdsa's for 10s: 1707 409 bit ECDSA signs in 10.00s 
Doing 409 bit verify ecdsa's for 10s: 989 409 bit ECDSA verify in 10.00s
Doing 571 bit sign ecdsa's for 10s: 920 571 bit ECDSA signs in 10.01s 
Doing 571 bit verify ecdsa's for 10s: 448 571 bit ECDSA verify in 10.02s
Doing 160 bit  ecdh's for 10s: 16965 160-bit ECDH ops in 10.00s
Doing 192 bit  ecdh's for 10s: 14698 192-bit ECDH ops in 9.99s
Doing 224 bit  ecdh's for 10s: 9401 224-bit ECDH ops in 9.99s
Doing 256 bit  ecdh's for 10s: 8427 256-bit ECDH ops in 10.00s
Doing 384 bit  ecdh's for 10s: 4009 384-bit ECDH ops in 10.00s
Doing 521 bit  ecdh's for 10s: 2449 521-bit ECDH ops in 10.00s
Doing 163 bit  ecdh's for 10s: 13092 163-bit ECDH ops in 10.00s
Doing 233 bit  ecdh's for 10s: 9789 233-bit ECDH ops in 10.00s
Doing 283 bit  ecdh's for 10s: 4555 283-bit ECDH ops in 10.00s
Doing 409 bit  ecdh's for 10s: 2083 409-bit ECDH ops in 10.00s
Doing 571 bit  ecdh's for 10s: 919 571-bit ECDH ops in 10.01s
Doing 163 bit  ecdh's for 10s: 11583 163-bit ECDH ops in 10.00s
Doing 233 bit  ecdh's for 10s: 9161 233-bit ECDH ops in 10.00s
Doing 283 bit  ecdh's for 10s: 4049 283-bit ECDH ops in 9.99s
Doing 409 bit  ecdh's for 10s: 1788 409-bit ECDH ops in 10.00s
Doing 571 bit  ecdh's for 10s: 810 571-bit ECDH ops in 10.00s
OpenSSL 1.0.0e 6 Sep 2011
built on: Sat Oct 22 15:51:26 PHT 2011
options:bn(64,64) rc4(ptr,char) des(idx,cisc,16,int) aes(partial) idea(int) blowfish(idx) 
compiler: /Developer/usr/bin/clang -fPIC -fno-common -DOPENSSL_PIC -DZLIB -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -arch x86_64 -O3 -DL_ENDIAN -DMD32_REG_T=int -Wall
The 'numbers' are in 1000s of bytes per second processed.
type             16 bytes     64 bytes    256 bytes   1024 bytes   8192 bytes
md2                  0.00         0.00         0.00         0.00         0.00 
mdc2             10147.61k    11259.16k    11588.18k    11569.83k    11558.91k
md4              32815.64k   108887.66k   274635.43k   458990.25k   560545.79k
md5              26036.79k    80807.30k   196284.50k   298788.86k   352641.02k
hmac(md5)        30156.02k    92033.86k   207123.71k   303092.39k   350562.99k
sha1             24700.16k    70569.28k   158828.12k   227604.48k   260713.82k
rmd160           23906.51k    69063.23k   147972.02k   207838.89k   236524.89k
rc4             251243.38k   272568.02k   281004.54k   286986.92k   284996.95k
des cbc          53541.79k    54894.53k    54454.95k    55774.89k    55252.31k
des ede3         20584.83k    20653.74k    20911.62k    20876.63k    20406.52k
idea cbc         44255.31k    38904.13k    47047.66k    43217.92k    52538.03k
seed cbc         46177.30k    47813.48k    48647.94k    47054.17k    43013.46k
rc2 cbc          21432.92k    26627.69k    26043.90k    26018.47k    26326.36k
rc5-32/12 cbc        0.00         0.00         0.00         0.00         0.00 
blowfish cbc     52685.03k    58525.28k    60796.93k    64099.67k    64006.83k
cast cbc         60658.41k    62449.94k    60943.70k    55776.94k    56664.06k
aes-128 cbc     134595.90k   140860.28k   140327.34k   139592.29k   142884.86k
aes-192 cbc     118130.49k   122161.29k   122043.31k   119737.69k   122399.40k
aes-256 cbc     104673.27k   106996.31k   105389.57k   106708.65k   107735.72k
camellia-128 cbc    99019.58k   100036.82k    99756.46k   101072.21k   100093.09k
camellia-192 cbc    72812.44k    76206.87k    79138.39k    77731.16k    78374.70k
camellia-256 cbc    71592.27k    74176.41k    67187.97k    51418.89k    56724.14k
sha256           16445.95k    40137.83k    72811.09k    91465.39k    98863.79k
sha512           12203.48k    48332.61k    82948.52k   116927.15k   140926.98k
whirlpool        12683.93k    25490.47k    42557.70k    50051.41k    51814.40k
aes-128 ige     130794.70k   134369.32k   136727.04k   138061.48k   136582.49k
aes-192 ige     112461.64k   115376.87k   105046.53k   107916.29k   109597.45k
aes-256 ige      92835.32k    98712.79k    98918.57k   100690.94k   101528.92k
                  sign    verify    sign/s verify/s
rsa  512 bits 0.000316s 0.000024s   3167.2  41396.4
rsa 1024 bits 0.001694s 0.000071s    590.3  14101.9
rsa 2048 bits 0.010906s 0.000232s     91.7   4306.1
rsa 4096 bits 0.056034s 0.000835s     17.8   1198.0
                  sign    verify    sign/s verify/s
dsa  512 bits 0.000318s 0.000322s   3141.3   3103.6
dsa 1024 bits 0.000781s 0.000824s   1280.3   1214.3
dsa 2048 bits 0.002336s 0.002904s    428.1    344.3
                              sign    verify    sign/s verify/s
 160 bit ecdsa (secp160r1)   0.0002s   0.0008s   4851.7   1273.2
 192 bit ecdsa (nistp192)   0.0002s   0.0007s   5627.3   1339.7
 224 bit ecdsa (nistp224)   0.0002s   0.0010s   4037.9   1013.8
 256 bit ecdsa (nistp256)   0.0003s   0.0017s   3667.0    572.7
 384 bit ecdsa (nistp384)   0.0005s   0.0028s   1827.6    354.1
 521 bit ecdsa (nistp521)   0.0008s   0.0043s   1289.8    233.5
 163 bit ecdsa (nistk163)   0.0007s   0.0016s   1364.3    634.9
 233 bit ecdsa (nistk233)   0.0019s   0.0027s    526.4    375.0
 283 bit ecdsa (nistk283)   0.0030s   0.0050s    334.1    200.4
 409 bit ecdsa (nistk409)   0.0059s   0.0118s    170.1     84.9
 571 bit ecdsa (nistk571)   0.0139s   0.0265s     71.7     37.8
 163 bit ecdsa (nistb163)   0.0008s   0.0015s   1196.9    671.7
 233 bit ecdsa (nistb233)   0.0016s   0.0022s    640.1    464.2
 283 bit ecdsa (nistb283)   0.0024s   0.0049s    421.3    204.8
 409 bit ecdsa (nistb409)   0.0059s   0.0101s    170.7     98.9
 571 bit ecdsa (nistb571)   0.0109s   0.0224s     91.9     44.7
                              op      op/s
 160 bit ecdh (secp160r1)   0.0006s   1696.5
 192 bit ecdh (nistp192)   0.0007s   1471.3
 224 bit ecdh (nistp224)   0.0011s    941.0
 256 bit ecdh (nistp256)   0.0012s    842.7
 384 bit ecdh (nistp384)   0.0025s    400.9
 521 bit ecdh (nistp521)   0.0041s    244.9
 163 bit ecdh (nistk163)   0.0008s   1309.2
 233 bit ecdh (nistk233)   0.0010s    978.9
 283 bit ecdh (nistk283)   0.0022s    455.5
 409 bit ecdh (nistk409)   0.0048s    208.3
 571 bit ecdh (nistk571)   0.0109s     91.8
 163 bit ecdh (nistb163)   0.0009s   1158.3
 233 bit ecdh (nistb233)   0.0011s    916.1
 283 bit ecdh (nistb283)   0.0025s    405.3
 409 bit ecdh (nistb409)   0.0056s    178.8
 571 bit ecdh (nistb571)   0.0123s     81.0





So the disadvantage of using DSA, is that, DSA performs slow when in signing and faster in verifying, while RSA is the other way around.

Comments

Popular posts from this blog

LVM: How to remove a volume using pvremove

Using Oracle 11g thru VirtualBox appliance in Mac OS X Lion

Use Shell Editor for Eclipse for editing bash, ksh, csh in Unix/Linux system