| Time | Relative time | Primitive | Implementation | Compiler |
| | atelopus32 | crypto_hash/atelopus32/ref | g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | atelopus64 | crypto_hash/atelopus64/ref | g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | bash256 | crypto_hash/bash256/avx2 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | bash256 | crypto_hash/bash256/ref | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | bash384 | crypto_hash/bash384/avx2 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | bash384 | crypto_hash/bash384/ref | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | bash512 | crypto_hash/bash512/avx2 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | bash512 | crypto_hash/bash512/ref | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 68834 | 1.00 | bblake256 | crypto_hash/bblake256/bswap | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 70713 | 1.03 | bblake256 | crypto_hash/bblake256/regs | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 51069 | 1.00 | blake256 | crypto_hash/blake256/arm_thumb2 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 56305 | 1.10 | blake256 | crypto_hash/blake256/sphlib | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 56313 | 1.10 | blake256 | crypto_hash/blake256/bswap | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 57785 | 1.13 | blake256 | crypto_hash/blake256/regs | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 103265 | 2.02 | blake256 | crypto_hash/blake256/ref | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 104737 | 2.05 | blake256 | crypto_hash/blake256/sphlib-small | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| | blake256 | crypto_hash/blake256/arm11 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | blake256 | crypto_hash/blake256/vect128 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | blake256 | crypto_hash/blake256/vect128-mmxhack | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | blake256 | crypto_hash/blake256/vect128-neon | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 58619 | 1.00 | blake2b | crypto_hash/blake2b/moon/armv6/32 | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv (4.7.3) |
| 68452 | 1.17 | blake2b | crypto_hash/blake2b/ref | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv (4.7.3) |
| 71612 | 1.22 | blake2b | crypto_hash/blake2b/regs | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| | blake2b | crypto_hash/blake2b/avx2-1 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | blake2b | crypto_hash/blake2b/avx2-2 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | blake2b | crypto_hash/blake2b/avx2-3 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | blake2b | crypto_hash/blake2b/avxicc | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | blake2b | crypto_hash/blake2b/moon/avx/32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | blake2b | crypto_hash/blake2b/moon/avx/64 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | blake2b | crypto_hash/blake2b/moon/avx2/32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | blake2b | crypto_hash/blake2b/moon/avx2/64 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | blake2b | crypto_hash/blake2b/moon/neon/32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | blake2b | crypto_hash/blake2b/moon/sse2/32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | blake2b | crypto_hash/blake2b/moon/ssse3/32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | blake2b | crypto_hash/blake2b/moon/xop/32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | blake2b | crypto_hash/blake2b/moon/xop/64 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | blake2b | crypto_hash/blake2b/xmm | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | blake2b | crypto_hash/blake2b/ymm | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 21613 | 1.00 | blake2s | crypto_hash/blake2s/moon/armv6/32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 30353 | 1.40 | blake2s | crypto_hash/blake2s/regs | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 43265 | 2.00 | blake2s | crypto_hash/blake2s/ref | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| | blake2s | crypto_hash/blake2s/avxicc | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | blake2s | crypto_hash/blake2s/moon/avx/32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | blake2s | crypto_hash/blake2s/moon/avx/64 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | blake2s | crypto_hash/blake2s/moon/sse2/32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | blake2s | crypto_hash/blake2s/moon/sse2/64 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | blake2s | crypto_hash/blake2s/moon/ssse3/32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | blake2s | crypto_hash/blake2s/moon/ssse3/64 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | blake2s | crypto_hash/blake2s/moon/xop/32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | blake2s | crypto_hash/blake2s/moon/xop/64 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | blake2s | crypto_hash/blake2s/xmm | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 43289 | 1.00 | blake32 | crypto_hash/blake32/sphlib (SPHLIB_2.1) | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 77413 | 1.79 | blake32 | crypto_hash/blake32/sphlib-small | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 78062 | 1.80 | blake32 | crypto_hash/blake32/ref | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 105733 | 1.00 | blake512 | crypto_hash/blake512/bswap | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 107780 | 1.02 | blake512 | crypto_hash/blake512/regs | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 136393 | 1.29 | blake512 | crypto_hash/blake512/ref | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 141547 | 1.34 | blake512 | crypto_hash/blake512/sphlib | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 141913 | 1.34 | blake512 | crypto_hash/blake512/sphlib-small | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| | blake512 | crypto_hash/blake512/vect128 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | blake512 | crypto_hash/blake512/vect128-inplace | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | blake512 | crypto_hash/blake512/vect128-neon | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 118825 | 1.00 | blake64 | crypto_hash/blake64/ref | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 124942 | 1.05 | blake64 | crypto_hash/blake64/sphlib | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 125184 | 1.05 | blake64 | crypto_hash/blake64/sphlib-small | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 26848 | 1.00 | bmw256 | crypto_hash/bmw256/optbbe (OptimizedB_BE_C_-_BMW256) | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 26925 | 1.00 | bmw256 | crypto_hash/bmw256/optabe | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 27953 | 1.04 | bmw256 | crypto_hash/bmw256/optc01 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 28551 | 1.06 | bmw256 | crypto_hash/bmw256/optbgbe | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 29552 | 1.10 | bmw256 | crypto_hash/bmw256/optc04 | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 29912 | 1.11 | bmw256 | crypto_hash/bmw256/optc02 | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv |
| 30285 | 1.13 | bmw256 | crypto_hash/bmw256/optc03 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 31034 | 1.16 | bmw256 | crypto_hash/bmw256/sphlib | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 32416 | 1.21 | bmw256 | crypto_hash/bmw256/sphlib-small | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 49488 | 1.84 | bmw256 | crypto_hash/bmw256/ref | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 48234 | 1.00 | bmw512 | crypto_hash/bmw512/optbgbe (1.0) | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 51016 | 1.06 | bmw512 | crypto_hash/bmw512/sphlib | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 59688 | 1.24 | bmw512 | crypto_hash/bmw512/optc04 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 61076 | 1.27 | bmw512 | crypto_hash/bmw512/optc03 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 64158 | 1.33 | bmw512 | crypto_hash/bmw512/optc01 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 64297 | 1.33 | bmw512 | crypto_hash/bmw512/optc02 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 67930 | 1.41 | bmw512 | crypto_hash/bmw512/optabe | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 68365 | 1.42 | bmw512 | crypto_hash/bmw512/optbbe | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 89635 | 1.86 | bmw512 | crypto_hash/bmw512/sphlib-small | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 91151 | 1.89 | bmw512 | crypto_hash/bmw512/ref | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| | bmw512 | crypto_hash/bmw512/arm/neon/SSEmap_v1 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 3892752 | 1.00 | cubehash161 | crypto_hash/cubehash161/simple | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 3913010 | 1.01 | cubehash161 | crypto_hash/cubehash161/unrolled | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 5041642 | 1.30 | cubehash161 | crypto_hash/cubehash161/spec | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 333224 | 1.00 | cubehash1616 | crypto_hash/cubehash1616/unrolled | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 345636 | 1.04 | cubehash1616 | crypto_hash/cubehash1616/simple | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 874838 | 2.63 | cubehash1616 | crypto_hash/cubehash1616/spec | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 2013640 | 1.00 | cubehash162 | crypto_hash/cubehash162/simple | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 2025411 | 1.01 | cubehash162 | crypto_hash/cubehash162/unrolled | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 2780928 | 1.38 | cubehash162 | crypto_hash/cubehash162/spec | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 104378 | 1.00 | cubehash1632 | crypto_hash/cubehash1632/unrolled5 | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv (4.7.3) |
| 111048 | 1.06 | cubehash1632 | crypto_hash/cubehash1632/unrolled3 | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv (4.7.3) |
| 119035 | 1.14 | cubehash1632 | crypto_hash/cubehash1632/unrolled4 | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv (4.7.3) |
| 136023 | 1.30 | cubehash1632 | crypto_hash/cubehash1632/arm | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 137415 | 1.32 | cubehash1632 | crypto_hash/cubehash1632/sphlib | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 145712 | 1.40 | cubehash1632 | crypto_hash/cubehash1632/sphlib-small | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 211129 | 2.02 | cubehash1632 | crypto_hash/cubehash1632/unrolled2 | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 212424 | 2.04 | cubehash1632 | crypto_hash/cubehash1632/unrolled | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 225664 | 2.16 | cubehash1632 | crypto_hash/cubehash1632/simple | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | cubehash1632 | crypto_hash/cubehash1632/armneon | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 1059712 | 1.00 | cubehash164 | crypto_hash/cubehash164/simple | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 1060248 | 1.00 | cubehash164 | crypto_hash/cubehash164/unrolled | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 1665575 | 1.57 | cubehash164 | crypto_hash/cubehash164/spec | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 575951 | 1.00 | cubehash168 | crypto_hash/cubehash168/unrolled | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 582776 | 1.01 | cubehash168 | crypto_hash/cubehash168/simple | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 1107337 | 1.92 | cubehash168 | crypto_hash/cubehash168/spec | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 91374 | 1.00 | cubehash512 | crypto_hash/cubehash512/unrolled5 | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv (4.7.3) |
| 97214 | 1.06 | cubehash512 | crypto_hash/cubehash512/unrolled3 | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv (4.7.3) |
| 104165 | 1.14 | cubehash512 | crypto_hash/cubehash512/unrolled4 | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv (4.7.3) |
| 118028 | 1.29 | cubehash512 | crypto_hash/cubehash512/arm | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 169454 | 1.85 | cubehash512 | crypto_hash/cubehash512/unrolled2 | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 170473 | 1.87 | cubehash512 | crypto_hash/cubehash512/unrolled | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 183301 | 2.01 | cubehash512 | crypto_hash/cubehash512/simple | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | cubehash512 | crypto_hash/cubehash512/armneon | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 1953676 | 1.00 | cubehash81 | crypto_hash/cubehash81/unrolled | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 2015878 | 1.03 | cubehash81 | crypto_hash/cubehash81/simple | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 3143892 | 1.61 | cubehash81 | crypto_hash/cubehash81/spec | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 186104 | 1.00 | cubehash816 | crypto_hash/cubehash816/unrolled | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 205135 | 1.10 | cubehash816 | crypto_hash/cubehash816/simple | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 731929 | 3.93 | cubehash816 | crypto_hash/cubehash816/spec | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 1021859 | 1.00 | cubehash82 | crypto_hash/cubehash82/unrolled | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 1063248 | 1.04 | cubehash82 | crypto_hash/cubehash82/simple | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 1829039 | 1.79 | cubehash82 | crypto_hash/cubehash82/spec | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 125696 | 1.00 | cubehash832 | crypto_hash/cubehash832/unrolled | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 142839 | 1.14 | cubehash832 | crypto_hash/cubehash832/simple | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 649316 | 5.17 | cubehash832 | crypto_hash/cubehash832/spec | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 544495 | 1.00 | cubehash84 | crypto_hash/cubehash84/unrolled | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 571858 | 1.05 | cubehash84 | crypto_hash/cubehash84/simple | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 1214377 | 2.23 | cubehash84 | crypto_hash/cubehash84/spec | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 304717 | 1.00 | cubehash88 | crypto_hash/cubehash88/unrolled | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 326229 | 1.07 | cubehash88 | crypto_hash/cubehash88/simple | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 846293 | 2.78 | cubehash88 | crypto_hash/cubehash88/spec | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 162476 | 1.00 | echo256 | crypto_hash/echo256/sphlib (SPHLIB_3.0) | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 186275 | 1.15 | echo256 | crypto_hash/echo256/sphlib-small | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 220523 | 1.36 | echo256 | crypto_hash/echo256/powerpc/pp32cv2 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 225360 | 1.39 | echo256 | crypto_hash/echo256/generic/opt32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 298901 | 1.84 | echo256 | crypto_hash/echo256/powerpc/pp32cv1 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 366407 | 2.26 | echo256 | crypto_hash/echo256/generic/opt64 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| | echo256 | crypto_hash/echo256/ccalik/bitsliced | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 288529 | 1.00 | echo512 | crypto_hash/echo512/sphlib (SPHLIB_3.0) | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 332347 | 1.15 | echo512 | crypto_hash/echo512/sphlib-small | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 388161 | 1.35 | echo512 | crypto_hash/echo512/powerpc/pp32cv2 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 399422 | 1.38 | echo512 | crypto_hash/echo512/generic/opt32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 531826 | 1.84 | echo512 | crypto_hash/echo512/powerpc/pp32cv1 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 655622 | 2.27 | echo512 | crypto_hash/echo512/generic/opt64 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| | echo512 | crypto_hash/echo512/ccalik/bitsliced | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 174006 | 1.00 | echosp256 | crypto_hash/echosp256/powerpc/pp32cv2 (2.1) | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 175629 | 1.01 | echosp256 | crypto_hash/echosp256/generic/opt32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 233550 | 1.34 | echosp256 | crypto_hash/echosp256/powerpc/pp32cv1 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 297992 | 1.71 | echosp256 | crypto_hash/echosp256/generic/opt64 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 269717 | 1.00 | echosp512 | crypto_hash/echosp512/powerpc/pp32cv2 (2.1) | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 280336 | 1.04 | echosp512 | crypto_hash/echosp512/generic/opt32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 372490 | 1.38 | echosp512 | crypto_hash/echosp512/powerpc/pp32cv1 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 475244 | 1.76 | echosp512 | crypto_hash/echosp512/generic/opt64 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 19966 | 1.00 | edonr256 | crypto_hash/edonr256/swpbe (Optimized_C_v2.0g) | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 20289 | 1.02 | edonr256 | crypto_hash/edonr256/optc | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 30147 | 1.00 | edonr512 | crypto_hash/edonr512/swpbe (Optimized_C_v2.0g) | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 36484 | 1.21 | edonr512 | crypto_hash/edonr512/optc | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv |
| 618385 | 1.00 | essence224 | crypto_hash/essence224/gcc | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 618495 | 1.00 | essence256 | crypto_hash/essence256/gcc | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 462178 | 1.00 | essence384 | crypto_hash/essence384/gcc | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 461386 | 1.00 | essence512 | crypto_hash/essence512/gcc | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 155016921 | 1.00 | fsb256 | crypto_hash/fsb256/ref | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 142811198 | 1.00 | fsb512 | crypto_hash/fsb512/ref | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 102699 | 1.00 | fugue2 | crypto_hash/fugue2/cop_opt32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 114513 | 1.00 | fugue256 | crypto_hash/fugue256/ANSI_opt32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 120374 | 1.05 | fugue256 | crypto_hash/fugue256/sphlib | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 236881 | 2.07 | fugue256 | crypto_hash/fugue256/ANSI_opt64 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 207499 | 1.00 | fugue512 | crypto_hash/fugue512/sphlib (SPHLIB_3.0) | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 132963 | 1.00 | groestl256 | crypto_hash/groestl256/arm11 (2.0) | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 195490 | 1.47 | groestl256 | crypto_hash/groestl256/opt32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 290232 | 2.18 | groestl256 | crypto_hash/groestl256/sphlib-small | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 313226 | 2.36 | groestl256 | crypto_hash/groestl256/32bit-2ktable | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 318640 | 2.40 | groestl256 | crypto_hash/groestl256/opt64 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 417788 | 3.14 | groestl256 | crypto_hash/groestl256/32bit-bytesliced-c-small | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 423760 | 3.19 | groestl256 | crypto_hash/groestl256/sphlib | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 437776 | 3.29 | groestl256 | crypto_hash/groestl256/32bit-bytesliced-c-fast | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 500383 | 3.76 | groestl256 | crypto_hash/groestl256/sphlib-adapted | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 607023 | 4.57 | groestl256 | crypto_hash/groestl256/8bit_c | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| | groestl256 | crypto_hash/groestl256/arm32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | groestl256 | crypto_hash/groestl256/neon-bitslice | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | groestl256 | crypto_hash/groestl256/neon-table | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | groestl256 | crypto_hash/groestl256/neon-vperm | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | groestl256 | crypto_hash/groestl256/thumb-asm-fast | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | groestl256 | crypto_hash/groestl256/thumb-asm-small | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | groestl256 | crypto_hash/groestl256/vperm-intr | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 275572 | 1.00 | groestl512 | crypto_hash/groestl512/opt32 (2.0) | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 425957 | 1.55 | groestl512 | crypto_hash/groestl512/opt64 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 575364 | 2.09 | groestl512 | crypto_hash/groestl512/sphlib | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 593364 | 2.15 | groestl512 | crypto_hash/groestl512/sphlib-adapted | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 670528 | 2.43 | groestl512 | crypto_hash/groestl512/sphlib-small | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 701988 | 2.55 | groestl512 | crypto_hash/groestl512/32bit-bytesliced-c-small | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | groestl512 | crypto_hash/groestl512/arm32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | groestl512 | crypto_hash/groestl512/mmx | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | groestl512 | crypto_hash/groestl512/neon-table | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | hamsi | crypto_hash/hamsi/simd-1 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | hamsi | crypto_hash/hamsi/simd-2 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | hamsi | crypto_hash/hamsi/sphlib | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | hamsi | crypto_hash/hamsi/sphlib-small | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | hamsi512 | crypto_hash/hamsi512/sphlib | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | hamsi512 | crypto_hash/hamsi512/sphlib-small | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 298199 | 1.00 | jh224 | crypto_hash/jh224/bitslice_opt32 | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 345053 | 1.16 | jh224 | crypto_hash/jh224/bitslice_ref32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 442261 | 1.48 | jh224 | crypto_hash/jh224/simple | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv |
| 470087 | 1.58 | jh224 | crypto_hash/jh224/bitslice_opt64 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 557935 | 1.87 | jh224 | crypto_hash/jh224/bitslice_ref64 | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv |
| 298048 | 1.00 | jh256 | crypto_hash/jh256/bitslice_opt32 | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 345029 | 1.16 | jh256 | crypto_hash/jh256/bitslice_ref32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 442380 | 1.48 | jh256 | crypto_hash/jh256/simple | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv |
| 470088 | 1.58 | jh256 | crypto_hash/jh256/bitslice_opt64 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 559161 | 1.88 | jh256 | crypto_hash/jh256/bitslice_ref64 | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv |
| 297360 | 1.00 | jh384 | crypto_hash/jh384/bitslice_opt32 | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 345037 | 1.16 | jh384 | crypto_hash/jh384/bitslice_ref32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 442324 | 1.49 | jh384 | crypto_hash/jh384/simple | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv |
| 469924 | 1.58 | jh384 | crypto_hash/jh384/bitslice_opt64 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 556787 | 1.87 | jh384 | crypto_hash/jh384/bitslice_ref64 | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv |
| 298405 | 1.00 | jh512 | crypto_hash/jh512/bitslice_opt32 | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 344983 | 1.16 | jh512 | crypto_hash/jh512/bitslice_ref32 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 441835 | 1.48 | jh512 | crypto_hash/jh512/simple | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv |
| 470023 | 1.58 | jh512 | crypto_hash/jh512/bitslice_opt64 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 557545 | 1.87 | jh512 | crypto_hash/jh512/bitslice_ref64 | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv |
| 107099 | 1.00 | keccak | crypto_hash/keccak/arm11 (3.0.0) | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 118650 | 1.11 | keccak | crypto_hash/keccak/simple32bi | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 121404 | 1.13 | keccak | crypto_hash/keccak/opt32bi-rvku2 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 125163 | 1.17 | keccak | crypto_hash/keccak/inplace32bi | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 129797 | 1.21 | keccak | crypto_hash/keccak/opt32bi-s2lcu4 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 133817 | 1.25 | keccak | crypto_hash/keccak/opt32biT-s2lcu4 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 149433 | 1.40 | keccak | crypto_hash/keccak/opt64lcu24 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 184753 | 1.73 | keccak | crypto_hash/keccak/opt64lcu6 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 187076 | 1.75 | keccak | crypto_hash/keccak/opt64u6 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 189218 | 1.77 | keccak | crypto_hash/keccak/inplace | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 191259 | 1.79 | keccak | crypto_hash/keccak/simple | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 375316 | 3.50 | keccak | crypto_hash/keccak/compact | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 633476 | 5.91 | keccak | crypto_hash/keccak/compact8 | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| | keccak | crypto_hash/keccak/inplace-armv7a-neon | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | keccak | crypto_hash/keccak/inplace32bi-armv6m | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | keccak | crypto_hash/keccak/inplace32bi-armv7a | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 188700 | 1.00 | keccakc1024 | crypto_hash/keccakc1024/simple32bi (3.1.0) | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 192593 | 1.02 | keccakc1024 | crypto_hash/keccakc1024/opt32bi-rvku2 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 203510 | 1.08 | keccakc1024 | crypto_hash/keccakc1024/inplace32bi | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 206655 | 1.10 | keccakc1024 | crypto_hash/keccakc1024/opt32bi-s2lcu4 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 210692 | 1.12 | keccakc1024 | crypto_hash/keccakc1024/opt32biT-s2lcu4 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 269588 | 1.43 | keccakc1024 | crypto_hash/keccakc1024/opt64lcu24 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 310425 | 1.65 | keccakc1024 | crypto_hash/keccakc1024/opt64lcu6 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 315220 | 1.67 | keccakc1024 | crypto_hash/keccakc1024/opt64u6 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 316465 | 1.68 | keccakc1024 | crypto_hash/keccakc1024/simple | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 317673 | 1.68 | keccakc1024 | crypto_hash/keccakc1024/inplace | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 334059 | 1.77 | keccakc1024 | crypto_hash/keccakc1024/sphlib-small | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 335297 | 1.78 | keccakc1024 | crypto_hash/keccakc1024/sphlib | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 631102 | 3.34 | keccakc1024 | crypto_hash/keccakc1024/compact | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 1069489 | 5.67 | keccakc1024 | crypto_hash/keccakc1024/compact8 | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| | keccakc1024 | crypto_hash/keccakc1024/inplace-armv7a-neon | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | keccakc1024 | crypto_hash/keccakc1024/inplace32bi-armv6m | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | keccakc1024 | crypto_hash/keccakc1024/inplace32bi-armv7a | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 94235 | 1.00 | keccakc256 | crypto_hash/keccakc256/simple32bi (3.1.0) | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 98239 | 1.04 | keccakc256 | crypto_hash/keccakc256/opt32bi-rvku2 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 101810 | 1.08 | keccakc256 | crypto_hash/keccakc256/inplace32bi | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 104460 | 1.11 | keccakc256 | crypto_hash/keccakc256/opt32bi-s2lcu4 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 108330 | 1.15 | keccakc256 | crypto_hash/keccakc256/opt32biT-s2lcu4 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 112582 | 1.19 | keccakc256 | crypto_hash/keccakc256/opt64lcu24 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 143006 | 1.52 | keccakc256 | crypto_hash/keccakc256/opt64lcu6 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 144849 | 1.54 | keccakc256 | crypto_hash/keccakc256/opt64u6 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 146995 | 1.56 | keccakc256 | crypto_hash/keccakc256/inplace | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 147542 | 1.57 | keccakc256 | crypto_hash/keccakc256/simple | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 289638 | 3.07 | keccakc256 | crypto_hash/keccakc256/compact | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 488788 | 5.19 | keccakc256 | crypto_hash/keccakc256/compact8 | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| | keccakc256 | crypto_hash/keccakc256/inplace32bi-armv6m | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | keccakc256 | crypto_hash/keccakc256/inplace32bi-armv7a | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 105240 | 1.00 | keccakc448 | crypto_hash/keccakc448/opt32bi-rvku2 (3.1.0) | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 112061 | 1.06 | keccakc448 | crypto_hash/keccakc448/opt32bi-s2lcu4 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 116706 | 1.11 | keccakc448 | crypto_hash/keccakc448/opt32biT-s2lcu4 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 124665 | 1.18 | keccakc448 | crypto_hash/keccakc448/opt64lcu24 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 156754 | 1.49 | keccakc448 | crypto_hash/keccakc448/opt64lcu6 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 158981 | 1.51 | keccakc448 | crypto_hash/keccakc448/opt64u6 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 160822 | 1.53 | keccakc448 | crypto_hash/keccakc448/inplace | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 162636 | 1.55 | keccakc448 | crypto_hash/keccakc448/simple | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 317175 | 3.01 | keccakc448 | crypto_hash/keccakc448/compact | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 543634 | 5.17 | keccakc448 | crypto_hash/keccakc448/compact8 | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| | keccakc448 | crypto_hash/keccakc448/inplace32bi | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | keccakc448 | crypto_hash/keccakc448/inplace32bi-armv6m | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | keccakc448 | crypto_hash/keccakc448/inplace32bi-armv7a | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | keccakc448 | crypto_hash/keccakc448/simple32bi | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 109159 | 1.00 | keccakc512 | crypto_hash/keccakc512/simple32bi (3.1.0) | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 113512 | 1.04 | keccakc512 | crypto_hash/keccakc512/opt32bi-rvku2 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 117200 | 1.07 | keccakc512 | crypto_hash/keccakc512/inplace32bi | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 121005 | 1.11 | keccakc512 | crypto_hash/keccakc512/opt32bi-s2lcu4 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 125052 | 1.15 | keccakc512 | crypto_hash/keccakc512/opt32biT-s2lcu4 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 136493 | 1.25 | keccakc512 | crypto_hash/keccakc512/opt64lcu24 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 170623 | 1.56 | keccakc512 | crypto_hash/keccakc512/opt64lcu6 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 173074 | 1.59 | keccakc512 | crypto_hash/keccakc512/opt64u6 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 175076 | 1.60 | keccakc512 | crypto_hash/keccakc512/inplace | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 177040 | 1.62 | keccakc512 | crypto_hash/keccakc512/simple | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 183476 | 1.68 | keccakc512 | crypto_hash/keccakc512/sphlib-small | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 184550 | 1.69 | keccakc512 | crypto_hash/keccakc512/sphlib | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 346712 | 3.18 | keccakc512 | crypto_hash/keccakc512/compact | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 585329 | 5.36 | keccakc512 | crypto_hash/keccakc512/compact8 | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| | keccakc512 | crypto_hash/keccakc512/gil/singlefile | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | keccakc512 | crypto_hash/keccakc512/gil/singlefile_unrolled | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | keccakc512 | crypto_hash/keccakc512/inplace-armv7a-neon | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | keccakc512 | crypto_hash/keccakc512/inplace32bi-armv6m | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | keccakc512 | crypto_hash/keccakc512/inplace32bi-armv7a | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 132549 | 1.00 | keccakc768 | crypto_hash/keccakc768/simple32bi (3.1.0) | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 136778 | 1.03 | keccakc768 | crypto_hash/keccakc768/opt32bi-rvku2 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 141223 | 1.07 | keccakc768 | crypto_hash/keccakc768/inplace32bi | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 146060 | 1.10 | keccakc768 | crypto_hash/keccakc768/opt32bi-s2lcu4 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 153845 | 1.16 | keccakc768 | crypto_hash/keccakc768/opt32biT-s2lcu4 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 177043 | 1.34 | keccakc768 | crypto_hash/keccakc768/opt64lcu24 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 212835 | 1.61 | keccakc768 | crypto_hash/keccakc768/opt64lcu6 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 215871 | 1.63 | keccakc768 | crypto_hash/keccakc768/simple | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 215908 | 1.63 | keccakc768 | crypto_hash/keccakc768/opt64u6 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 217649 | 1.64 | keccakc768 | crypto_hash/keccakc768/inplace | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 432466 | 3.26 | keccakc768 | crypto_hash/keccakc768/compact | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 730809 | 5.51 | keccakc768 | crypto_hash/keccakc768/compact8 | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| | keccakc768 | crypto_hash/keccakc768/inplace32bi-armv6m | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | keccakc768 | crypto_hash/keccakc768/inplace32bi-armv7a | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 181492 | 1.00 | lane256 | crypto_hash/lane256/c | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 289757 | 1.00 | lane512 | crypto_hash/lane512/c | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 65137 | 1.00 | luffa256 | crypto_hash/luffa256/opt32 (2.0) | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 69473 | 1.07 | luffa256 | crypto_hash/luffa256/sphlib | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 76903 | 1.18 | luffa256 | crypto_hash/luffa256/arm | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 77884 | 1.20 | luffa256 | crypto_hash/luffa256/thomaz/basic | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 90823 | 1.00 | luffa384 | crypto_hash/luffa384/opt32 (2.0) | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 107712 | 1.19 | luffa384 | crypto_hash/luffa384/arm | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 115360 | 1.00 | luffa512 | crypto_hash/luffa512/opt32 (2.0) | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 128248 | 1.11 | luffa512 | crypto_hash/luffa512/sphlib | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 139124 | 1.21 | luffa512 | crypto_hash/luffa512/arm | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 129263 | 1.00 | mcssha4 | crypto_hash/mcssha4/ref | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 132687 | 1.00 | mcssha5 | crypto_hash/mcssha5/ref | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 129598 | 1.00 | mcssha6 | crypto_hash/mcssha6/ref | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| | md2 | crypto_hash/md2/openssl | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 12544 | 1.00 | md4 | crypto_hash/md4/openssl (OpenSSL_1.0.1c_10_May_2012) | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 13413 | 1.00 | md5 | crypto_hash/md5/ref | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 16625 | 1.24 | md5 | crypto_hash/md5/openssl | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 276875 | 1.00 | md6d224 | crypto_hash/md6d224/ref | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 299321 | 1.00 | md6d256 | crypto_hash/md6d256/ref | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 388127 | 1.00 | md6d384 | crypto_hash/md6d384/ref | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 479941 | 1.00 | md6d512 | crypto_hash/md6d512/ref | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 160595 | 1.00 | mgrostl256 | crypto_hash/mgrostl256/opt-32 (2.0) | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 228265 | 1.42 | mgrostl256 | crypto_hash/mgrostl256/opt-64 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 5554129 | 34.58 | mgrostl256 | crypto_hash/mgrostl256/ref | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 54805 | 1.00 | nasha256 | crypto_hash/nasha256/opt_v4 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 59530 | 1.09 | nasha256 | crypto_hash/nasha256/opt | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 59534 | 1.00 | nasha512 | crypto_hash/nasha512/opt_v4 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 62528 | 1.05 | nasha512 | crypto_hash/nasha512/opt | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | rfsb509 | crypto_hash/rfsb509/ref | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 28589275 | 1.00 | rhash | crypto_hash/rhash/ref | g++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 34848 | 1.00 | ripemd160 | crypto_hash/ripemd160/openssl (OpenSSL_1.0.1c_10_May_2012) | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 180101 | 1.00 | round3jh256 | crypto_hash/round3jh256/arm11 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 352953 | 1.96 | round3jh256 | crypto_hash/round3jh256/sphlib | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 428339 | 2.38 | round3jh256 | crypto_hash/round3jh256/sphlib-small | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 512512 | 2.85 | round3jh256 | crypto_hash/round3jh256/simple | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv |
| | round3jh256 | crypto_hash/round3jh256/neon | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | round3jh256 | crypto_hash/round3jh256/neon2 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 353010 | 1.00 | round3jh512 | crypto_hash/round3jh512/sphlib (SPHLIB_3.0) | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 428211 | 1.21 | round3jh512 | crypto_hash/round3jh512/sphlib-small | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 512877 | 1.45 | round3jh512 | crypto_hash/round3jh512/simple | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv |
| | round3jh512 | crypto_hash/round3jh512/neon | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | round3jh512 | crypto_hash/round3jh512/neon2 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 71755 | 1.00 | sarmal256 | crypto_hash/sarmal256/opt64 (1.00) | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 89004 | 1.00 | sarmal512 | crypto_hash/sarmal512/opt64 (1.00) | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 23675 | 1.00 | sha1 | crypto_hash/sha1/openssl (OpenSSL_1.0.1c_10_May_2012) | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 38686 | 1.00 | sha224 | crypto_hash/sha224/openssl (OpenSSL_1.0.1c_10_May_2012) | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 38835 | 1.00 | sha256 | crypto_hash/sha256/openssl (OpenSSL_1.0.1c_10_May_2012) | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 48677 | 1.25 | sha256 | crypto_hash/sha256/ref | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 49912 | 1.29 | sha256 | crypto_hash/sha256/sphlib | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 52640 | 1.36 | sha256 | crypto_hash/sha256/sphlib-small | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 65952 | 1.70 | sha256 | crypto_hash/sha256/cryptopp | g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 81904 | 1.00 | sha384 | crypto_hash/sha384/openssl (OpenSSL_1.0.1c_10_May_2012) | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 81988 | 1.00 | sha512 | crypto_hash/sha512/openssl (OpenSSL_1.0.1c_10_May_2012) | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv (4.7.3) |
| 158248 | 1.93 | sha512 | crypto_hash/sha512/sphlib-small | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 158288 | 1.93 | sha512 | crypto_hash/sha512/sphlib | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 167136 | 2.04 | sha512 | crypto_hash/sha512/cryptopp | g++ -march=native -mtune=native -O -fomit-frame-pointer -fwrapv |
| 191846 | 2.34 | sha512 | crypto_hash/sha512/ref | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 25689 | 1.00 | shabal256 | crypto_hash/shabal256/sphlib (SPHLIB_3.0) | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 25700 | 1.00 | shabal512 | crypto_hash/shabal512/sphlib (SPHLIB_3.0) | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 27812 | 1.08 | shabal512 | crypto_hash/shabal512/ref | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 178111 | 1.00 | shake256 | crypto_hash/shake256/gil/singlefile_unrolled | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 178628 | 1.00 | shake256 | crypto_hash/shake256/gil/singlefile | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 89947 | 1.00 | shavite3256 | crypto_hash/shavite3256/sphlib-small (SPHLIB_3.0) | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 110842 | 1.23 | shavite3256 | crypto_hash/shavite3256/lower-mem | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 111604 | 1.24 | shavite3256 | crypto_hash/shavite3256/sphlib | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 111710 | 1.24 | shavite3256 | crypto_hash/shavite3256/low-mem | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 115699 | 1.29 | shavite3256 | crypto_hash/shavite3256/new-aes-round | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 115726 | 1.29 | shavite3256 | crypto_hash/shavite3256/no-salt | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 232876 | 2.59 | shavite3256 | crypto_hash/shavite3256/8-bit | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 166436 | 1.00 | shavite3512 | crypto_hash/shavite3512/sphlib-small (SPHLIB_3.0) | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 183056 | 1.10 | shavite3512 | crypto_hash/shavite3512/sphlib | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 227718 | 1.37 | shavite3512 | crypto_hash/shavite3512/IntelL1Cache | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 230666 | 1.39 | shavite3512 | crypto_hash/shavite3512/low-mem | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 230699 | 1.39 | shavite3512 | crypto_hash/shavite3512/lower-mem | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 232475 | 1.40 | shavite3512 | crypto_hash/shavite3512/new-aes-round | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 232620 | 1.40 | shavite3512 | crypto_hash/shavite3512/no-salt | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 246829 | 1.48 | shavite3512 | crypto_hash/shavite3512/different-order | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 462636 | 2.78 | shavite3512 | crypto_hash/shavite3512/8-bit | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 167111 | 1.00 | simd256 | crypto_hash/simd256/sphlib (SPHLIB_3.0) | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 204012 | 1.22 | simd256 | crypto_hash/simd256/sphlib-small | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 251429 | 1.50 | simd256 | crypto_hash/simd256/opt | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 4040041 | 24.18 | simd256 | crypto_hash/simd256/ref | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | simd256 | crypto_hash/simd256/vect128 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | simd256 | crypto_hash/simd256/vectarm | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 201772 | 1.00 | simd512 | crypto_hash/simd512/sphlib (SPHLIB_3.0) | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 216738 | 1.07 | simd512 | crypto_hash/simd512/opt | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 242693 | 1.20 | simd512 | crypto_hash/simd512/sphlib-small | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 8027718 | 39.79 | simd512 | crypto_hash/simd512/ref | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| | simd512 | crypto_hash/simd512/vect128 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 169951 | 1.00 | skein10241024 | crypto_hash/skein10241024/opt (v1.3_C_code) | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| | skein10241024 | crypto_hash/skein10241024/arm_neon | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 57023 | 1.00 | skein256256 | crypto_hash/skein256256/arm_thumb (v1.3_ARM_Thumb_code) | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 83212 | 1.46 | skein256256 | crypto_hash/skein256256/opt | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| | skein256256 | crypto_hash/skein256256/arm | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | skein256256 | crypto_hash/skein256256/arm_neon | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 59091 | 1.00 | skein512256 | crypto_hash/skein512256/arm_thumb (v1.3_ARM_Thumb_code) | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv (4.7.3) |
| 62689 | 1.06 | skein512256 | crypto_hash/skein512256/arm11 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 110338 | 1.87 | skein512256 | crypto_hash/skein512256/opt | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 110499 | 1.87 | skein512256 | crypto_hash/skein512256/little | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 110989 | 1.88 | skein512256 | crypto_hash/skein512256/sphlib | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 121932 | 2.06 | skein512256 | crypto_hash/skein512256/simple | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 128560 | 2.18 | skein512256 | crypto_hash/skein512256/sphlib-small | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| | skein512256 | crypto_hash/skein512256/arm | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | skein512256 | crypto_hash/skein512256/arm_neon | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 59068 | 1.00 | skein512512 | crypto_hash/skein512512/arm_thumb (v1.3_ARM_Thumb_code) | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 110362 | 1.87 | skein512512 | crypto_hash/skein512512/opt | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 110543 | 1.87 | skein512512 | crypto_hash/skein512512/little | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 111031 | 1.88 | skein512512 | crypto_hash/skein512512/sphlib | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 122621 | 2.08 | skein512512 | crypto_hash/skein512512/simple | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (4.7.3) |
| 128546 | 2.18 | skein512512 | crypto_hash/skein512512/sphlib-small | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| | skein512512 | crypto_hash/skein512512/arm | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | skein512512 | crypto_hash/skein512512/arm_neon | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 43176 | 1.00 | tiger | crypto_hash/tiger/cryptopp | g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (4.7.3) |
| 249401 | 1.00 | whirlpool | crypto_hash/whirlpool/cryptopp | g++ -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (4.7.3) |
| 412729 | 1.65 | whirlpool | crypto_hash/whirlpool/ref | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |