Hello,
someone did a floating point benchmark recently (among others.. gcc compilation
time, etc.).
I think a fp benchmark is not fair for a device without a FPU. We all try to
avoid floating point algorithms in the nanonote, I think. We don't use the
mpg123 with floating point, but with integer algorithms, for example, because
the fp version is unbearable in the nanonote.
What I usually do to get a measure of the processing speed, is an "openssl
speed" test. As it tests algorithms working with different block sizes, it
usually shows the influence of memory cache too.
I attach the results I got in the nanonote, having openssl 1.0.0b built with gcc
4.5.1 (for a generic 32-bit system).
Notice that the time measures at the last part of the benchmark get to 0.0s; I
have no idea why this happens.
Do you get similar numbers?
Regards,
Lluís.
Doing mdc2 for 3s on 16 size blocks: 57260 mdc2's in 3.02s
Doing mdc2 for 3s on 64 size blocks: 4955 mdc2's in 0.79s
Doing mdc2 for 3s on 256 size blocks: 5153 mdc2's in 3.01s
Doing mdc2 for 3s on 1024 size blocks: 1321 mdc2's in 3.01s
Doing mdc2 for 3s on 8192 size blocks: 166 mdc2's in 3.01s
Doing md4 for 3s on 16 size blocks: 172946 md4's in 3.01s
Doing md4 for 3s on 64 size blocks: 156493 md4's in 3.01s
Doing md4 for 3s on 256 size blocks: 118747 md4's in 3.01s
Doing md4 for 3s on 1024 size blocks: 63153 md4's in 3.01s
Doing md4 for 3s on 8192 size blocks: 11593 md4's in 3.01s
Doing md5 for 3s on 16 size blocks: 76408 md5's in 3.01s
Doing md5 for 3s on 64 size blocks: 68839 md5's in 3.01s
Doing md5 for 3s on 256 size blocks: 56954 md5's in 3.01s
Doing md5 for 3s on 1024 size blocks: 33833 md5's in 3.01s
Doing md5 for 3s on 8192 size blocks: 6945 md5's in 3.01s
Doing hmac(md5) for 3s on 16 size blocks: 248636 hmac(md5)'s in 3.01s
Doing hmac(md5) for 3s on 64 size blocks: 199472 hmac(md5)'s in 3.01s
Doing hmac(md5) for 3s on 256 size blocks: 124897 hmac(md5)'s in 3.01s
Doing hmac(md5) for 3s on 1024 size blocks: 50101 hmac(md5)'s in 3.01s
Doing hmac(md5) for 3s on 8192 size blocks: 7600 hmac(md5)'s in 3.01s
Doing sha1 for 3s on 16 size blocks: 68344 sha1's in 3.00s
Doing sha1 for 3s on 64 size blocks: 65266 sha1's in 3.01s
Doing sha1 for 3s on 256 size blocks: 48120 sha1's in 3.01s
Doing sha1 for 3s on 1024 size blocks: 23522 sha1's in 3.02s
Doing sha1 for 3s on 8192 size blocks: 4048 sha1's in 3.02s
Doing sha256 for 3s on 16 size blocks: 123429 sha256's in 3.02s
Doing sha256 for 3s on 64 size blocks: 77652 sha256's in 3.01s
Doing sha256 for 3s on 256 size blocks: 34173 sha256's in 3.01s
Doing sha256 for 3s on 1024 size blocks: 10561 sha256's in 3.01s
Doing sha256 for 3s on 8192 size blocks: 1417 sha256's in 3.01s
Doing sha512 for 3s on 16 size blocks: 12577 sha512's in 3.00s
Doing sha512 for 3s on 64 size blocks: 12621 sha512's in 3.01s
Doing sha512 for 3s on 256 size blocks: 4520 sha512's in 3.01s
Doing sha512 for 3s on 1024 size blocks: 1555 sha512's in 3.01s
Doing sha512 for 3s on 8192 size blocks: 217 sha512's in 3.01s
Doing whirlpool for 3s on 16 size blocks: 24642 whirlpool's in 3.00s
Doing whirlpool for 3s on 64 size blocks: 12123 whirlpool's in 3.01s
Doing whirlpool for 3s on 256 size blocks: 5056 whirlpool's in 3.01s
Doing whirlpool for 3s on 1024 size blocks: 1515 whirlpool's in 3.00s
Doing whirlpool for 3s on 8192 size blocks: 202 whirlpool's in 3.01s
Doing rmd160 for 3s on 16 size blocks: 47251 rmd160's in 3.01s
Doing rmd160 for 3s on 64 size blocks: 44621 rmd160's in 3.01s
Doing rmd160 for 3s on 256 size blocks: 33020 rmd160's in 3.01s
Doing rmd160 for 3s on 1024 size blocks: 16203 rmd160's in 3.01s
Doing rmd160 for 3s on 8192 size blocks: 2799 rmd160's in 3.01s
Doing rc4 for 3s on 16 size blocks: 2577476 rc4's in 2.94s
Doing rc4 for 3s on 64 size blocks: 724619 rc4's in 3.01s
Doing rc4 for 3s on 256 size blocks: 183242 rc4's in 2.98s
Doing rc4 for 3s on 1024 size blocks: 46267 rc4's in 2.99s
Doing rc4 for 3s on 8192 size blocks: 5872 rc4's in 3.02s
Doing des cbc for 3s on 16 size blocks: 407754 des cbc's in 2.99s
Doing des cbc for 3s on 64 size blocks: 107937 des cbc's in 3.01s
Doing des cbc for 3s on 256 size blocks: 26923 des cbc's in 2.98s
Doing des cbc for 3s on 1024 size blocks: 6749 des cbc's in 2.98s
Doing des cbc for 3s on 8192 size blocks: 855 des cbc's in 3.01s
Doing des ede3 for 3s on 16 size blocks: 148776 des ede3's in 2.98s
Doing des ede3 for 3s on 64 size blocks: 38360 des ede3's in 3.01s
Doing des ede3 for 3s on 256 size blocks: 9657 des ede3's in 3.01s
Doing des ede3 for 3s on 1024 size blocks: 2414 des ede3's in 3.01s
Doing des ede3 for 3s on 8192 size blocks: 301 des ede3's in 3.01s
Doing aes-128 cbc for 3s on 16 size blocks: 839664 aes-128 cbc's in 3.01s
Doing aes-128 cbc for 3s on 64 size blocks: 228238 aes-128 cbc's in 3.01s
Doing aes-128 cbc for 3s on 256 size blocks: 58364 aes-128 cbc's in 3.01s
Doing aes-128 cbc for 3s on 1024 size blocks: 14675 aes-128 cbc's in 3.01s
Doing aes-128 cbc for 3s on 8192 size blocks: 1821 aes-128 cbc's in 3.01s
Doing aes-192 cbc for 3s on 16 size blocks: 733298 aes-192 cbc's in 3.01s
Doing aes-192 cbc for 3s on 64 size blocks: 196968 aes-192 cbc's in 3.01s
Doing aes-192 cbc for 3s on 256 size blocks: 50144 aes-192 cbc's in 3.01s
Doing aes-192 cbc for 3s on 1024 size blocks: 12615 aes-192 cbc's in 3.01s
Doing aes-192 cbc for 3s on 8192 size blocks: 1565 aes-192 cbc's in 3.01s
Doing aes-256 cbc for 3s on 16 size blocks: 653722 aes-256 cbc's in 3.02s
Doing aes-256 cbc for 3s on 64 size blocks: 173236 aes-256 cbc's in 3.01s
Doing aes-256 cbc for 3s on 256 size blocks: 44057 aes-256 cbc's in 3.01s
Doing aes-256 cbc for 3s on 1024 size blocks: 11099 aes-256 cbc's in 3.02s
Doing aes-256 cbc for 3s on 8192 size blocks: 1380 aes-256 cbc's in 3.02s
Doing aes-128 ige for 3s on 16 size blocks: 809193 aes-128 ige's in 3.02s
Doing aes-128 ige for 3s on 64 size blocks: 219727 aes-128 ige's in 3.01s
Doing aes-128 ige for 3s on 256 size blocks: 56243 aes-128 ige's in 3.01s
Doing aes-128 ige for 3s on 1024 size blocks: 14120 aes-128 ige's in 3.01s
Doing aes-128 ige for 3s on 8192 size blocks: 1715 aes-128 ige's in 3.01s
Doing aes-192 ige for 3s on 16 size blocks: 710718 aes-192 ige's in 3.01s
Doing aes-192 ige for 3s on 64 size blocks: 190536 aes-192 ige's in 3.01s
Doing aes-192 ige for 3s on 256 size blocks: 48640 aes-192 ige's in 3.01s
Doing aes-192 ige for 3s on 1024 size blocks: 12218 aes-192 ige's in 3.01s
Doing aes-192 ige for 3s on 8192 size blocks: 1488 aes-192 ige's in 3.01s
Doing aes-256 ige for 3s on 16 size blocks: 632299 aes-256 ige's in 3.01s
Doing aes-256 ige for 3s on 64 size blocks: 168439 aes-256 ige's in 3.01s
Doing aes-256 ige for 3s on 256 size blocks: 42837 aes-256 ige's in 3.01s
Doing aes-256 ige for 3s on 1024 size blocks: 10754 aes-256 ige's in 3.01s
Doing aes-256 ige for 3s on 8192 size blocks: 1312 aes-256 ige's in 3.01s
Doing camellia-128 cbc for 3s on 16 size blocks: 707651 camellia-128 cbc's in
3.02s
Doing camellia-128 cbc for 3s on 64 size blocks: 187706 camellia-128 cbc's in
3.01s
Doing camellia-128 cbc for 3s on 256 size blocks: 47674 camellia-128 cbc's in
3.01s
Doing camellia-128 cbc for 3s on 1024 size blocks: 11992 camellia-128 cbc's in
3.01s
Doing camellia-128 cbc for 3s on 8192 size blocks: 1494 camellia-128 cbc's in
3.01s
Doing camellia-192 cbc for 3s on 16 size blocks: 556935 camellia-192 cbc's in
3.02s
Doing camellia-192 cbc for 3s on 64 size blocks: 146082 camellia-192 cbc's in
3.01s
Doing camellia-192 cbc for 3s on 256 size blocks: 37035 camellia-192 cbc's in
3.01s
Doing camellia-192 cbc for 3s on 1024 size blocks: 9321 camellia-192 cbc's in
3.02s
Doing camellia-192 cbc for 3s on 8192 size blocks: 1163 camellia-192 cbc's in
3.02s
Doing camellia-256 cbc for 3s on 16 size blocks: 558594 camellia-256 cbc's in
3.02s
Doing camellia-256 cbc for 3s on 64 size blocks: 146207 camellia-256 cbc's in
3.01s
Doing camellia-256 cbc for 3s on 256 size blocks: 37027 camellia-256 cbc's in
3.01s
Doing camellia-256 cbc for 3s on 1024 size blocks: 9290 camellia-256 cbc's in
3.01s
Doing camellia-256 cbc for 3s on 8192 size blocks: 1157 camellia-256 cbc's in
3.01s
Doing idea cbc for 3s on 16 size blocks: 758653 idea cbc's in 3.01s
Doing idea cbc for 3s on 64 size blocks: 204707 idea cbc's in 3.01s
Doing idea cbc for 3s on 256 size blocks: 52194 idea cbc's in 3.01s
Doing idea cbc for 3s on 1024 size blocks: 13117 idea cbc's in 3.01s
Doing idea cbc for 3s on 8192 size blocks: 1641 idea cbc's in 3.01s
Doing seed cbc for 3s on 16 size blocks: 626021 seed cbc's in 3.01s
Doing seed cbc for 3s on 64 size blocks: 164902 seed cbc's in 3.01s
Doing seed cbc for 3s on 256 size blocks: 41834 seed cbc's in 3.01s
Doing seed cbc for 3s on 1024 size blocks: 10496 seed cbc's in 3.01s
Doing seed cbc for 3s on 8192 size blocks: 1311 seed cbc's in 3.01s
Doing rc2 cbc for 3s on 16 size blocks: 473597 rc2 cbc's in 3.01s
Doing rc2 cbc for 3s on 64 size blocks: 124006 rc2 cbc's in 3.01s
Doing rc2 cbc for 3s on 256 size blocks: 31399 rc2 cbc's in 3.01s
Doing rc2 cbc for 3s on 1024 size blocks: 7875 rc2 cbc's in 3.01s
Doing rc2 cbc for 3s on 8192 size blocks: 985 rc2 cbc's in 3.01s
Doing blowfish cbc for 3s on 16 size blocks: 1025763 blowfish cbc's in 3.01s
Doing blowfish cbc for 3s on 64 size blocks: 284614 blowfish cbc's in 3.01s
Doing blowfish cbc for 3s on 256 size blocks: 73392 blowfish cbc's in 3.02s
Doing blowfish cbc for 3s on 1024 size blocks: 18487 blowfish cbc's in 3.02s
Doing blowfish cbc for 3s on 8192 size blocks: 2354 blowfish cbc's in 3.02s
Doing cast cbc for 3s on 16 size blocks: 796420 cast cbc's in 3.02s
Doing cast cbc for 3s on 64 size blocks: 215461 cast cbc's in 3.01s
Doing cast cbc for 3s on 256 size blocks: 54952 cast cbc's in 3.01s
Doing cast cbc for 3s on 1024 size blocks: 13841 cast cbc's in 3.01s
Doing cast cbc for 3s on 8192 size blocks: 1762 cast cbc's in 3.01s
Doing 512 bit private rsa's for 10s: 1053 512 bit private RSA's in 9.98s
Doing 512 bit public rsa's for 10s: 10593 512 bit public RSA's in 10.01s
Doing 1024 bit private rsa's for 10s: 206 1024 bit private RSA's in 10.04s
Doing 1024 bit public rsa's for 10s: 4029 1024 bit public RSA's in 10.02s
Doing 2048 bit private rsa's for 10s: 36 2048 bit private RSA's in 10.29s
Doing 2048 bit public rsa's for 10s: 1267 2048 bit public RSA's in 10.02s
Doing 4096 bit private rsa's for 10s: 6 4096 bit private RSA's in 11.48s
Doing 4096 bit public rsa's for 10s: 365 4096 bit public RSA's in 10.03s
Doing 512 bit sign dsa's for 10s: 1112 512 bit DSA signs in 9.80s
Doing 512 bit verify dsa's for 10s: 976 512 bit DSA verify in 10.01s
Doing 1024 bit sign dsa's for 10s: 416 1024 bit DSA signs in 9.99s
Doing 1024 bit verify dsa's for 10s: 351 1024 bit DSA verify in 10.04s
Doing 2048 bit sign dsa's for 10s: 130 2048 bit DSA signs in 10.02s
Doing 2048 bit verify dsa's for 10s: 110 2048 bit DSA verify in 10.06s
Doing 160 bit sign ecdsa's for 10s: 1690 160 bit ECDSA signs in 9.63s
Doing 160 bit verify ecdsa's for 10s: 405 160 bit ECDSA verify in 10.01s
Doing 192 bit sign ecdsa's for 10s: 1642 192 bit ECDSA signs in 9.68s
Doing 192 bit verify ecdsa's for 10s: 376 192 bit ECDSA verify in 10.01s
Doing 224 bit sign ecdsa's for 10s: 1270 224 bit ECDSA signs in 9.78s
Doing 224 bit verify ecdsa's for 10s: 279 224 bit ECDSA verify in 9.92s
Doing 256 bit sign ecdsa's for 10s: 797 256 bit ECDSA signs in 9.86s
Doing 256 bit verify ecdsa's for 10s: 148 256 bit ECDSA verify in 10.04s
Doing 384 bit sign ecdsa's for 10s: 508 384 bit ECDSA signs in 9.92s
Doing 384 bit verify ecdsa's for 10s: 94 384 bit ECDSA verify in 10.10s
Doing 521 bit sign ecdsa's for 10s: 196 521 bit ECDSA signs in 10.03s
Doing 521 bit verify ecdsa's for 10s: 36 521 bit ECDSA verify in 0.00s
Doing 163 bit sign ecdsa's for 10s: 436 163 bit ECDSA signs in 0.00s
Doing 163 bit verify ecdsa's for 10s: 219 163 bit ECDSA verify in 0.00s
Doing 233 bit sign ecdsa's for 10s: 229 233 bit ECDSA signs in 0.00s
Doing 233 bit verify ecdsa's for 10s: 116 233 bit ECDSA verify in 0.00s
Doing 283 bit sign ecdsa's for 10s: 146 283 bit ECDSA signs in 0.00s
Doing 283 bit verify ecdsa's for 10s: 63 283 bit ECDSA verify in 0.00s
Doing 409 bit sign ecdsa's for 10s: 64 409 bit ECDSA signs in 0.00s
Doing 409 bit verify ecdsa's for 10s: 28 409 bit ECDSA verify in 0.00s
Doing 571 bit sign ecdsa's for 10s: 28 571 bit ECDSA signs in 0.00s
Doing 571 bit verify ecdsa's for 10s: 12 571 bit ECDSA verify in 0.00s
Doing 163 bit sign ecdsa's for 10s: 456 163 bit ECDSA signs in 0.00s
Doing 163 bit verify ecdsa's for 10s: 205 163 bit ECDSA verify in 0.00s
Doing 233 bit sign ecdsa's for 10s: 232 233 bit ECDSA signs in 0.00s
Doing 233 bit verify ecdsa's for 10s: 105 233 bit ECDSA verify in 0.00s
Doing 283 bit sign ecdsa's for 10s: 149 283 bit ECDSA signs in 0.00s
Doing 283 bit verify ecdsa's for 10s: 56 283 bit ECDSA verify in 0.00s
Doing 409 bit sign ecdsa's for 10s: 65 409 bit ECDSA signs in 0.00s
Doing 409 bit verify ecdsa's for 10s: 24 409 bit ECDSA verify in 0.00s
Doing 571 bit sign ecdsa's for 10s: 28 571 bit ECDSA signs in 0.00s
Doing 571 bit verify ecdsa's for 10s: 11 571 bit ECDSA verify in 0.00s
Doing 160 bit ecdh's for 10s: 465 160-bit ECDH ops in 0.00s
Doing 192 bit ecdh's for 10s: 445 192-bit ECDH ops in 0.00s
Doing 224 bit ecdh's for 10s: 327 224-bit ECDH ops in 0.00s
Doing 256 bit ecdh's for 10s: 174 256-bit ECDH ops in 0.00s
Doing 384 bit ecdh's for 10s: 113 384-bit ECDH ops in 0.00s
Doing 521 bit ecdh's for 10s: 44 521-bit ECDH ops in 0.00s
Doing 163 bit ecdh's for 10s: 446 163-bit ECDH ops in 0.00s
Doing 233 bit ecdh's for 10s: 235 233-bit ECDH ops in 0.00s
Doing 283 bit ecdh's for 10s: 128 283-bit ECDH ops in 0.00s
Doing 409 bit ecdh's for 10s: 56 409-bit ECDH ops in 0.00s
Doing 571 bit ecdh's for 10s: 24 571-bit ECDH ops in 0.00s
Doing 163 bit ecdh's for 10s: 417 163-bit ECDH ops in 0.00s
Doing 233 bit ecdh's for 10s: 213 233-bit ECDH ops in 0.00s
Doing 283 bit ecdh's for 10s: 114 283-bit ECDH ops in 0.00s
Doing 409 bit ecdh's for 10s: 49 409-bit ECDH ops in 0.00s
Doing 571 bit ecdh's for 10s: 21 571-bit ECDH ops in 0.00s
OpenSSL 1.0.0b 16 Nov 2010
built on: Sun Nov 21 20:26:33 UTC 2010
options:bn(64,32) rc4(ptr,char) des(idx,cisc,16,long) aes(partial) idea(int)
blowfish(ptr)
compiler: mipsel-unknown-linux-gcc -fPIC -DOPENSSL_PIC -DOPENSSL_THREADS
-D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -DTERMIO -O3 -fomit-frame-pointer -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 303.36k 401.42k 438.26k 449.40k 451.78k
md4 919.31k 3327.43k 10099.41k 21484.61k 31551.45k
md5 406.16k 1463.69k 4843.93k 11509.96k 18901.48k
hmac(md5) 1321.65k 4241.27k 10622.47k 17044.33k 20684.12k
sha1 364.50k 1387.72k 4092.60k 7975.67k 10980.54k
rmd160 251.17k 948.75k 2808.35k 5512.25k 7617.74k
rc4 14027.08k 15407.18k 15741.59k 15845.29k 15928.29k
des cbc 2181.96k 2295.01k 2312.85k 2319.12k 2326.96k
des ede3 798.80k 815.63k 821.33k 821.24k 819.20k
idea cbc 4032.71k 4352.57k 4439.09k 4462.39k 4466.14k
seed cbc 3327.69k 3506.22k 3557.97k 3570.73k 3568.01k
rc2 cbc 2517.46k 2636.67k 2670.48k 2679.07k 2680.77k
rc5-32/12 cbc 0.00 0.00 0.00 0.00 0.00
blowfish cbc 5452.56k 6051.59k 6221.31k 6268.44k 6385.42k
cast cbc 4219.44k 4581.23k 4673.66k 4708.70k 4795.45k
aes-128 cbc 4463.33k 4852.90k 4963.85k 4992.43k 4956.02k
aes-192 cbc 3897.93k 4188.02k 4264.74k 4291.61k 4259.30k
aes-256 cbc 3463.43k 3683.42k 3747.04k 3763.37k 3743.36k
camellia-128 cbc 3749.14k 3991.09k 4054.67k 4079.67k
4066.06k
camellia-192 cbc 2950.65k 3106.06k 3149.82k 3160.50k
3154.73k
camellia-256 cbc 2959.44k 3108.72k 3149.14k 3160.45k
3148.89k
sha256 653.93k 1651.07k 2906.41k 3592.85k 3856.50k
sha512 67.08k 268.35k 384.43k 529.01k 590.59k
whirlpool 131.42k 257.76k 430.01k 517.12k 549.76k
aes-128 ige 4287.12k 4671.94k 4783.46k 4803.61k 4667.53k
aes-192 ige 3777.90k 4051.26k 4136.82k 4156.56k 4049.73k
aes-256 ige 3361.06k 3581.43k 3643.28k 3658.50k 3570.73k
sign verify sign/s verify/s
rsa 512 bits 0.009478s 0.000945s 105.5 1058.2
rsa 1024 bits 0.048738s 0.002487s 20.5 402.1
rsa 2048 bits 0.285833s 0.007908s 3.5 126.4
rsa 4096 bits 1.913333s 0.027479s 0.5 36.4
sign verify sign/s verify/s
dsa 512 bits 0.008813s 0.010256s 113.5 97.5
dsa 1024 bits 0.024014s 0.028604s 41.6 35.0
dsa 2048 bits 0.077077s 0.091455s 13.0 10.9
sign verify sign/s verify/s
160 bit ecdsa (secp160r1) 0.0057s 0.0247s 175.5 40.5
192 bit ecdsa (nistp192) 0.0059s 0.0266s 169.6 37.6
224 bit ecdsa (nistp224) 0.0077s 0.0356s 129.9 28.1
256 bit ecdsa (nistp256) 0.0124s 0.0678s 80.8 14.7
384 bit ecdsa (nistp384) 0.0195s 0.1074s 51.2 9.3
521 bit ecdsa (nistp521) 0.0512s 0.0000s 19.5 inf
163 bit ecdsa (nistk163) 0.0000s 0.0000s inf inf
233 bit ecdsa (nistk233) 0.0000s 0.0000s inf inf
283 bit ecdsa (nistk283) 0.0000s 0.0000s inf inf
409 bit ecdsa (nistk409) 0.0000s 0.0000s inf inf
571 bit ecdsa (nistk571) 0.0000s 0.0000s inf inf
163 bit ecdsa (nistb163) 0.0000s 0.0000s inf inf
233 bit ecdsa (nistb233) 0.0000s 0.0000s inf inf
283 bit ecdsa (nistb283) 0.0000s 0.0000s inf inf
409 bit ecdsa (nistb409) 0.0000s 0.0000s inf inf
571 bit ecdsa (nistb571) 0.0000s 0.0000s inf inf
op op/s
160 bit ecdh (secp160r1) 0.0000s inf
192 bit ecdh (nistp192) 0.0000s inf
224 bit ecdh (nistp224) 0.0000s inf
256 bit ecdh (nistp256) 0.0000s inf
384 bit ecdh (nistp384) 0.0000s inf
521 bit ecdh (nistp521) 0.0000s inf
163 bit ecdh (nistk163) 0.0000s inf
233 bit ecdh (nistk233) 0.0000s inf
283 bit ecdh (nistk283) 0.0000s inf
409 bit ecdh (nistk409) 0.0000s inf
571 bit ecdh (nistk571) 0.0000s inf
163 bit ecdh (nistb163) 0.0000s inf
233 bit ecdh (nistb233) 0.0000s inf
283 bit ecdh (nistb283) 0.0000s inf
409 bit ecdh (nistb409) 0.0000s inf
571 bit ecdh (nistb571) 0.0000s inf
_______________________________________________
Qi Hardware Discussion List
Mail to list (members only): [email protected]
Subscribe or Unsubscribe:
http://lists.en.qi-hardware.com/mailman/listinfo/discussion