| Time | Relative time | Primitive | Implementation | Compiler |
| | atelopus32 | crypto_hash/atelopus32/ref | g++ -m64 -O3 -fomit-frame-pointer |
| | atelopus64 | crypto_hash/atelopus64/ref | g++ -m64 -O3 -fomit-frame-pointer |
| 11951 | 1.00 | bblake256 | crypto_hash/bblake256/ssse3 | gcc -m64 -march=core2 -msse4.1 -O3 -fomit-frame-pointer (4.4.3) |
| 14421 | 1.21 | bblake256 | crypto_hash/bblake256/sse2 | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 22165 | 1.85 | bblake256 | crypto_hash/bblake256/bswap | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer |
| 23820 | 1.99 | bblake256 | crypto_hash/bblake256/regs | gcc -funroll-loops -m64 -march=nocona -O -fomit-frame-pointer |
| 30515 | 2.55 | bblake256 | crypto_hash/bblake256/sandy | gcc -m64 -march=barcelona -O3 -fomit-frame-pointer |
| | bblake512 | crypto_hash/bblake512/xop | gcc -m64 -O3 -fomit-frame-pointer |
| 11965 | 1.00 | blake256 | crypto_hash/blake256/sse41-2 | gcc -m64 -march=core2 -msse4.1 -O -fomit-frame-pointer (4.4.3) |
| 12047 | 1.01 | blake256 | crypto_hash/blake256/vect128 | gcc -m64 -march=native -mtune=native -O -fomit-frame-pointer |
| 12254 | 1.02 | blake256 | crypto_hash/blake256/vect128-mmxhack | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 12342 | 1.03 | blake256 | crypto_hash/blake256/sse41 | gcc -m64 -march=core2 -msse4 -O -fomit-frame-pointer |
| 12348 | 1.03 | blake256 | crypto_hash/blake256/ssse3 | gcc -m64 -march=core2 -msse4 -O -fomit-frame-pointer |
| 14393 | 1.20 | blake256 | crypto_hash/blake256/sse2-2 | gcc -m64 -march=core2 -msse4.1 -O -fomit-frame-pointer (4.4.3) |
| 14892 | 1.24 | blake256 | crypto_hash/blake256/sse2 | gcc -m64 -march=core2 -msse4 -O -fomit-frame-pointer |
| 18051 | 1.51 | blake256 | crypto_hash/blake256/bswap | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer |
| 18660 | 1.56 | blake256 | crypto_hash/blake256/sphlib | gcc -funroll-loops -march=k8 -O3 -fomit-frame-pointer |
| 19335 | 1.62 | blake256 | crypto_hash/blake256/regs | gcc -march=nocona -O2 -fomit-frame-pointer |
| 23749 | 1.98 | blake256 | crypto_hash/blake256/sphlib-small | gcc -m64 -O3 -fomit-frame-pointer |
| 24335 | 2.03 | blake256 | crypto_hash/blake256/ref | gcc -m64 -O3 -fomit-frame-pointer |
| 25160 | 2.10 | blake256 | crypto_hash/blake256/sandy | gcc -march=barcelona -O2 -fomit-frame-pointer |
| | blake256 | crypto_hash/blake256/avxicc | gcc -m64 -O3 -fomit-frame-pointer |
| | blake256 | crypto_hash/blake256/avxs | gcc -m64 -O3 -fomit-frame-pointer |
| | blake256 | crypto_hash/blake256/xop | gcc -m64 -O3 -fomit-frame-pointer |
| 6004 | 1.00 | blake2b | crypto_hash/blake2b/xmm | gcc -m64 -march=core2 -O3 -fomit-frame-pointer |
| 6661 | 1.11 | blake2b | crypto_hash/blake2b/regs | gcc -march=barcelona -Os -fomit-frame-pointer |
| | blake2b | crypto_hash/blake2b/avx2-1 | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2b | crypto_hash/blake2b/avx2-2 | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2b | crypto_hash/blake2b/avx2-3 | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2b | crypto_hash/blake2b/avxicc | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2b | crypto_hash/blake2b/moon/armv6/32 | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2b | crypto_hash/blake2b/moon/avx/32 | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2b | crypto_hash/blake2b/moon/avx/64 | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2b | crypto_hash/blake2b/moon/avx2/32 | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2b | crypto_hash/blake2b/moon/avx2/64 | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2b | crypto_hash/blake2b/moon/neon/32 | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2b | crypto_hash/blake2b/moon/sse2/32 | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2b | crypto_hash/blake2b/moon/ssse3/32 | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2b | crypto_hash/blake2b/moon/xop/32 | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2b | crypto_hash/blake2b/moon/xop/64 | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2b | crypto_hash/blake2b/ref | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2b | crypto_hash/blake2b/ymm | gcc -m64 -O3 -fomit-frame-pointer |
| 7815 | 1.00 | blake2s | crypto_hash/blake2s/xmm | gcc -m64 -march=core2 -msse4 -O -fomit-frame-pointer (4.4.3) |
| 8273 | 1.06 | blake2s | crypto_hash/blake2s/moon/ssse3/64 | gcc -m64 -march=nocona -O3 -fomit-frame-pointer |
| 9466 | 1.21 | blake2s | crypto_hash/blake2s/moon/sse2/64 | gcc -funroll-loops -m64 -march=nocona -O2 -fomit-frame-pointer |
| 11112 | 1.42 | blake2s | crypto_hash/blake2s/regs | gcc -m64 -march=barcelona -Os -fomit-frame-pointer |
| | blake2s | crypto_hash/blake2s/avxicc | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2s | crypto_hash/blake2s/moon/armv6/32 | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2s | crypto_hash/blake2s/moon/avx/32 | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2s | crypto_hash/blake2s/moon/avx/64 | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2s | crypto_hash/blake2s/moon/sse2/32 | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2s | crypto_hash/blake2s/moon/ssse3/32 | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2s | crypto_hash/blake2s/moon/xop/32 | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2s | crypto_hash/blake2s/moon/xop/64 | gcc -m64 -O3 -fomit-frame-pointer |
| | blake2s | crypto_hash/blake2s/ref | gcc -m64 -O3 -fomit-frame-pointer |
| 10523 | 1.00 | blake32 | crypto_hash/blake32/ssse3 | gcc -m64 -march=core2 -msse4 -O -fomit-frame-pointer (4.4.3) |
| 12421 | 1.18 | blake32 | crypto_hash/blake32/sse2 | gcc -march=nocona -O -fomit-frame-pointer |
| 14280 | 1.36 | blake32 | crypto_hash/blake32/sphlib | gcc -funroll-loops -m64 -march=k8 -O3 -fomit-frame-pointer |
| 17777 | 1.69 | blake32 | crypto_hash/blake32/sphlib-small | gcc -m64 -O3 -fomit-frame-pointer |
| 18332 | 1.74 | blake32 | crypto_hash/blake32/ref | gcc -fno-schedule-insns -O3 -fomit-frame-pointer |
| 10061 | 1.00 | blake512 | crypto_hash/blake512/sse41 | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer (4.4.3) |
| 10594 | 1.05 | blake512 | crypto_hash/blake512/vect128-inplace | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer (4.4.3) |
| 10682 | 1.06 | blake512 | crypto_hash/blake512/vect128 | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer (4.4.3) |
| 10832 | 1.08 | blake512 | crypto_hash/blake512/bswap | gcc -m64 -march=core2 -O3 -fomit-frame-pointer |
| 11265 | 1.12 | blake512 | crypto_hash/blake512/sphlib | gcc -march=barcelona -O3 -fomit-frame-pointer |
| 12231 | 1.22 | blake512 | crypto_hash/blake512/regs | gcc -O -fomit-frame-pointer |
| 14070 | 1.40 | blake512 | crypto_hash/blake512/sphlib-small | gcc -m64 -march=k8 -O3 -fomit-frame-pointer |
| 14594 | 1.45 | blake512 | crypto_hash/blake512/ssse3 | gcc -m64 -march=core2 -msse4.1 -O3 -fomit-frame-pointer |
| 14844 | 1.48 | blake512 | crypto_hash/blake512/sse2 | gcc -funroll-loops -m64 -march=k8 -O2 -fomit-frame-pointer |
| 15201 | 1.51 | blake512 | crypto_hash/blake512/sandy | gcc -march=barcelona -O3 -fomit-frame-pointer |
| 15260 | 1.52 | blake512 | crypto_hash/blake512/ref | gcc -O3 -fomit-frame-pointer |
| 15260 | 1.52 | blake512 | crypto_hash/blake512/sse2s | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer (4.4.3) |
| | blake512 | crypto_hash/blake512/avxicc | gcc -m64 -O3 -fomit-frame-pointer |
| | blake512 | crypto_hash/blake512/vect128-xop | gcc -m64 -O3 -fomit-frame-pointer |
| | blake512 | crypto_hash/blake512/xop | gcc -m64 -O3 -fomit-frame-pointer |
| | blake512 | crypto_hash/blake512/xop-2 | gcc -m64 -O3 -fomit-frame-pointer |
| 10087 | 1.00 | blake64 | crypto_hash/blake64/sphlib (SPHLIB_2.1) | gcc -m64 -march=barcelona -O3 -fomit-frame-pointer (4.4.3) |
| 12492 | 1.24 | blake64 | crypto_hash/blake64/sphlib-small | gcc -m64 -O3 -fomit-frame-pointer |
| 13662 | 1.35 | blake64 | crypto_hash/blake64/ref | gcc -funroll-loops -march=k8 -O3 -fomit-frame-pointer |
| 14195 | 1.41 | blake64 | crypto_hash/blake64/ssse3 | gcc -m64 -march=core2 -msse4 -O3 -fomit-frame-pointer |
| 16258 | 1.61 | blake64 | crypto_hash/blake64/sse2 | gcc -m64 -march=core2 -msse4 -O3 -fomit-frame-pointer |
| 7058 | 1.00 | bmw256 | crypto_hash/bmw256/core_i7_45nm/x86-64/sse4_v1 (asm) | gcc -march=nocona -O -fomit-frame-pointer (4.4.3) |
| 8030 | 1.14 | bmw256 | crypto_hash/bmw256/core_2_45nm/x86-64/sse4_v1 | gcc -m64 -O3 -fomit-frame-pointer |
| 8304 | 1.18 | bmw256 | crypto_hash/bmw256/core_2_65nm/x86-64/ssse3_v1 | gcc -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 8338 | 1.18 | bmw256 | crypto_hash/bmw256/opt29_v5_ssse3_asm64 | gcc -m64 -O3 -fomit-frame-pointer |
| 8350 | 1.18 | bmw256 | crypto_hash/bmw256/amd_k10/x86-64/sse2 | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer |
| 9004 | 1.28 | bmw256 | crypto_hash/bmw256/opt31ssse3_asm64 | gcc -m64 -march=core2 -msse4.1 -O -fomit-frame-pointer |
| 11517 | 1.63 | bmw256 | crypto_hash/bmw256/amd_k8/x86-64/noSSE | gcc -m64 -O2 -fomit-frame-pointer |
| 12642 | 1.79 | bmw256 | crypto_hash/bmw256/optbgbe | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| 12778 | 1.81 | bmw256 | crypto_hash/bmw256/optc04 | gcc -funroll-loops -m64 -march=k8 -O3 -fomit-frame-pointer |
| 12815 | 1.82 | bmw256 | crypto_hash/bmw256/optc03 | gcc -funroll-loops -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 12835 | 1.82 | bmw256 | crypto_hash/bmw256/optbbe | gcc -m64 -march=barcelona -O -fomit-frame-pointer |
| 12849 | 1.82 | bmw256 | crypto_hash/bmw256/optabe | gcc -funroll-loops -m64 -march=k8 -O -fomit-frame-pointer |
| 12945 | 1.83 | bmw256 | crypto_hash/bmw256/optc01 | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| 13308 | 1.89 | bmw256 | crypto_hash/bmw256/sphlib-small | gcc -funroll-loops -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 13353 | 1.89 | bmw256 | crypto_hash/bmw256/optc02 | gcc -funroll-loops -m64 -O -fomit-frame-pointer |
| 13654 | 1.93 | bmw256 | crypto_hash/bmw256/sphlib | gcc -m64 -march=core2 -msse4 -O3 -fomit-frame-pointer |
| 21738 | 3.08 | bmw256 | crypto_hash/bmw256/ref | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| | bmw256 | crypto_hash/bmw256/optc31ssse3 | gcc -m64 -O3 -fomit-frame-pointer |
| 6321 | 1.00 | bmw512 | crypto_hash/bmw512/opt008_asm64 (Optimized_asm_x86-64,_opt008_July01) | gcc -march=nocona -O2 -fomit-frame-pointer (4.4.3) |
| 7052 | 1.12 | bmw512 | crypto_hash/bmw512/optbgbe | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer |
| 7052 | 1.12 | bmw512 | crypto_hash/bmw512/optc01 | gcc -march=nocona -O2 -fomit-frame-pointer (4.4.3) |
| 7052 | 1.12 | bmw512 | crypto_hash/bmw512/optc02 | gcc -march=nocona -O3 -fomit-frame-pointer |
| 7055 | 1.12 | bmw512 | crypto_hash/bmw512/optc04 | gcc -fno-schedule-insns -O -fomit-frame-pointer |
| 7248 | 1.15 | bmw512 | crypto_hash/bmw512/optbbe | gcc -funroll-loops -m64 -march=barcelona -O -fomit-frame-pointer |
| 7282 | 1.15 | bmw512 | crypto_hash/bmw512/optabe | gcc -funroll-loops -march=nocona -O2 -fomit-frame-pointer |
| 7313 | 1.16 | bmw512 | crypto_hash/bmw512/optc03 | gcc -m64 -O -fomit-frame-pointer |
| 7704 | 1.22 | bmw512 | crypto_hash/bmw512/sphlib | gcc -m64 -march=core2 -msse4 -O3 -fomit-frame-pointer |
| 9888 | 1.56 | bmw512 | crypto_hash/bmw512/sphlib-small | gcc -march=k8 -O3 -fomit-frame-pointer |
| 12002 | 1.90 | bmw512 | crypto_hash/bmw512/ref | gcc -funroll-loops -m64 -O3 -fomit-frame-pointer |
| | bmw512 | crypto_hash/bmw512/optx86sse2 | gcc -m64 -O3 -fomit-frame-pointer |
| 16224 | 1.00 | cheetah256 | crypto_hash/cheetah256/asm (1.0) | gcc (4.4.3) |
| 16272 | 1.00 | cheetah256 | crypto_hash/cheetah256/asm64 | cc |
| 24545 | 1.00 | cheetah512 | crypto_hash/cheetah512/asm (1.0) | gcc -funroll-loops (4.4.3) |
| 24571 | 1.00 | cheetah512 | crypto_hash/cheetah512/asm64 | cc |
| 454084 | 1.00 | cubehash161 | crypto_hash/cubehash161/emmintrin4 | gcc -m64 -march=core2 -msse4 -O -fomit-frame-pointer |
| 1938031 | 4.27 | cubehash161 | crypto_hash/cubehash161/simple | gcc -funroll-loops -O3 -fomit-frame-pointer |
| 2107289 | 4.64 | cubehash161 | crypto_hash/cubehash161/unrolled | gcc -m64 -march=nocona -O3 -fomit-frame-pointer |
| 2510866 | 5.53 | cubehash161 | crypto_hash/cubehash161/spec | gcc -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 31810 | 1.00 | cubehash1616 | crypto_hash/cubehash1616/emmintrin4 | gcc -fno-schedule-insns -O -fomit-frame-pointer (4.4.3) |
| 159987 | 5.03 | cubehash1616 | crypto_hash/cubehash1616/simple | gcc -m64 -march=k8 -O3 -fomit-frame-pointer |
| 168368 | 5.29 | cubehash1616 | crypto_hash/cubehash1616/unrolled | gcc -m64 -march=nocona -O3 -fomit-frame-pointer |
| 415684 | 13.07 | cubehash1616 | crypto_hash/cubehash1616/spec | gcc -funroll-loops -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 228874 | 1.00 | cubehash162 | crypto_hash/cubehash162/emmintrin4 | gcc -m64 -march=native -mtune=native -O -fomit-frame-pointer |
| 989576 | 4.32 | cubehash162 | crypto_hash/cubehash162/simple | gcc -march=k8 -O3 -fomit-frame-pointer |
| 1073833 | 4.69 | cubehash162 | crypto_hash/cubehash162/unrolled | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer |
| 1391121 | 6.08 | cubehash162 | crypto_hash/cubehash162/spec | gcc -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 15915 | 1.00 | cubehash1632 | crypto_hash/cubehash1632/amd64-2 | gcc -funroll-loops -march=k8 -O3 -fomit-frame-pointer |
| 16088 | 1.01 | cubehash1632 | crypto_hash/cubehash1632/amd64 | gcc -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 17264 | 1.08 | cubehash1632 | crypto_hash/cubehash1632/emmintrin5 | gcc -m64 -march=native -mtune=native -O -fomit-frame-pointer |
| 17632 | 1.11 | cubehash1632 | crypto_hash/cubehash1632/emmintrin4 | gcc -funroll-loops -m64 -O -fomit-frame-pointer |
| 46240 | 2.91 | cubehash1632 | crypto_hash/cubehash1632/mmintrin | gcc -funroll-loops -m64 -O2 -fomit-frame-pointer |
| 47597 | 2.99 | cubehash1632 | crypto_hash/cubehash1632/unrolled3 | gcc -funroll-loops -m64 -march=k8 -O3 -fomit-frame-pointer |
| 49113 | 3.09 | cubehash1632 | crypto_hash/cubehash1632/unrolled5 | gcc -funroll-loops -m64 -march=barcelona -Os -fomit-frame-pointer |
| 52272 | 3.28 | cubehash1632 | crypto_hash/cubehash1632/unrolled4 | gcc -m64 -march=barcelona -O2 -fomit-frame-pointer |
| 52952 | 3.33 | cubehash1632 | crypto_hash/cubehash1632/amd64-32 | gcc -funroll-loops -m64 -O3 -fomit-frame-pointer |
| 62211 | 3.91 | cubehash1632 | crypto_hash/cubehash1632/sphlib | gcc -O -fomit-frame-pointer |
| 63042 | 3.96 | cubehash1632 | crypto_hash/cubehash1632/sphlib-small | gcc -m64 -march=core2 -O3 -fomit-frame-pointer |
| 91244 | 5.73 | cubehash1632 | crypto_hash/cubehash1632/unrolled2 | gcc -O3 -fomit-frame-pointer |
| 99651 | 6.26 | cubehash1632 | crypto_hash/cubehash1632/simple | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| 103723 | 6.52 | cubehash1632 | crypto_hash/cubehash1632/unrolled | gcc -march=nocona -O3 -fomit-frame-pointer |
| | cubehash1632 | crypto_hash/cubehash1632/amd64avx | gcc -m64 -O3 -fomit-frame-pointer |
| 116139 | 1.00 | cubehash164 | crypto_hash/cubehash164/emmintrin4 | gcc -march=barcelona -O -fomit-frame-pointer (4.4.3) |
| 513856 | 4.42 | cubehash164 | crypto_hash/cubehash164/simple | gcc -m64 -march=nocona -O3 -fomit-frame-pointer |
| 556161 | 4.79 | cubehash164 | crypto_hash/cubehash164/unrolled | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| 833074 | 7.17 | cubehash164 | crypto_hash/cubehash164/spec | gcc -march=barcelona -O3 -fomit-frame-pointer |
| 60166 | 1.00 | cubehash168 | crypto_hash/cubehash168/emmintrin4 | gcc -m64 -march=barcelona -O -fomit-frame-pointer (4.4.3) |
| 278800 | 4.63 | cubehash168 | crypto_hash/cubehash168/simple | gcc -m64 -march=k8 -O3 -fomit-frame-pointer |
| 297324 | 4.94 | cubehash168 | crypto_hash/cubehash168/unrolled | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer |
| 552642 | 9.19 | cubehash168 | crypto_hash/cubehash168/spec | gcc -march=barcelona -O3 -fomit-frame-pointer |
| 13784 | 1.00 | cubehash512 | crypto_hash/cubehash512/amd64-2 | gcc -m64 -march=nocona -O2 -fomit-frame-pointer (4.4.3) |
| 13949 | 1.01 | cubehash512 | crypto_hash/cubehash512/amd64 | gcc -funroll-loops -march=barcelona -O -fomit-frame-pointer |
| 14946 | 1.08 | cubehash512 | crypto_hash/cubehash512/emmintrin5 | gcc -m64 -march=native -mtune=native -O -fomit-frame-pointer |
| 15274 | 1.11 | cubehash512 | crypto_hash/cubehash512/emmintrin4 | gcc -funroll-loops -m64 -O -fomit-frame-pointer |
| 40038 | 2.90 | cubehash512 | crypto_hash/cubehash512/mmintrin | gcc -funroll-loops -fno-schedule-insns -O2 -fomit-frame-pointer |
| 41454 | 3.01 | cubehash512 | crypto_hash/cubehash512/unrolled3 | gcc -funroll-loops -m64 -march=k8 -O3 -fomit-frame-pointer |
| 42679 | 3.10 | cubehash512 | crypto_hash/cubehash512/unrolled5 | gcc -funroll-loops -m64 -march=barcelona -Os -fomit-frame-pointer |
| 45200 | 3.28 | cubehash512 | crypto_hash/cubehash512/amd64-32 | gcc -m64 -O3 -fomit-frame-pointer |
| 45526 | 3.30 | cubehash512 | crypto_hash/cubehash512/unrolled4 | gcc -m64 -march=barcelona -O2 -fomit-frame-pointer |
| 71638 | 5.20 | cubehash512 | crypto_hash/cubehash512/unrolled2 | gcc -fno-schedule-insns -O3 -fomit-frame-pointer |
| 77894 | 5.65 | cubehash512 | crypto_hash/cubehash512/simple | gcc -m64 -march=nocona -O3 -fomit-frame-pointer |
| 80206 | 5.82 | cubehash512 | crypto_hash/cubehash512/unrolled | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| | cubehash512 | crypto_hash/cubehash512/amd64avx | gcc -m64 -O3 -fomit-frame-pointer |
| 229143 | 1.00 | cubehash81 | crypto_hash/cubehash81/emmintrin4 | gcc -funroll-loops -m64 -O -fomit-frame-pointer |
| 229293 | 1.00 | cubehash81 | crypto_hash/cubehash81/emmintrin3 | gcc -m64 -march=barcelona -O -fomit-frame-pointer |
| 256621 | 1.12 | cubehash81 | crypto_hash/cubehash81/emmintrin2 | gcc -march=nocona -O -fomit-frame-pointer |
| 264160 | 1.15 | cubehash81 | crypto_hash/cubehash81/emmintrin | gcc -m64 -march=core2 -msse4.1 -O -fomit-frame-pointer |
| 1008621 | 4.40 | cubehash81 | crypto_hash/cubehash81/simple | gcc -funroll-loops -fno-schedule-insns -O3 -fomit-frame-pointer |
| 1091785 | 4.76 | cubehash81 | crypto_hash/cubehash81/unrolled | gcc -march=nocona -O -fomit-frame-pointer |
| 1619140 | 7.07 | cubehash81 | crypto_hash/cubehash81/spec | gcc -m64 -march=core2 -O3 -fomit-frame-pointer |
| 16105 | 1.00 | cubehash816 | crypto_hash/cubehash816/emmintrin4 | gcc -m64 -O -fomit-frame-pointer |
| 17547 | 1.09 | cubehash816 | crypto_hash/cubehash816/emmintrin3 | gcc -m64 -march=barcelona -O -fomit-frame-pointer |
| 89279 | 5.54 | cubehash816 | crypto_hash/cubehash816/simple | gcc -march=nocona -O3 -fomit-frame-pointer |
| 93792 | 5.82 | cubehash816 | crypto_hash/cubehash816/unrolled | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer |
| 349684 | 21.71 | cubehash816 | crypto_hash/cubehash816/spec | gcc -funroll-loops -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 115583 | 1.00 | cubehash82 | crypto_hash/cubehash82/emmintrin4 | gcc -m64 -march=native -mtune=native -O -fomit-frame-pointer |
| 117068 | 1.01 | cubehash82 | crypto_hash/cubehash82/emmintrin3 | gcc -funroll-loops -m64 -march=k8 -O -fomit-frame-pointer |
| 519925 | 4.50 | cubehash82 | crypto_hash/cubehash82/simple | gcc -funroll-loops -march=k8 -O3 -fomit-frame-pointer |
| 561490 | 4.86 | cubehash82 | crypto_hash/cubehash82/unrolled | gcc -funroll-loops -m64 -march=k8 -O3 -fomit-frame-pointer |
| 942443 | 8.15 | cubehash82 | crypto_hash/cubehash82/spec | gcc -m64 -march=core2 -msse4 -O3 -fomit-frame-pointer |
| 8993 | 1.00 | cubehash832 | crypto_hash/cubehash832/emmintrin4 | gcc -m64 -march=k8 -O -fomit-frame-pointer (4.4.3) |
| 10540 | 1.17 | cubehash832 | crypto_hash/cubehash832/emmintrin3 | gcc -funroll-loops -m64 -O -fomit-frame-pointer |
| 58007 | 6.45 | cubehash832 | crypto_hash/cubehash832/simple | gcc -march=nocona -O3 -fomit-frame-pointer |
| 59463 | 6.61 | cubehash832 | crypto_hash/cubehash832/unrolled | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer |
| 308162 | 34.27 | cubehash832 | crypto_hash/cubehash832/spec | gcc -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 58559 | 1.00 | cubehash84 | crypto_hash/cubehash84/emmintrin4 | gcc -m64 -march=barcelona -O -fomit-frame-pointer (4.4.3) |
| 59874 | 1.02 | cubehash84 | crypto_hash/cubehash84/emmintrin3 | gcc -march=k8 -O -fomit-frame-pointer |
| 274088 | 4.68 | cubehash84 | crypto_hash/cubehash84/simple | gcc -funroll-loops -m64 -march=k8 -O3 -fomit-frame-pointer |
| 295290 | 5.04 | cubehash84 | crypto_hash/cubehash84/unrolled | gcc -m64 -march=k8 -O3 -fomit-frame-pointer |
| 604169 | 10.32 | cubehash84 | crypto_hash/cubehash84/spec | gcc -m64 -march=core2 -msse4 -O3 -fomit-frame-pointer |
| 30325 | 1.00 | cubehash88 | crypto_hash/cubehash88/emmintrin4 | gcc -m64 -march=barcelona -O -fomit-frame-pointer (4.4.3) |
| 31920 | 1.05 | cubehash88 | crypto_hash/cubehash88/emmintrin3 | gcc -funroll-loops -march=nocona -O -fomit-frame-pointer |
| 150317 | 4.96 | cubehash88 | crypto_hash/cubehash88/simple | gcc -funroll-loops -O3 -fomit-frame-pointer |
| 161313 | 5.32 | cubehash88 | crypto_hash/cubehash88/unrolled | gcc -funroll-loops -march=k8 -O3 -fomit-frame-pointer |
| 433047 | 14.28 | cubehash88 | crypto_hash/cubehash88/spec | gcc -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 40588 | 1.00 | echo256 | crypto_hash/echo256/core2/core2v64 (2.1) | gcc -funroll-loops -m64 -march=k8 -Os -fomit-frame-pointer (4.4.3) |
| 48677 | 1.20 | echo256 | crypto_hash/echo256/athlon/athlon64 | gcc -m64 -march=core2 -Os -fomit-frame-pointer |
| 53683 | 1.32 | echo256 | crypto_hash/echo256/ccalik/bitsliced | gcc -m64 -march=native -mtune=native -O -fomit-frame-pointer |
| 54003 | 1.33 | echo256 | crypto_hash/echo256/sphlib-small | gcc -O3 -fomit-frame-pointer |
| 54502 | 1.34 | echo256 | crypto_hash/echo256/ccalik/vperm | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 56375 | 1.39 | echo256 | crypto_hash/echo256/sphlib | gcc -m64 -march=nocona -O -fomit-frame-pointer |
| 58931 | 1.45 | echo256 | crypto_hash/echo256/pentium/pentium4v64v2 | gcc -march=barcelona -O3 -fomit-frame-pointer |
| 58976 | 1.45 | echo256 | crypto_hash/echo256/pentium/pentium4v64v1 | gcc -funroll-loops -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 60979 | 1.50 | echo256 | crypto_hash/echo256/generic/opt64 | gcc -march=nocona -O -fomit-frame-pointer |
| 63058 | 1.55 | echo256 | crypto_hash/echo256/generic/opt32 | gcc -funroll-loops -m64 -march=barcelona -O -fomit-frame-pointer |
| 74245 | 1.83 | echo256 | crypto_hash/echo256/powerpc/pp32cv2 | gcc -funroll-loops -m64 -march=k8 -O3 -fomit-frame-pointer |
| 112064 | 2.76 | echo256 | crypto_hash/echo256/powerpc/pp32cv1 | gcc -funroll-loops -m64 -O3 -fomit-frame-pointer |
| | echo256 | crypto_hash/echo256/aes/aes64 | gcc -m64 -O3 -fomit-frame-pointer |
| | echo256 | crypto_hash/echo256/ccalik/aesni | gcc -m64 -O3 -fomit-frame-pointer |
| 73021 | 1.00 | echo512 | crypto_hash/echo512/core2/core2v64 (2.1) | gcc -Os -fomit-frame-pointer (4.4.3) |
| 87570 | 1.20 | echo512 | crypto_hash/echo512/athlon/athlon64 | gcc -m64 -march=nocona -Os -fomit-frame-pointer |
| 95580 | 1.31 | echo512 | crypto_hash/echo512/ccalik/bitsliced | gcc -m64 -march=core2 -msse4.1 -O -fomit-frame-pointer |
| 97022 | 1.33 | echo512 | crypto_hash/echo512/sphlib-small | gcc -m64 -march=nocona -O3 -fomit-frame-pointer |
| 97280 | 1.33 | echo512 | crypto_hash/echo512/ccalik/vperm | gcc -m64 -march=core2 -msse4 -O -fomit-frame-pointer |
| 97311 | 1.33 | echo512 | crypto_hash/echo512/ccalik/aesni | gcc -m64 -march=core2 -O3 -fomit-frame-pointer |
| 101230 | 1.39 | echo512 | crypto_hash/echo512/sphlib | gcc -fno-schedule-insns -O -fomit-frame-pointer |
| 106219 | 1.45 | echo512 | crypto_hash/echo512/pentium/pentium4v64v2 | gcc -m64 -march=barcelona -Os -fomit-frame-pointer |
| 107573 | 1.47 | echo512 | crypto_hash/echo512/pentium/pentium4v64v1 | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| 109242 | 1.50 | echo512 | crypto_hash/echo512/generic/opt64 | gcc -m64 -march=nocona -O -fomit-frame-pointer |
| 111191 | 1.52 | echo512 | crypto_hash/echo512/generic/opt32 | gcc -funroll-loops -O -fomit-frame-pointer |
| 132028 | 1.81 | echo512 | crypto_hash/echo512/powerpc/pp32cv2 | gcc -funroll-loops -march=barcelona -O3 -fomit-frame-pointer |
| 199418 | 2.73 | echo512 | crypto_hash/echo512/powerpc/pp32cv1 | gcc -O3 -fomit-frame-pointer |
| | echo512 | crypto_hash/echo512/aes/aes64 | gcc -m64 -O3 -fomit-frame-pointer |
| 33807 | 1.00 | echosp256 | crypto_hash/echosp256/core2/core2v64 (2.1) | gcc -march=k8 -O3 -fomit-frame-pointer (4.4.3) |
| 37913 | 1.12 | echosp256 | crypto_hash/echosp256/athlon/athlon64 | gcc -m64 -O2 -fomit-frame-pointer |
| 45968 | 1.36 | echosp256 | crypto_hash/echosp256/pentium/pentium4v64v1 | gcc -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 45985 | 1.36 | echosp256 | crypto_hash/echosp256/pentium/pentium4v64v2 | gcc -m64 -march=barcelona -Os -fomit-frame-pointer |
| 47521 | 1.41 | echosp256 | crypto_hash/echosp256/generic/opt64 | gcc -m64 -march=core2 -msse4.1 -O -fomit-frame-pointer |
| 49402 | 1.46 | echosp256 | crypto_hash/echosp256/generic/opt32 | gcc -funroll-loops -march=nocona -O -fomit-frame-pointer |
| 58429 | 1.73 | echosp256 | crypto_hash/echosp256/powerpc/pp32cv2 | gcc -funroll-loops -march=k8 -O3 -fomit-frame-pointer |
| 87839 | 2.60 | echosp256 | crypto_hash/echosp256/powerpc/pp32cv1 | gcc -funroll-loops -m64 -O3 -fomit-frame-pointer |
| | echosp256 | crypto_hash/echosp256/aes/aes64 | gcc -m64 -O3 -fomit-frame-pointer |
| 50737 | 1.00 | echosp512 | crypto_hash/echosp512/core2/core2v64 (2.1) | gcc -O -fomit-frame-pointer (4.4.3) |
| 60625 | 1.19 | echosp512 | crypto_hash/echosp512/athlon/athlon64 | gcc -funroll-loops -march=barcelona -O -fomit-frame-pointer |
| 73553 | 1.45 | echosp512 | crypto_hash/echosp512/pentium/pentium4v64v2 | gcc -m64 -O2 -fomit-frame-pointer |
| 73610 | 1.45 | echosp512 | crypto_hash/echosp512/pentium/pentium4v64v1 | gcc -m64 -march=core2 -msse4 -Os -fomit-frame-pointer |
| 75848 | 1.49 | echosp512 | crypto_hash/echosp512/generic/opt64 | gcc -m64 -march=native -mtune=native -O -fomit-frame-pointer |
| 78019 | 1.54 | echosp512 | crypto_hash/echosp512/generic/opt32 | gcc -funroll-loops -m64 -march=k8 -O -fomit-frame-pointer |
| 92043 | 1.81 | echosp512 | crypto_hash/echosp512/powerpc/pp32cv2 | gcc -funroll-loops -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 139607 | 2.75 | echosp512 | crypto_hash/echosp512/powerpc/pp32cv1 | gcc -funroll-loops -m64 -O3 -fomit-frame-pointer |
| | echosp512 | crypto_hash/echosp512/aes/aes64 | gcc -m64 -O3 -fomit-frame-pointer |
| 6845 | 1.00 | edonr256 | crypto_hash/edonr256/swpbe (Optimized_C_v2.0g) | gcc -funroll-loops -march=k8 -O -fomit-frame-pointer |
| 7837 | 1.14 | edonr256 | crypto_hash/edonr256/optc | gcc -march=k8 -O -fomit-frame-pointer |
| 3746 | 1.00 | edonr512 | crypto_hash/edonr512/swpbe (Optimized_C_v2.0g) | gcc -funroll-loops -march=k8 -O -fomit-frame-pointer (4.4.3) |
| 4185 | 1.12 | edonr512 | crypto_hash/edonr512/optc | gcc -funroll-loops -m64 -march=nocona -O -fomit-frame-pointer |
| 76126 | 1.00 | essence224 | crypto_hash/essence224/gcc | gcc -funroll-loops -m64 -O2 -fomit-frame-pointer |
| 75599 | 1.00 | essence256 | crypto_hash/essence256/gcc | gcc -funroll-loops -fno-schedule-insns -O2 -fomit-frame-pointer (4.4.3) |
| 47166 | 1.00 | essence384 | crypto_hash/essence384/gcc | gcc -funroll-loops -m64 -march=barcelona -O3 -fomit-frame-pointer (4.4.3) |
| 47209 | 1.00 | essence512 | crypto_hash/essence512/gcc | gcc -funroll-loops -m64 -march=barcelona -O3 -fomit-frame-pointer (4.4.3) |
| 109185 | 1.00 | fsb256 | crypto_hash/fsb256/clean | gcc -funroll-loops -march=barcelona -O -fomit-frame-pointer (4.4.3) |
| 53342328 | 488.55 | fsb256 | crypto_hash/fsb256/ref | gcc -funroll-loops -m64 -march=barcelona -Os -fomit-frame-pointer |
| 50147385 | 1.00 | fsb512 | crypto_hash/fsb512/ref | gcc -m64 -march=core2 -Os -fomit-frame-pointer (4.4.3) |
| 25449 | 1.00 | fugue2 | crypto_hash/fugue2/cop_opt32 | gcc -funroll-loops -march=barcelona -O -fomit-frame-pointer (4.4.3) |
| 29407 | 1.00 | fugue256 | crypto_hash/fugue256/ccalik/vperm (1.208) | gcc -m64 -march=core2 -O3 -fomit-frame-pointer (4.4.3) |
| 29467 | 1.00 | fugue256 | crypto_hash/fugue256/SSSE3 | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 34453 | 1.17 | fugue256 | crypto_hash/fugue256/ANSI_opt64 | gcc -funroll-loops -m64 -O2 -fomit-frame-pointer |
| 38545 | 1.31 | fugue256 | crypto_hash/fugue256/SSE4.1 | gcc -m64 -march=core2 -msse4 -O -fomit-frame-pointer |
| 39403 | 1.34 | fugue256 | crypto_hash/fugue256/ANSI_opt32 | gcc -march=barcelona -O -fomit-frame-pointer |
| 41942 | 1.43 | fugue256 | crypto_hash/fugue256/sphlib | gcc -funroll-loops -march=k8 -O -fomit-frame-pointer |
| | fugue256 | crypto_hash/fugue256/ccalik/aesni | gcc -m64 -O3 -fomit-frame-pointer |
| 42777 | 1.00 | fugue384 | crypto_hash/fugue384/ccalik/vperm (1.208) | gcc -m64 -march=core2 -msse4 -O3 -fomit-frame-pointer (4.4.3) |
| | fugue384 | crypto_hash/fugue384/ccalik/aesni | gcc -m64 -O3 -fomit-frame-pointer |
| 56392 | 1.00 | fugue512 | crypto_hash/fugue512/ccalik/vperm (1.208) | gcc -m64 -march=core2 -msse4.1 -O2 -fomit-frame-pointer (4.4.3) |
| 82787 | 1.47 | fugue512 | crypto_hash/fugue512/sphlib | gcc -funroll-loops -m64 -march=nocona -O -fomit-frame-pointer |
| | fugue512 | crypto_hash/fugue512/ccalik/aesni | gcc -m64 -O3 -fomit-frame-pointer |
| 33317 | 1.00 | groestl256 | crypto_hash/groestl256/core2duo (2.0) | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer (4.4.3) |
| 33348 | 1.00 | groestl256 | crypto_hash/groestl256/opteron | gcc -march=k8 -O3 -fomit-frame-pointer |
| 33898 | 1.02 | groestl256 | crypto_hash/groestl256/opteron-unrolled | gcc -funroll-loops -march=nocona -O2 -fomit-frame-pointer |
| 35332 | 1.06 | groestl256 | crypto_hash/groestl256/vperm | gcc -m64 -march=core2 -O2 -fomit-frame-pointer |
| 36967 | 1.11 | groestl256 | crypto_hash/groestl256/vperm-intr | gcc -m64 -march=core2 -msse4 -O -fomit-frame-pointer |
| 38652 | 1.16 | groestl256 | crypto_hash/groestl256/opt64 | gcc -funroll-loops -fno-schedule-insns -O -fomit-frame-pointer |
| 44254 | 1.33 | groestl256 | crypto_hash/groestl256/sphlib | gcc -funroll-loops -march=k8 -O3 -fomit-frame-pointer |
| 45600 | 1.37 | groestl256 | crypto_hash/groestl256/sphlib-adapted | gcc -fno-schedule-insns -O2 -fomit-frame-pointer |
| 48895 | 1.47 | groestl256 | crypto_hash/groestl256/mmx | gcc -m64 -march=core2 -O -fomit-frame-pointer |
| 51031 | 1.53 | groestl256 | crypto_hash/groestl256/sphlib-small | gcc -funroll-loops -march=nocona -O -fomit-frame-pointer |
| 117886 | 3.54 | groestl256 | crypto_hash/groestl256/opt32 | gcc -march=barcelona -O3 -fomit-frame-pointer |
| 145982 | 4.38 | groestl256 | crypto_hash/groestl256/32bit-2ktable | gcc -funroll-loops -march=barcelona -O3 -fomit-frame-pointer |
| 170927 | 5.13 | groestl256 | crypto_hash/groestl256/32bit-bytesliced-c-fast | gcc -funroll-loops -O3 -fomit-frame-pointer |
| 268662 | 8.06 | groestl256 | crypto_hash/groestl256/32bit-bytesliced-c-small | gcc -funroll-loops -march=k8 -O3 -fomit-frame-pointer |
| 402688 | 12.09 | groestl256 | crypto_hash/groestl256/8bit_c | gcc -funroll-loops -fno-schedule-insns -O2 -fomit-frame-pointer |
| | groestl256 | crypto_hash/groestl256/aesni | gcc -m64 -O3 -fomit-frame-pointer |
| | groestl256 | crypto_hash/groestl256/aesni-intr | gcc -m64 -O3 -fomit-frame-pointer |
| | groestl256 | crypto_hash/groestl256/avx | gcc -m64 -O3 -fomit-frame-pointer |
| | groestl256 | crypto_hash/groestl256/avx-intr | gcc -m64 -O3 -fomit-frame-pointer |
| | groestl256 | crypto_hash/groestl256/neon-vperm | gcc -m64 -O3 -fomit-frame-pointer |
| 48436 | 1.00 | groestl512 | crypto_hash/groestl512/vperm (2.2) | gcc -funroll-loops -march=barcelona -O3 -fomit-frame-pointer (4.4.3) |
| 52856 | 1.09 | groestl512 | crypto_hash/groestl512/core2duo | gcc -funroll-loops -m64 -march=nocona -O2 -fomit-frame-pointer |
| 53227 | 1.10 | groestl512 | crypto_hash/groestl512/vperm-intr | gcc -m64 -march=native -mtune=native -Os -fomit-frame-pointer |
| 55332 | 1.14 | groestl512 | crypto_hash/groestl512/opteron | gcc -funroll-loops -fno-schedule-insns -O3 -fomit-frame-pointer |
| 71802 | 1.48 | groestl512 | crypto_hash/groestl512/opt64 | gcc -m64 -march=core2 -msse4 -O -fomit-frame-pointer |
| 76571 | 1.58 | groestl512 | crypto_hash/groestl512/sphlib | gcc -funroll-loops -m64 -O -fomit-frame-pointer |
| 80934 | 1.67 | groestl512 | crypto_hash/groestl512/sphlib-adapted | gcc -funroll-loops -O -fomit-frame-pointer |
| 82628 | 1.71 | groestl512 | crypto_hash/groestl512/sphlib-small | gcc -funroll-loops -m64 -O -fomit-frame-pointer |
| 108205 | 2.23 | groestl512 | crypto_hash/groestl512/mmx | gcc -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 177378 | 3.66 | groestl512 | crypto_hash/groestl512/opt32 | gcc -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 370966 | 7.66 | groestl512 | crypto_hash/groestl512/32bit-bytesliced-c-small | gcc -funroll-loops -fno-schedule-insns -O3 -fomit-frame-pointer |
| | groestl512 | crypto_hash/groestl512/aesni | gcc -m64 -O3 -fomit-frame-pointer |
| | groestl512 | crypto_hash/groestl512/aesni-intr | gcc -m64 -O3 -fomit-frame-pointer |
| | groestl512 | crypto_hash/groestl512/avx | gcc -m64 -O3 -fomit-frame-pointer |
| | groestl512 | crypto_hash/groestl512/avx-intr | gcc -m64 -O3 -fomit-frame-pointer |
| 35445 | 1.00 | hamsi | crypto_hash/hamsi/simd-1 | gcc -funroll-loops -m64 -march=nocona -O2 -fomit-frame-pointer (4.4.3) |
| 37388 | 1.05 | hamsi | crypto_hash/hamsi/simd-2 | gcc -m64 -O -fomit-frame-pointer |
| 40834 | 1.15 | hamsi | crypto_hash/hamsi/bernstein/small-simd-2 | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| | hamsi | crypto_hash/hamsi/sphlib | gcc -m64 -O3 -fomit-frame-pointer |
| | hamsi | crypto_hash/hamsi/sphlib-small | gcc -m64 -O3 -fomit-frame-pointer |
| | hamsi512 | crypto_hash/hamsi512/sphlib | gcc -m64 -O3 -fomit-frame-pointer |
| | hamsi512 | crypto_hash/hamsi512/sphlib-small | gcc -m64 -O3 -fomit-frame-pointer |
| 23117 | 1.00 | jh224 | crypto_hash/jh224/bitslice_sse2_opt64 | gcc -march=nocona -O2 -fomit-frame-pointer (4.4.3) |
| 25627 | 1.11 | jh224 | crypto_hash/jh224/bitslice_sse2_opt32 | gcc -funroll-loops -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 52453 | 2.27 | jh224 | crypto_hash/jh224/simple | gcc -funroll-loops -m64 -march=nocona -O2 -fomit-frame-pointer |
| 58896 | 2.55 | jh224 | crypto_hash/jh224/bitslice_opt64 | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 82266 | 3.56 | jh224 | crypto_hash/jh224/bitslice_ref64 | gcc -funroll-loops -march=nocona -O2 -fomit-frame-pointer |
| 119623 | 5.17 | jh224 | crypto_hash/jh224/bitslice_opt32 | gcc -funroll-loops -march=barcelona -O2 -fomit-frame-pointer |
| 133297 | 5.77 | jh224 | crypto_hash/jh224/bitslice_ref32 | gcc -funroll-loops -march=barcelona -O3 -fomit-frame-pointer |
| 23089 | 1.00 | jh256 | crypto_hash/jh256/bitslice_sse2_opt64 | gcc -m64 -march=nocona -O3 -fomit-frame-pointer (4.4.3) |
| 25602 | 1.11 | jh256 | crypto_hash/jh256/bitslice_sse2_opt32 | gcc -funroll-loops -march=barcelona -O2 -fomit-frame-pointer |
| 52490 | 2.27 | jh256 | crypto_hash/jh256/simple | gcc -funroll-loops -march=nocona -O2 -fomit-frame-pointer |
| 58891 | 2.55 | jh256 | crypto_hash/jh256/bitslice_opt64 | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 82348 | 3.57 | jh256 | crypto_hash/jh256/bitslice_ref64 | gcc -funroll-loops -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 119731 | 5.19 | jh256 | crypto_hash/jh256/bitslice_opt32 | gcc -funroll-loops -march=k8 -O2 -fomit-frame-pointer |
| 133263 | 5.77 | jh256 | crypto_hash/jh256/bitslice_ref32 | gcc -funroll-loops -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 23103 | 1.00 | jh384 | crypto_hash/jh384/bitslice_sse2_opt64 | gcc -m64 -march=nocona -O3 -fomit-frame-pointer (4.4.3) |
| 25565 | 1.11 | jh384 | crypto_hash/jh384/bitslice_sse2_opt32 | gcc -funroll-loops -m64 -march=barcelona -O2 -fomit-frame-pointer |
| 52448 | 2.27 | jh384 | crypto_hash/jh384/simple | gcc -funroll-loops -m64 -march=nocona -O2 -fomit-frame-pointer |
| 58840 | 2.55 | jh384 | crypto_hash/jh384/bitslice_opt64 | gcc -m64 -march=core2 -O3 -fomit-frame-pointer |
| 82289 | 3.56 | jh384 | crypto_hash/jh384/bitslice_ref64 | gcc -funroll-loops -march=barcelona -O3 -fomit-frame-pointer |
| 119626 | 5.18 | jh384 | crypto_hash/jh384/bitslice_opt32 | gcc -funroll-loops -m64 -march=barcelona -O2 -fomit-frame-pointer |
| 133252 | 5.77 | jh384 | crypto_hash/jh384/bitslice_ref32 | gcc -funroll-loops -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 23120 | 1.00 | jh512 | crypto_hash/jh512/bitslice_sse2_opt64 | gcc -march=nocona -O2 -fomit-frame-pointer (4.4.3) |
| 25616 | 1.11 | jh512 | crypto_hash/jh512/bitslice_sse2_opt32 | gcc -funroll-loops -march=barcelona -O2 -fomit-frame-pointer |
| 52465 | 2.27 | jh512 | crypto_hash/jh512/simple | gcc -funroll-loops -march=nocona -O2 -fomit-frame-pointer |
| 58897 | 2.55 | jh512 | crypto_hash/jh512/bitslice_opt64 | gcc -m64 -march=core2 -O3 -fomit-frame-pointer |
| 82133 | 3.55 | jh512 | crypto_hash/jh512/bitslice_ref64 | gcc -funroll-loops -O2 -fomit-frame-pointer |
| 119756 | 5.18 | jh512 | crypto_hash/jh512/bitslice_opt32 | gcc -funroll-loops -m64 -march=k8 -O2 -fomit-frame-pointer |
| 133280 | 5.76 | jh512 | crypto_hash/jh512/bitslice_ref32 | gcc -funroll-loops -march=barcelona -O3 -fomit-frame-pointer |
| 18822 | 1.00 | keccak | crypto_hash/keccak/opt64lcu24 (3.1.0) | gcc -funroll-loops -march=nocona -O2 -fomit-frame-pointer (4.4.3) |
| 18898 | 1.00 | keccak | crypto_hash/keccak/opt64lcu6 | gcc -funroll-loops -march=nocona -O2 -fomit-frame-pointer (4.4.3) |
| 20170 | 1.07 | keccak | crypto_hash/keccak/x86_64_asm | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer |
| 20565 | 1.09 | keccak | crypto_hash/keccak/opt64u6 | gcc -m64 -march=nocona -O2 -fomit-frame-pointer |
| 21666 | 1.15 | keccak | crypto_hash/keccak/simple | gcc -funroll-loops -m64 -O -fomit-frame-pointer |
| 22409 | 1.19 | keccak | crypto_hash/keccak/opt64lcu24shld | gcc -march=k8 -O2 -fomit-frame-pointer |
| 22618 | 1.20 | keccak | crypto_hash/keccak/x86_64_shld | gcc -fno-schedule-insns -O3 -fomit-frame-pointer |
| 26004 | 1.38 | keccak | crypto_hash/keccak/sseu2 | gcc -m64 -march=core2 -O3 -fomit-frame-pointer |
| 26254 | 1.39 | keccak | crypto_hash/keccak/inplace | gcc -m64 -march=barcelona -Os -fomit-frame-pointer |
| 34374 | 1.83 | keccak | crypto_hash/keccak/mmxu1 | gcc -m64 -march=core2 -msse4.1 -O3 -fomit-frame-pointer |
| 41809 | 2.22 | keccak | crypto_hash/keccak/opt32bi-s2lcu4 | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| 44220 | 2.35 | keccak | crypto_hash/keccak/opt32biT-s2lcu4 | gcc -m64 -march=nocona -O3 -fomit-frame-pointer |
| 48209 | 2.56 | keccak | crypto_hash/keccak/simple32bi | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| 48322 | 2.57 | keccak | crypto_hash/keccak/opt32bi-rvku2 | gcc -m64 -march=core2 -msse4.1 -O3 -fomit-frame-pointer |
| 58095 | 3.09 | keccak | crypto_hash/keccak/inplace32bi | gcc -funroll-loops -fno-schedule-insns -Os -fomit-frame-pointer |
| 69547 | 3.69 | keccak | crypto_hash/keccak/compact | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer |
| 190179 | 10.10 | keccak | crypto_hash/keccak/compact8 | gcc -m64 -march=barcelona -O2 -fomit-frame-pointer |
| | keccak | crypto_hash/keccak/avr8 | gcc -m64 -O3 -fomit-frame-pointer |
| | keccak | crypto_hash/keccak/inplace-armv7a-neon | gcc -m64 -O3 -fomit-frame-pointer |
| | keccak | crypto_hash/keccak/xopu24 | gcc -m64 -O3 -fomit-frame-pointer |
| 31339 | 1.00 | keccakc1024 | crypto_hash/keccakc1024/opt64lcu6 (3.1.0) | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer (4.4.3) |
| 31691 | 1.01 | keccakc1024 | crypto_hash/keccakc1024/opt64lcu24 | gcc -m64 -march=nocona -O2 -fomit-frame-pointer |
| 34031 | 1.09 | keccakc1024 | crypto_hash/keccakc1024/opt64u6 | gcc -funroll-loops -m64 -march=nocona -O2 -fomit-frame-pointer |
| 34079 | 1.09 | keccakc1024 | crypto_hash/keccakc1024/x86_64_asm | gcc -funroll-loops -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 36119 | 1.15 | keccakc1024 | crypto_hash/keccakc1024/simple | gcc -funroll-loops -fno-schedule-insns -O -fomit-frame-pointer |
| 37366 | 1.19 | keccakc1024 | crypto_hash/keccakc1024/opt64lcu24shld | gcc -m64 -march=core2 -msse4 -O3 -fomit-frame-pointer |
| 37888 | 1.21 | keccakc1024 | crypto_hash/keccakc1024/sphlib | gcc -march=nocona -O3 -fomit-frame-pointer |
| 38006 | 1.21 | keccakc1024 | crypto_hash/keccakc1024/sphlib-small | gcc -funroll-loops -m64 -march=k8 -O -fomit-frame-pointer |
| 38151 | 1.22 | keccakc1024 | crypto_hash/keccakc1024/x86_64_shld | gcc -m64 -march=core2 -O3 -fomit-frame-pointer |
| 43758 | 1.40 | keccakc1024 | crypto_hash/keccakc1024/inplace | gcc -m64 -Os -fomit-frame-pointer |
| 44268 | 1.41 | keccakc1024 | crypto_hash/keccakc1024/sseu2 | gcc -m64 -march=core2 -msse4 -O3 -fomit-frame-pointer |
| 58599 | 1.87 | keccakc1024 | crypto_hash/keccakc1024/mmxu1 | gcc -funroll-loops -m64 -march=nocona -O -fomit-frame-pointer |
| 69927 | 2.23 | keccakc1024 | crypto_hash/keccakc1024/opt32bi-s2lcu4 | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| 71924 | 2.30 | keccakc1024 | crypto_hash/keccakc1024/opt32biT-s2lcu4 | gcc -march=nocona -O3 -fomit-frame-pointer |
| 81141 | 2.59 | keccakc1024 | crypto_hash/keccakc1024/opt32bi-rvku2 | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 81390 | 2.60 | keccakc1024 | crypto_hash/keccakc1024/simple32bi | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| 92372 | 2.95 | keccakc1024 | crypto_hash/keccakc1024/inplace32bi | gcc -march=nocona -Os -fomit-frame-pointer |
| 117209 | 3.74 | keccakc1024 | crypto_hash/keccakc1024/compact | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| 320283 | 10.22 | keccakc1024 | crypto_hash/keccakc1024/compact8 | gcc -O2 -fomit-frame-pointer |
| | keccakc1024 | crypto_hash/keccakc1024/avr8 | gcc -m64 -O3 -fomit-frame-pointer |
| | keccakc1024 | crypto_hash/keccakc1024/inplace-armv7a-neon | gcc -m64 -O3 -fomit-frame-pointer |
| | keccakc1024 | crypto_hash/keccakc1024/xopu24 | gcc -m64 -O3 -fomit-frame-pointer |
| 14518 | 1.00 | keccakc256 | crypto_hash/keccakc256/opt64lcu6 (3.1.0) | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer (4.4.3) |
| 14521 | 1.00 | keccakc256 | crypto_hash/keccakc256/opt64lcu24 | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer |
| 15717 | 1.08 | keccakc256 | crypto_hash/keccakc256/x86_64_asm | gcc -m64 -march=core2 -msse4.1 -O -fomit-frame-pointer |
| 15946 | 1.10 | keccakc256 | crypto_hash/keccakc256/opt64u6 | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer (4.4.3) |
| 16853 | 1.16 | keccakc256 | crypto_hash/keccakc256/simple | gcc -funroll-loops -m64 -O -fomit-frame-pointer |
| 17267 | 1.19 | keccakc256 | crypto_hash/keccakc256/opt64lcu24shld | gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer |
| 17592 | 1.21 | keccakc256 | crypto_hash/keccakc256/x86_64_shld | gcc -funroll-loops -m64 -march=k8 -O3 -fomit-frame-pointer |
| 20176 | 1.39 | keccakc256 | crypto_hash/keccakc256/sseu2 | gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer |
| 20454 | 1.41 | keccakc256 | crypto_hash/keccakc256/inplace | gcc -march=barcelona -Os -fomit-frame-pointer |
| 26753 | 1.84 | keccakc256 | crypto_hash/keccakc256/mmxu1 | gcc -m64 -march=core2 -msse4 -O -fomit-frame-pointer |
| 34076 | 2.35 | keccakc256 | crypto_hash/keccakc256/opt32bi-s2lcu4 | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer (4.4.3) |
| 35091 | 2.42 | keccakc256 | crypto_hash/keccakc256/opt32biT-s2lcu4 | gcc -m64 -march=nocona -O3 -fomit-frame-pointer |
| 38355 | 2.64 | keccakc256 | crypto_hash/keccakc256/simple32bi | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer |
| 39106 | 2.69 | keccakc256 | crypto_hash/keccakc256/opt32bi-rvku2 | gcc -funroll-loops -fno-schedule-insns -O3 -fomit-frame-pointer |
| 46682 | 3.22 | keccakc256 | crypto_hash/keccakc256/inplace32bi | gcc -funroll-loops -m64 -Os -fomit-frame-pointer |
| 53754 | 3.70 | keccakc256 | crypto_hash/keccakc256/compact | gcc -funroll-loops -march=nocona -O2 -fomit-frame-pointer |
| 146067 | 10.06 | keccakc256 | crypto_hash/keccakc256/compact8 | gcc -fno-schedule-insns -O2 -fomit-frame-pointer |
| | keccakc256 | crypto_hash/keccakc256/avr8 | gcc -m64 -O3 -fomit-frame-pointer |
| | keccakc256 | crypto_hash/keccakc256/xopu24 | gcc -m64 -O3 -fomit-frame-pointer |
| 13073 | 1.00 | keccakc256treed2 | crypto_hash/keccakc256treed2/sseu4 (3.2.5) | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer (4.4.3) |
| 18318 | 1.40 | keccakc256treed2 | crypto_hash/keccakc256treed2/sseu24 | gcc -m64 -march=native -mtune=native -Os -fomit-frame-pointer |
| | keccakc256treed2 | crypto_hash/keccakc256treed2/xopu24 | gcc -m64 -O3 -fomit-frame-pointer |
| 15941 | 1.00 | keccakc448 | crypto_hash/keccakc448/opt64lcu24 (3.1.0) | gcc -march=nocona -O2 -fomit-frame-pointer (4.4.3) |
| 16127 | 1.01 | keccakc448 | crypto_hash/keccakc448/opt64lcu6 | gcc -march=nocona -O3 -fomit-frame-pointer |
| 17246 | 1.08 | keccakc448 | crypto_hash/keccakc448/x86_64_asm | gcc -funroll-loops -m64 -march=barcelona -O2 -fomit-frame-pointer |
| 17459 | 1.10 | keccakc448 | crypto_hash/keccakc448/opt64u6 | gcc -funroll-loops -m64 -march=nocona -O2 -fomit-frame-pointer |
| 18374 | 1.15 | keccakc448 | crypto_hash/keccakc448/simple | gcc -funroll-loops -march=nocona -O -fomit-frame-pointer |
| 18941 | 1.19 | keccakc448 | crypto_hash/keccakc448/opt64lcu24shld | gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer |
| 19261 | 1.21 | keccakc448 | crypto_hash/keccakc448/x86_64_shld | gcc -m64 -march=core2 -msse4.1 -O3 -fomit-frame-pointer |
| 22046 | 1.38 | keccakc448 | crypto_hash/keccakc448/sseu2 | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 22250 | 1.40 | keccakc448 | crypto_hash/keccakc448/inplace | gcc -m64 -march=barcelona -Os -fomit-frame-pointer |
| 29447 | 1.85 | keccakc448 | crypto_hash/keccakc448/mmxu1 | gcc -m64 -march=core2 -O -fomit-frame-pointer |
| 36258 | 2.27 | keccakc448 | crypto_hash/keccakc448/opt32bi-s2lcu4 | gcc -m64 -march=nocona -O3 -fomit-frame-pointer |
| 38556 | 2.42 | keccakc448 | crypto_hash/keccakc448/opt32biT-s2lcu4 | gcc -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 41613 | 2.61 | keccakc448 | crypto_hash/keccakc448/opt32bi-rvku2 | gcc -funroll-loops -m64 -march=k8 -O3 -fomit-frame-pointer |
| 58820 | 3.69 | keccakc448 | crypto_hash/keccakc448/compact | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| 160979 | 10.10 | keccakc448 | crypto_hash/keccakc448/compact8 | gcc -m64 -O2 -fomit-frame-pointer |
| | keccakc448 | crypto_hash/keccakc448/avr8 | gcc -m64 -O3 -fomit-frame-pointer |
| | keccakc448 | crypto_hash/keccakc448/inplace32bi | gcc -m64 -O3 -fomit-frame-pointer |
| | keccakc448 | crypto_hash/keccakc448/simple32bi | gcc -m64 -O3 -fomit-frame-pointer |
| | keccakc448 | crypto_hash/keccakc448/xopu24 | gcc -m64 -O3 -fomit-frame-pointer |
| 17369 | 1.00 | keccakc512 | crypto_hash/keccakc512/opt64lcu24 (3.1.0) | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer (4.4.3) |
| 17445 | 1.00 | keccakc512 | crypto_hash/keccakc512/opt64lcu6 | gcc -march=nocona -O3 -fomit-frame-pointer |
| 18822 | 1.08 | keccakc512 | crypto_hash/keccakc512/x86_64_asm | gcc -m64 -march=core2 -msse4.1 -O -fomit-frame-pointer |
| 19012 | 1.09 | keccakc512 | crypto_hash/keccakc512/opt64u6 | gcc -funroll-loops -m64 -march=nocona -O2 -fomit-frame-pointer |
| 19997 | 1.15 | keccakc512 | crypto_hash/keccakc512/simple | gcc -funroll-loops -m64 -march=nocona -O -fomit-frame-pointer |
| 20545 | 1.18 | keccakc512 | crypto_hash/keccakc512/opt64lcu24shld | gcc -march=barcelona -O2 -fomit-frame-pointer |
| 20961 | 1.21 | keccakc512 | crypto_hash/keccakc512/x86_64_shld | gcc -funroll-loops -march=barcelona -O3 -fomit-frame-pointer |
| 21134 | 1.22 | keccakc512 | crypto_hash/keccakc512/sphlib-small | gcc -funroll-loops -march=k8 -O -fomit-frame-pointer |
| 21151 | 1.22 | keccakc512 | crypto_hash/keccakc512/sphlib | gcc -funroll-loops -m64 -march=nocona -O2 -fomit-frame-pointer |
| 23979 | 1.38 | keccakc512 | crypto_hash/keccakc512/sseu2 | gcc -m64 -march=core2 -msse4.1 -O3 -fomit-frame-pointer |
| 24239 | 1.40 | keccakc512 | crypto_hash/keccakc512/inplace | gcc -m64 -march=barcelona -Os -fomit-frame-pointer |
| 31963 | 1.84 | keccakc512 | crypto_hash/keccakc512/mmxu1 | gcc -m64 -march=core2 -O -fomit-frame-pointer |
| 39165 | 2.25 | keccakc512 | crypto_hash/keccakc512/opt32bi-s2lcu4 | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| 41179 | 2.37 | keccakc512 | crypto_hash/keccakc512/opt32biT-s2lcu4 | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| 45095 | 2.60 | keccakc512 | crypto_hash/keccakc512/simple32bi | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer (4.4.3) |
| 45138 | 2.60 | keccakc512 | crypto_hash/keccakc512/opt32bi-rvku2 | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 53737 | 3.09 | keccakc512 | crypto_hash/keccakc512/inplace32bi | gcc -funroll-loops -march=barcelona -Os -fomit-frame-pointer |
| 64144 | 3.69 | keccakc512 | crypto_hash/keccakc512/compact | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer (4.4.3) |
| 175349 | 10.10 | keccakc512 | crypto_hash/keccakc512/compact8 | gcc -fno-schedule-insns -O2 -fomit-frame-pointer |
| | keccakc512 | crypto_hash/keccakc512/avr8 | gcc -m64 -O3 -fomit-frame-pointer |
| | keccakc512 | crypto_hash/keccakc512/gil/singlefile | gcc -m64 -O3 -fomit-frame-pointer |
| | keccakc512 | crypto_hash/keccakc512/gil/singlefile_unrolled | gcc -m64 -O3 -fomit-frame-pointer |
| | keccakc512 | crypto_hash/keccakc512/inplace-armv7a-neon | gcc -m64 -O3 -fomit-frame-pointer |
| | keccakc512 | crypto_hash/keccakc512/xopu24 | gcc -m64 -O3 -fomit-frame-pointer |
| 15073 | 1.00 | keccakc512treed2 | crypto_hash/keccakc512treed2/sseu4 (3.2.5) | gcc -m64 -march=core2 -msse4.1 -O3 -fomit-frame-pointer (4.4.3) |
| 20944 | 1.39 | keccakc512treed2 | crypto_hash/keccakc512treed2/sseu24 | gcc -m64 -march=core2 -Os -fomit-frame-pointer |
| | keccakc512treed2 | crypto_hash/keccakc512treed2/xopu24 | gcc -m64 -O3 -fomit-frame-pointer |
| 21576 | 1.00 | keccakc768 | crypto_hash/keccakc768/opt64lcu24 (3.1.0) | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer (4.4.3) |
| 21828 | 1.01 | keccakc768 | crypto_hash/keccakc768/opt64lcu6 | gcc -march=nocona -O2 -fomit-frame-pointer |
| 23279 | 1.08 | keccakc768 | crypto_hash/keccakc768/x86_64_asm | gcc -funroll-loops -O2 -fomit-frame-pointer |
| 23636 | 1.10 | keccakc768 | crypto_hash/keccakc768/opt64u6 | gcc -m64 -march=nocona -O2 -fomit-frame-pointer |
| 24877 | 1.15 | keccakc768 | crypto_hash/keccakc768/simple | gcc -funroll-loops -fno-schedule-insns -O -fomit-frame-pointer |
| 25678 | 1.19 | keccakc768 | crypto_hash/keccakc768/opt64lcu24shld | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 26126 | 1.21 | keccakc768 | crypto_hash/keccakc768/x86_64_shld | gcc -funroll-loops -m64 -march=barcelona -O2 -fomit-frame-pointer |
| 30031 | 1.39 | keccakc768 | crypto_hash/keccakc768/sseu2 | gcc -m64 -march=core2 -msse4 -O3 -fomit-frame-pointer |
| 30042 | 1.39 | keccakc768 | crypto_hash/keccakc768/inplace | gcc -march=barcelona -Os -fomit-frame-pointer |
| 39140 | 1.81 | keccakc768 | crypto_hash/keccakc768/mmxu1 | gcc -m64 -march=core2 -msse4 -O -fomit-frame-pointer |
| 50065 | 2.32 | keccakc768 | crypto_hash/keccakc768/opt32bi-s2lcu4 | gcc -m64 -march=nocona -O3 -fomit-frame-pointer |
| 50082 | 2.32 | keccakc768 | crypto_hash/keccakc768/opt32biT-s2lcu4 | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer (4.4.3) |
| 56015 | 2.60 | keccakc768 | crypto_hash/keccakc768/simple32bi | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer (4.4.3) |
| 57247 | 2.65 | keccakc768 | crypto_hash/keccakc768/opt32bi-rvku2 | gcc -m64 -march=core2 -O3 -fomit-frame-pointer |
| 65093 | 3.02 | keccakc768 | crypto_hash/keccakc768/inplace32bi | gcc -m64 -march=nocona -Os -fomit-frame-pointer |
| 80118 | 3.71 | keccakc768 | crypto_hash/keccakc768/compact | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer (4.4.3) |
| 223397 | 10.35 | keccakc768 | crypto_hash/keccakc768/compact8 | gcc -O3 -fomit-frame-pointer |
| | keccakc768 | crypto_hash/keccakc768/avr8 | gcc -m64 -O3 -fomit-frame-pointer |
| | keccakc768 | crypto_hash/keccakc768/xopu24 | gcc -m64 -O3 -fomit-frame-pointer |
| 45203 | 1.00 | lane256 | crypto_hash/lane256/c | gcc -m64 -march=native -mtune=native -O -fomit-frame-pointer (4.4.3) |
| 67113 | 1.48 | lane256 | crypto_hash/lane256/bitslice | gcc -O -fomit-frame-pointer |
| | lane256 | crypto_hash/lane256/mmx | gcc -m64 -O3 -fomit-frame-pointer |
| 98093 | 1.00 | lane512 | crypto_hash/lane512/c | gcc -m64 -march=nocona -O -fomit-frame-pointer (4.4.3) |
| 13742 | 1.00 | luffa256 | crypto_hash/luffa256/thomaz/asm-PS-v2-INT (1.2) | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer (4.4.3) |
| 15541 | 1.13 | luffa256 | crypto_hash/luffa256/thomaz/asm-PSPar-v2-INT | gcc -m64 -march=native -mtune=native -Os -fomit-frame-pointer |
| 15569 | 1.13 | luffa256 | crypto_hash/luffa256/ssse3_x64asm-PS-2 | gcc -funroll-loops -m64 -O3 -fomit-frame-pointer |
| 17320 | 1.26 | luffa256 | crypto_hash/luffa256/ssse3_x64asm-2 | gcc -funroll-loops -march=barcelona -O3 -fomit-frame-pointer |
| 17533 | 1.28 | luffa256 | crypto_hash/luffa256/sse2_x64asm-2 | gcc -m64 -march=nocona -O3 -fomit-frame-pointer |
| 18935 | 1.38 | luffa256 | crypto_hash/luffa256/sse2 | gcc -funroll-loops -m64 -O3 -fomit-frame-pointer |
| 19612 | 1.43 | luffa256 | crypto_hash/luffa256/thomaz/asm-PS-v2-FP | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 19867 | 1.45 | luffa256 | crypto_hash/luffa256/thomaz/asm-PS | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 22426 | 1.63 | luffa256 | crypto_hash/luffa256/ssse3_x64asm-PS | gcc -m64 -march=core2 -msse4.1 -O3 -fomit-frame-pointer |
| 29464 | 2.14 | luffa256 | crypto_hash/luffa256/thomaz/asm-PSPar-v2-FP | gcc -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 31810 | 2.31 | luffa256 | crypto_hash/luffa256/ssse3_x64asm | gcc -funroll-loops -m64 -O3 -fomit-frame-pointer |
| 32090 | 2.34 | luffa256 | crypto_hash/luffa256/sphlib | gcc -m64 -march=nocona -O3 -fomit-frame-pointer |
| 32368 | 2.36 | luffa256 | crypto_hash/luffa256/sse2_x64asm | gcc -funroll-loops -m64 -O3 -fomit-frame-pointer |
| 34442 | 2.51 | luffa256 | crypto_hash/luffa256/thomaz/basic | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer (4.4.3) |
| 35283 | 2.57 | luffa256 | crypto_hash/luffa256/opt32 | gcc -funroll-loops -march=nocona -O2 -fomit-frame-pointer |
| 94367 | 6.87 | luffa256 | crypto_hash/luffa256/arm | gcc -m64 -march=nocona -O3 -fomit-frame-pointer |
| 18431 | 1.00 | luffa384 | crypto_hash/luffa384/thomaz/asm-PSPar-v2-INT (1.2) | gcc -m64 -march=nocona -O2 -fomit-frame-pointer (4.4.3) |
| 18989 | 1.03 | luffa384 | crypto_hash/luffa384/ssse3_x64asm-PS-2 | gcc -funroll-loops -march=k8 -O3 -fomit-frame-pointer |
| 19142 | 1.04 | luffa384 | crypto_hash/luffa384/ssse3_x64asm-2 | gcc -funroll-loops -march=nocona -O -fomit-frame-pointer |
| 19510 | 1.06 | luffa384 | crypto_hash/luffa384/sse2_x64asm-2 | gcc -m64 -march=nocona -O3 -fomit-frame-pointer |
| 20814 | 1.13 | luffa384 | crypto_hash/luffa384/sse2 | gcc -funroll-loops -m64 -O3 -fomit-frame-pointer |
| 21324 | 1.16 | luffa384 | crypto_hash/luffa384/thomaz/asm-PS-v2-INT | gcc -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 27982 | 1.52 | luffa384 | crypto_hash/luffa384/thomaz/asm-PS-v2-FP | gcc -m64 -Os -fomit-frame-pointer |
| 28804 | 1.56 | luffa384 | crypto_hash/luffa384/thomaz/asm-PS | gcc -m64 -Os -fomit-frame-pointer |
| 34910 | 1.89 | luffa384 | crypto_hash/luffa384/thomaz/asm-PSPar-v2-FP | gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer |
| 35856 | 1.95 | luffa384 | crypto_hash/luffa384/ssse3_x64asm | gcc -funroll-loops -m64 -march=k8 -O3 -fomit-frame-pointer |
| 36357 | 1.97 | luffa384 | crypto_hash/luffa384/ssse3_x64asm-PS | gcc -funroll-loops -m64 -O3 -fomit-frame-pointer |
| 36516 | 1.98 | luffa384 | crypto_hash/luffa384/sse2_x64asm | gcc -funroll-loops -m64 -O3 -fomit-frame-pointer |
| 52490 | 2.85 | luffa384 | crypto_hash/luffa384/opt32 | gcc -funroll-loops -m64 -march=nocona -O2 -fomit-frame-pointer |
| 132699 | 7.20 | luffa384 | crypto_hash/luffa384/arm | gcc -funroll-loops -march=nocona -O2 -fomit-frame-pointer |
| 24560 | 1.00 | luffa512 | crypto_hash/luffa512/thomaz/asm-PSPar-v2-INT (1.2) | gcc -fno-schedule-insns -O2 -fomit-frame-pointer (4.4.3) |
| 26752 | 1.09 | luffa512 | crypto_hash/luffa512/ssse3_x64asm-PS-2 | gcc -m64 -march=nocona -O3 -fomit-frame-pointer |
| 28019 | 1.14 | luffa512 | crypto_hash/luffa512/thomaz/asm-PS-v2-INT | gcc -m64 -O3 -fomit-frame-pointer |
| 29821 | 1.21 | luffa512 | crypto_hash/luffa512/ssse3_x64asm-2 | gcc -march=nocona -O3 -fomit-frame-pointer |
| 29943 | 1.22 | luffa512 | crypto_hash/luffa512/sse2_x64asm-2 | gcc -funroll-loops -m64 -O -fomit-frame-pointer |
| 34108 | 1.39 | luffa512 | crypto_hash/luffa512/sse2 | gcc -funroll-loops -O3 -fomit-frame-pointer |
| 36915 | 1.50 | luffa512 | crypto_hash/luffa512/thomaz/asm-PS-v2-FP | gcc -m64 -O -fomit-frame-pointer |
| 38477 | 1.57 | luffa512 | crypto_hash/luffa512/thomaz/asm-PS | gcc -m64 -O3 -fomit-frame-pointer |
| 43843 | 1.79 | luffa512 | crypto_hash/luffa512/thomaz/asm-PSPar-v2-FP | gcc -m64 -O3 -fomit-frame-pointer |
| 46036 | 1.87 | luffa512 | crypto_hash/luffa512/ssse3_x64asm-PS | gcc -funroll-loops -march=barcelona -O3 -fomit-frame-pointer |
| 50328 | 2.05 | luffa512 | crypto_hash/luffa512/ssse3_x64asm | gcc -m64 -march=nocona -O3 -fomit-frame-pointer |
| 51173 | 2.08 | luffa512 | crypto_hash/luffa512/sse2_x64asm | gcc -funroll-loops -m64 -O3 -fomit-frame-pointer |
| 60554 | 2.47 | luffa512 | crypto_hash/luffa512/sphlib | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer |
| 71043 | 2.89 | luffa512 | crypto_hash/luffa512/opt32 | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| 167977 | 6.84 | luffa512 | crypto_hash/luffa512/arm | gcc -march=nocona -O3 -fomit-frame-pointer |
| 22485 | 1.00 | lux256 | crypto_hash/lux256/asm (1.0) | cc (4.4.3) |
| 16623 | 1.00 | lux512 | crypto_hash/lux512/asm (1.0) | gcc -funroll-loops -m64 -O3 -fomit-frame-pointer |
| 61634 | 1.00 | mcssha4 | crypto_hash/mcssha4/ref | gcc -funroll-loops -m64 -march=nocona -O2 -fomit-frame-pointer (4.4.3) |
| 64028 | 1.00 | mcssha5 | crypto_hash/mcssha5/ref | gcc -funroll-loops -m64 -march=nocona -O2 -fomit-frame-pointer (4.4.3) |
| 61707 | 1.00 | mcssha6 | crypto_hash/mcssha6/ref | gcc -funroll-loops -O2 -fomit-frame-pointer (4.4.3) |
| 717850 | 1.00 | md2 | crypto_hash/md2/openssl (OpenSSL_0.9.8k_25_Mar_2009) | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 4777 | 1.00 | md4 | crypto_hash/md4/openssl (OpenSSL_0.9.8k_25_Mar_2009) | gcc -m64 -march=core2 -msse4.1 -O2 -fomit-frame-pointer (4.4.3) |
| 6990 | 1.00 | md5 | crypto_hash/md5/ref | gcc -funroll-loops -m64 -O3 -fomit-frame-pointer |
| 7296 | 1.04 | md5 | crypto_hash/md5/openssl | gcc -march=barcelona -Os -fomit-frame-pointer |
| 36448 | 1.00 | md6d224 | crypto_hash/md6d224/ref | gcc -funroll-loops -march=barcelona -O2 -fomit-frame-pointer (4.4.3) |
| 39125 | 1.00 | md6d256 | crypto_hash/md6d256/ref | gcc -funroll-loops -m64 -O2 -fomit-frame-pointer (4.4.3) |
| 50008 | 1.00 | md6d384 | crypto_hash/md6d384/ref | gcc -funroll-loops -m64 -march=k8 -O2 -fomit-frame-pointer (4.4.3) |
| 60945 | 1.00 | md6d512 | crypto_hash/md6d512/ref | gcc -funroll-loops -m64 -march=k8 -O2 -fomit-frame-pointer |
| 38757 | 1.00 | mgrostl256 | crypto_hash/mgrostl256/opt-64 (2.0) | gcc -funroll-loops -m64 -march=barcelona -O -fomit-frame-pointer (4.4.3) |
| 95177 | 2.46 | mgrostl256 | crypto_hash/mgrostl256/opt-32 | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer |
| 4624811 | 119.33 | mgrostl256 | crypto_hash/mgrostl256/ref | gcc -m64 -march=nocona -O3 -fomit-frame-pointer |
| 33660 | 1.00 | nasha256 | crypto_hash/nasha256/opt_v4 | gcc -funroll-loops -m64 -march=barcelona -O -fomit-frame-pointer (4.4.3) |
| 34524 | 1.03 | nasha256 | crypto_hash/nasha256/opt | gcc -m64 -march=nocona -O2 -fomit-frame-pointer |
| 35102 | 1.00 | nasha512 | crypto_hash/nasha512/opt | gcc -march=nocona -O3 -fomit-frame-pointer (4.4.3) |
| 35459 | 1.01 | nasha512 | crypto_hash/nasha512/opt_v4 | gcc -funroll-loops -m64 -O -fomit-frame-pointer |
| 19241 | 1.00 | rfsb509 | crypto_hash/rfsb509/ref (1.0) | gcc -funroll-loops -m64 -march=k8 -O3 -fomit-frame-pointer (4.4.3) |
| | rhash | crypto_hash/rhash/ref | g++ -m64 -O3 -fomit-frame-pointer |
| 18808 | 1.00 | ripemd160 | crypto_hash/ripemd160/openssl (OpenSSL_0.9.8k_25_Mar_2009) | gcc -march=k8 -O3 -fomit-frame-pointer (4.4.3) |
| 27894 | 1.00 | round3jh256 | crypto_hash/round3jh256/sse2 | gcc -funroll-loops -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 27948 | 1.00 | round3jh256 | crypto_hash/round3jh256/ssse3 | gcc -m64 -march=core2 -msse4 -O2 -fomit-frame-pointer |
| 61008 | 2.19 | round3jh256 | crypto_hash/round3jh256/simple | gcc -m64 -march=nocona -O2 -fomit-frame-pointer |
| 62962 | 2.26 | round3jh256 | crypto_hash/round3jh256/sphlib | gcc -funroll-loops -march=k8 -O3 -fomit-frame-pointer |
| 65459 | 2.35 | round3jh256 | crypto_hash/round3jh256/sphlib-small | gcc -funroll-loops -march=k8 -O3 -fomit-frame-pointer |
| 27897 | 1.00 | round3jh512 | crypto_hash/round3jh512/sse2 | gcc -funroll-loops -m64 -march=barcelona -O3 -fomit-frame-pointer (4.4.3) |
| 27988 | 1.00 | round3jh512 | crypto_hash/round3jh512/ssse3 | gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer |
| 61285 | 2.20 | round3jh512 | crypto_hash/round3jh512/simple | gcc -m64 -march=nocona -O3 -fomit-frame-pointer |
| 62940 | 2.26 | round3jh512 | crypto_hash/round3jh512/sphlib | gcc -funroll-loops -march=k8 -O3 -fomit-frame-pointer |
| 65416 | 2.34 | round3jh512 | crypto_hash/round3jh512/sphlib-small | gcc -funroll-loops -m64 -march=k8 -O3 -fomit-frame-pointer |
| 11557 | 1.00 | sarmal256 | crypto_hash/sarmal256/asm64 (1.00) | gcc -funroll-loops -march=nocona -O -fomit-frame-pointer (4.4.3) |
| 11608 | 1.00 | sarmal256 | crypto_hash/sarmal256/opt64 | gcc -funroll-loops -O -fomit-frame-pointer |
| 13988 | 1.00 | sarmal512 | crypto_hash/sarmal512/opt64 (1.00) | gcc -funroll-loops -O -fomit-frame-pointer (4.4.3) |
| 14371 | 1.03 | sarmal512 | crypto_hash/sarmal512/asm64 | gcc -funroll-loops -m64 -march=nocona -O -fomit-frame-pointer |
| 10829 | 1.00 | sha1 | crypto_hash/sha1/openssl (OpenSSL_0.9.8k_25_Mar_2009) | gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer |
| 24840 | 1.00 | sha224 | crypto_hash/sha224/openssl (OpenSSL_0.9.8k_25_Mar_2009) | gcc -m64 -O2 -fomit-frame-pointer |
| 23565 | 1.00 | sha256 | crypto_hash/sha256/cryptopp | g++ -march=barcelona -O2 -fomit-frame-pointer (4.4.3) |
| 23636 | 1.00 | sha256 | crypto_hash/sha256/sphlib | gcc -m64 -march=native -mtune=native -O -fomit-frame-pointer |
| 24273 | 1.03 | sha256 | crypto_hash/sha256/sphlib-small | gcc -m64 -march=nocona -Os -fomit-frame-pointer |
| 24840 | 1.05 | sha256 | crypto_hash/sha256/openssl | gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer |
| 26809 | 1.14 | sha256 | crypto_hash/sha256/ref | gcc -funroll-loops -m64 -march=k8 -O3 -fomit-frame-pointer |
| 16969 | 1.00 | sha384 | crypto_hash/sha384/openssl (OpenSSL_0.9.8k_25_Mar_2009) | gcc -O3 -fomit-frame-pointer (4.4.3) |
| 16808 | 1.00 | sha512 | crypto_hash/sha512/sphlib (SPHLIB_3.0) | gcc -funroll-loops -march=nocona -O2 -fomit-frame-pointer (4.4.3) |
| 16810 | 1.00 | sha512 | crypto_hash/sha512/sphlib-small | gcc -funroll-loops -march=nocona -O2 -fomit-frame-pointer (4.4.3) |
| 16983 | 1.01 | sha512 | crypto_hash/sha512/openssl | gcc -m64 -march=k8 -O2 -fomit-frame-pointer |
| 18479 | 1.10 | sha512 | crypto_hash/sha512/cryptopp | g++ -m64 -march=nocona -O2 -fomit-frame-pointer |
| 19119 | 1.14 | sha512 | crypto_hash/sha512/ref | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| 10410 | 1.00 | shabal256 | crypto_hash/shabal256/sphlib (SPHLIB_3.0) | gcc -m64 -march=core2 -msse4 -O -fomit-frame-pointer |
| 10543 | 1.01 | shabal256 | crypto_hash/shabal256/amd64 | gcc -m64 -march=nocona -Os -fomit-frame-pointer |
| 10228 | 1.00 | shabal512 | crypto_hash/shabal512/ref (1.0) | gcc -m64 -march=core2 -msse4 -O -fomit-frame-pointer (4.4.3) |
| 10413 | 1.02 | shabal512 | crypto_hash/shabal512/sphlib | gcc -funroll-loops -m64 -march=k8 -O -fomit-frame-pointer |
| 10543 | 1.03 | shabal512 | crypto_hash/shabal512/amd64 | gcc -march=barcelona -O -fomit-frame-pointer |
| 23012 | 1.00 | shake256 | crypto_hash/shake256/gil/singlefile | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 35853 | 1.56 | shake256 | crypto_hash/shake256/gil/singlefile_unrolled | gcc -funroll-loops -march=k8 -O3 -fomit-frame-pointer |
| 30937 | 1.00 | shavite3256 | crypto_hash/shavite3256/sphlib (SPHLIB_3.0) | gcc -O -fomit-frame-pointer (4.4.3) |
| 35031 | 1.13 | shavite3256 | crypto_hash/shavite3256/new-aes-round | gcc -funroll-loops -march=barcelona -O -fomit-frame-pointer |
| 35037 | 1.13 | shavite3256 | crypto_hash/shavite3256/no-salt | gcc -funroll-loops -march=k8 -O -fomit-frame-pointer |
| 35867 | 1.16 | shavite3256 | crypto_hash/shavite3256/sphlib-small | gcc -funroll-loops -march=barcelona -O -fomit-frame-pointer |
| 36062 | 1.17 | shavite3256 | crypto_hash/shavite3256/low-mem | gcc -m64 -march=k8 -O -fomit-frame-pointer |
| 39737 | 1.28 | shavite3256 | crypto_hash/shavite3256/lower-mem | gcc -funroll-loops -O2 -fomit-frame-pointer |
| 308377 | 9.97 | shavite3256 | crypto_hash/shavite3256/8-bit | gcc -funroll-loops -m64 -O2 -fomit-frame-pointer |
| | shavite3256 | crypto_hash/shavite3256/aes-instruct | gcc -m64 -O3 -fomit-frame-pointer |
| 54955 | 1.00 | shavite3512 | crypto_hash/shavite3512/sphlib (SPHLIB_3.0) | gcc -funroll-loops -m64 -march=nocona -O -fomit-frame-pointer (4.4.3) |
| 56621 | 1.03 | shavite3512 | crypto_hash/shavite3512/sphlib-small | gcc -O -fomit-frame-pointer |
| 69006 | 1.26 | shavite3512 | crypto_hash/shavite3512/IntelL1Cache | gcc -funroll-loops -march=barcelona -O -fomit-frame-pointer |
| 71264 | 1.30 | shavite3512 | crypto_hash/shavite3512/low-mem | gcc -funroll-loops -m64 -march=k8 -O3 -fomit-frame-pointer |
| 76738 | 1.40 | shavite3512 | crypto_hash/shavite3512/lower-mem | gcc -funroll-loops -m64 -march=barcelona -O3 -fomit-frame-pointer |
| 77971 | 1.42 | shavite3512 | crypto_hash/shavite3512/new-aes-round | gcc -funroll-loops -march=k8 -O -fomit-frame-pointer |
| 78234 | 1.42 | shavite3512 | crypto_hash/shavite3512/no-salt | gcc -m64 -O -fomit-frame-pointer |
| 79495 | 1.45 | shavite3512 | crypto_hash/shavite3512/different-order | gcc -m64 -march=nocona -O -fomit-frame-pointer |
| 614576 | 11.18 | shavite3512 | crypto_hash/shavite3512/8-bit | gcc -funroll-loops -m64 -march=k8 -O2 -fomit-frame-pointer |
| | shavite3512 | crypto_hash/shavite3512/aes-instruct | gcc -m64 -O3 -fomit-frame-pointer |
| 61424 | 1.00 | simd256 | crypto_hash/simd256/sphlib (SPHLIB_3.0) | gcc -funroll-loops -march=k8 -O2 -fomit-frame-pointer (4.4.3) |
| 80490 | 1.31 | simd256 | crypto_hash/simd256/sphlib-small | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 80807 | 1.32 | simd256 | crypto_hash/simd256/opt | gcc -funroll-loops -march=k8 -O3 -fomit-frame-pointer |
| 3531784 | 57.50 | simd256 | crypto_hash/simd256/ref | gcc -funroll-loops -march=barcelona -O3 -fomit-frame-pointer |
| | simd256 | crypto_hash/simd256/vect128 | gcc -m64 -O3 -fomit-frame-pointer |
| 14943 | 1.00 | simd512 | crypto_hash/simd512/vect128 (1.1) | gcc -funroll-loops -m64 -O2 -fomit-frame-pointer (4.4.3) |
| 75010 | 5.02 | simd512 | crypto_hash/simd512/sphlib | gcc -funroll-loops -march=k8 -O2 -fomit-frame-pointer |
| 80858 | 5.41 | simd512 | crypto_hash/simd512/opt | gcc -m64 -march=core2 -msse4 -O3 -fomit-frame-pointer |
| 94928 | 6.35 | simd512 | crypto_hash/simd512/sphlib-small | gcc -m64 -march=core2 -msse4.1 -O3 -fomit-frame-pointer |
| 7190926 | 481.22 | simd512 | crypto_hash/simd512/ref | gcc -funroll-loops -m64 -O3 -fomit-frame-pointer |
| 12252 | 1.00 | skein10241024 | crypto_hash/skein10241024/x64 (v1.3_ASM_(amd64)_code) | gcc -m64 -march=nocona -O3 -fomit-frame-pointer (4.4.3) |
| 15164 | 1.24 | skein10241024 | crypto_hash/skein10241024/opt | gcc -m64 -march=barcelona -O -fomit-frame-pointer |
| 10820 | 1.00 | skein256256 | crypto_hash/skein256256/opt (v1.3_C_code) | gcc -funroll-loops -m64 -march=barcelona -O2 -fomit-frame-pointer (4.4.3) |
| 11177 | 1.03 | skein256256 | crypto_hash/skein256256/x64 | gcc -m64 -march=core2 -msse4 -O2 -fomit-frame-pointer |
| 8656 | 1.00 | skein512256 | crypto_hash/skein512256/opt (v1.3_C_code) | gcc -funroll-loops -m64 -march=k8 -O -fomit-frame-pointer (4.4.3) |
| 8741 | 1.01 | skein512256 | crypto_hash/skein512256/little | gcc -m64 -march=nocona -Os -fomit-frame-pointer |
| 9044 | 1.04 | skein512256 | crypto_hash/skein512256/sphlib | gcc -funroll-loops -m64 -march=k8 -O -fomit-frame-pointer (4.4.3) |
| 9908 | 1.14 | skein512256 | crypto_hash/skein512256/simple | gcc -funroll-loops -m64 -march=k8 -O -fomit-frame-pointer (4.4.3) |
| 10577 | 1.22 | skein512256 | crypto_hash/skein512256/x64 | gcc -m64 -march=nocona -O2 -fomit-frame-pointer |
| 11339 | 1.31 | skein512256 | crypto_hash/skein512256/sphlib-small | gcc -funroll-loops -m64 -march=nocona -O -fomit-frame-pointer |
| 13578 | 1.57 | skein512256 | crypto_hash/skein512256/sandy | gcc -m64 -march=native -mtune=native -Os -fomit-frame-pointer |
| 18145 | 2.10 | skein512256 | crypto_hash/skein512256/mmx | gcc -m64 -march=core2 -msse4.1 -O2 -fomit-frame-pointer |
| 8678 | 1.00 | skein512512 | crypto_hash/skein512512/opt (v1.3_C_code) | gcc -funroll-loops -march=k8 -O -fomit-frame-pointer (4.4.3) |
| 8747 | 1.01 | skein512512 | crypto_hash/skein512512/little | gcc -m64 -march=nocona -Os -fomit-frame-pointer |
| 9055 | 1.04 | skein512512 | crypto_hash/skein512512/sphlib | gcc -m64 -march=nocona -O -fomit-frame-pointer |
| 9996 | 1.15 | skein512512 | crypto_hash/skein512512/simple | gcc -funroll-loops -march=k8 -O -fomit-frame-pointer (4.4.3) |
| 10583 | 1.22 | skein512512 | crypto_hash/skein512512/x64 | gcc -m64 -march=nocona -O3 -fomit-frame-pointer |
| 11472 | 1.32 | skein512512 | crypto_hash/skein512512/sphlib-small | gcc -funroll-loops -march=barcelona -O -fomit-frame-pointer |
| 13591 | 1.57 | skein512512 | crypto_hash/skein512512/sandy | gcc -m64 -march=core2 -Os -fomit-frame-pointer |
| 18167 | 2.09 | skein512512 | crypto_hash/skein512512/mmx | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 8710 | 1.00 | tiger | crypto_hash/tiger/cryptopp | g++ -O2 -fomit-frame-pointer (4.4.3) |
| 43568 | 1.00 | whirlpool | crypto_hash/whirlpool/cryptopp | g++ -m64 -march=native -mtune=native -O2 -fomit-frame-pointer (4.4.3) |
| 65430 | 1.50 | whirlpool | crypto_hash/whirlpool/ref | gcc -funroll-loops -O3 -fomit-frame-pointer |