| Time | Relative time | Primitive | Implementation | Compiler |
| | atelopus32 | crypto_hash/atelopus32/ref | g++ -march=native -mtune=xscale -O3 |
| | atelopus64 | crypto_hash/atelopus64/ref | g++ -march=native -mtune=xscale -O3 |
| | bash256 | crypto_hash/bash256/avx2 | gcc -march=native -mtune=xscale -O3 |
| | bash256 | crypto_hash/bash256/ref | gcc -march=native -mtune=xscale -O3 |
| | bash384 | crypto_hash/bash384/avx2 | gcc -march=native -mtune=xscale -O3 |
| | bash384 | crypto_hash/bash384/ref | gcc -march=native -mtune=xscale -O3 |
| | bash512 | crypto_hash/bash512/avx2 | gcc -march=native -mtune=xscale -O3 |
| | bash512 | crypto_hash/bash512/ref | gcc -march=native -mtune=xscale -O3 |
| 167238 | 1.00 | bblake256 | crypto_hash/bblake256/regs | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 174210 | 1.04 | bblake256 | crypto_hash/bblake256/bswap | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 134484 | 1.00 | blake256 | crypto_hash/blake256/regs | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 137148 | 1.02 | blake256 | crypto_hash/blake256/bswap | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 138816 | 1.03 | blake256 | crypto_hash/blake256/sphlib | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 185844 | 1.38 | blake256 | crypto_hash/blake256/sphlib-small | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 192684 | 1.43 | blake256 | crypto_hash/blake256/ref | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| | blake256 | crypto_hash/blake256/arm11 | gcc -march=native -mtune=xscale -O3 |
| | blake256 | crypto_hash/blake256/arm_thumb2 | gcc -march=native -mtune=xscale -O3 |
| | blake256 | crypto_hash/blake256/vect128 | gcc -march=native -mtune=xscale -O3 |
| | blake256 | crypto_hash/blake256/vect128-mmxhack | gcc -march=native -mtune=xscale -O3 |
| | blake256 | crypto_hash/blake256/vect128-neon | gcc -march=native -mtune=xscale -O3 |
| 123510 | 1.00 | blake2b | crypto_hash/blake2b/moon/armv6/32 | gcc -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 308136 | 2.49 | blake2b | crypto_hash/blake2b/ref | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 405426 | 3.28 | blake2b | crypto_hash/blake2b/regs | gcc -funroll-loops -march=native -mtune=xscale -Os |
| | blake2b | crypto_hash/blake2b/avx2-1 | gcc -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| | blake2b | crypto_hash/blake2b/avx2-2 | gcc -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| | blake2b | crypto_hash/blake2b/avx2-3 | gcc -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| | blake2b | crypto_hash/blake2b/avxicc | gcc -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| | blake2b | crypto_hash/blake2b/moon/avx/32 | gcc -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| | blake2b | crypto_hash/blake2b/moon/avx/64 | gcc -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| | blake2b | crypto_hash/blake2b/moon/avx2/32 | gcc -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| | blake2b | crypto_hash/blake2b/moon/avx2/64 | gcc -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| | blake2b | crypto_hash/blake2b/moon/neon/32 | gcc -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| | blake2b | crypto_hash/blake2b/moon/sse2/32 | gcc -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| | blake2b | crypto_hash/blake2b/moon/ssse3/32 | gcc -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| | blake2b | crypto_hash/blake2b/moon/xop/32 | gcc -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| | blake2b | crypto_hash/blake2b/moon/xop/64 | gcc -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| | blake2b | crypto_hash/blake2b/xmm | gcc -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| | blake2b | crypto_hash/blake2b/ymm | gcc -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 60960 | 1.00 | blake2s | crypto_hash/blake2s/moon/armv6/32 | gcc -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 61716 | 1.01 | blake2s | crypto_hash/blake2s/regs | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 79410 | 1.30 | blake2s | crypto_hash/blake2s/ref | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| | blake2s | crypto_hash/blake2s/avxicc | gcc -march=native -mtune=xscale -O3 |
| | blake2s | crypto_hash/blake2s/moon/avx/32 | gcc -march=native -mtune=xscale -O3 |
| | blake2s | crypto_hash/blake2s/moon/avx/64 | gcc -march=native -mtune=xscale -O3 |
| | blake2s | crypto_hash/blake2s/moon/sse2/32 | gcc -march=native -mtune=xscale -O3 |
| | blake2s | crypto_hash/blake2s/moon/sse2/64 | gcc -march=native -mtune=xscale -O3 |
| | blake2s | crypto_hash/blake2s/moon/ssse3/32 | gcc -march=native -mtune=xscale -O3 |
| | blake2s | crypto_hash/blake2s/moon/ssse3/64 | gcc -march=native -mtune=xscale -O3 |
| | blake2s | crypto_hash/blake2s/moon/xop/32 | gcc -march=native -mtune=xscale -O3 |
| | blake2s | crypto_hash/blake2s/moon/xop/64 | gcc -march=native -mtune=xscale -O3 |
| | blake2s | crypto_hash/blake2s/xmm | gcc -march=native -mtune=xscale -O3 |
| 109908 | 1.00 | blake32 | crypto_hash/blake32/sphlib (SPHLIB_2.1) | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 140034 | 1.27 | blake32 | crypto_hash/blake32/sphlib-small | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 146958 | 1.34 | blake32 | crypto_hash/blake32/ref | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 375432 | 1.00 | blake512 | crypto_hash/blake512/ref | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 409656 | 1.09 | blake512 | crypto_hash/blake512/sphlib | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 409986 | 1.09 | blake512 | crypto_hash/blake512/sphlib-small | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 714450 | 1.90 | blake512 | crypto_hash/blake512/regs | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 722946 | 1.93 | blake512 | crypto_hash/blake512/bswap | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| | blake512 | crypto_hash/blake512/vect128 | gcc -march=native -mtune=xscale -O3 |
| | blake512 | crypto_hash/blake512/vect128-inplace | gcc -march=native -mtune=xscale -O3 |
| | blake512 | crypto_hash/blake512/vect128-neon | gcc -march=native -mtune=xscale -O3 |
| 332490 | 1.00 | blake64 | crypto_hash/blake64/ref | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 363342 | 1.09 | blake64 | crypto_hash/blake64/sphlib-small | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 363720 | 1.09 | blake64 | crypto_hash/blake64/sphlib | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 69036 | 1.00 | bmw256 | crypto_hash/bmw256/optbbe (OptimizedB_BE_C_-_BMW256) | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 69096 | 1.00 | bmw256 | crypto_hash/bmw256/optabe | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 73062 | 1.06 | bmw256 | crypto_hash/bmw256/optbgbe | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| 75162 | 1.09 | bmw256 | crypto_hash/bmw256/optc04 | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| 75738 | 1.10 | bmw256 | crypto_hash/bmw256/optc03 | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| 76080 | 1.10 | bmw256 | crypto_hash/bmw256/optc01 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 76470 | 1.11 | bmw256 | crypto_hash/bmw256/sphlib | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 81006 | 1.17 | bmw256 | crypto_hash/bmw256/sphlib-small | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 82668 | 1.20 | bmw256 | crypto_hash/bmw256/optc02 | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 109986 | 1.59 | bmw256 | crypto_hash/bmw256/ref | gcc -march=native -mtune=xscale -O3 |
| 194418 | 1.00 | bmw512 | crypto_hash/bmw512/ref (Reference_C_-_BMW512) | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 200178 | 1.03 | bmw512 | crypto_hash/bmw512/optc04 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 202734 | 1.04 | bmw512 | crypto_hash/bmw512/optbgbe | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 209274 | 1.08 | bmw512 | crypto_hash/bmw512/optc03 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 210990 | 1.09 | bmw512 | crypto_hash/bmw512/sphlib-small | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 220212 | 1.13 | bmw512 | crypto_hash/bmw512/sphlib | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 316920 | 1.63 | bmw512 | crypto_hash/bmw512/optabe | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 319122 | 1.64 | bmw512 | crypto_hash/bmw512/optbbe | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 323952 | 1.67 | bmw512 | crypto_hash/bmw512/optc01 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 346968 | 1.78 | bmw512 | crypto_hash/bmw512/optc02 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| | bmw512 | crypto_hash/bmw512/arm/neon/SSEmap_v1 | gcc -march=native -mtune=xscale -O3 |
| 9924006 | 1.00 | cubehash161 | crypto_hash/cubehash161/simple | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 10712610 | 1.08 | cubehash161 | crypto_hash/cubehash161/unrolled | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 13189518 | 1.33 | cubehash161 | crypto_hash/cubehash161/spec | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 807402 | 1.00 | cubehash1616 | crypto_hash/cubehash1616/simple | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 877008 | 1.09 | cubehash1616 | crypto_hash/cubehash1616/unrolled | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 2329644 | 2.89 | cubehash1616 | crypto_hash/cubehash1616/spec | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 5076228 | 1.00 | cubehash162 | crypto_hash/cubehash162/simple | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 5467194 | 1.08 | cubehash162 | crypto_hash/cubehash162/unrolled | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 7434474 | 1.46 | cubehash162 | crypto_hash/cubehash162/spec | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 299274 | 1.00 | cubehash1632 | crypto_hash/cubehash1632/arm | gcc -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 309366 | 1.03 | cubehash1632 | crypto_hash/cubehash1632/unrolled3 | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 313014 | 1.05 | cubehash1632 | crypto_hash/cubehash1632/unrolled5 | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 367104 | 1.23 | cubehash1632 | crypto_hash/cubehash1632/unrolled4 | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 407646 | 1.36 | cubehash1632 | crypto_hash/cubehash1632/sphlib-small | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 414450 | 1.38 | cubehash1632 | crypto_hash/cubehash1632/sphlib | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 504972 | 1.69 | cubehash1632 | crypto_hash/cubehash1632/simple | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| 545712 | 1.82 | cubehash1632 | crypto_hash/cubehash1632/unrolled2 | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 551748 | 1.84 | cubehash1632 | crypto_hash/cubehash1632/unrolled | gcc -funroll-loops -march=native -mtune=xscale -Os |
| | cubehash1632 | crypto_hash/cubehash1632/armneon | gcc -march=native -mtune=xscale -O3 |
| 2636454 | 1.00 | cubehash164 | crypto_hash/cubehash164/simple | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 2843028 | 1.08 | cubehash164 | crypto_hash/cubehash164/unrolled | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 4444848 | 1.69 | cubehash164 | crypto_hash/cubehash164/spec | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 1417056 | 1.00 | cubehash168 | crypto_hash/cubehash168/simple | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 1532142 | 1.08 | cubehash168 | crypto_hash/cubehash168/unrolled | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 3080814 | 2.17 | cubehash168 | crypto_hash/cubehash168/spec | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 259620 | 1.00 | cubehash512 | crypto_hash/cubehash512/arm | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 270480 | 1.04 | cubehash512 | crypto_hash/cubehash512/unrolled3 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 272418 | 1.05 | cubehash512 | crypto_hash/cubehash512/unrolled5 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 319782 | 1.23 | cubehash512 | crypto_hash/cubehash512/unrolled4 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 430050 | 1.66 | cubehash512 | crypto_hash/cubehash512/unrolled2 | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 435204 | 1.68 | cubehash512 | crypto_hash/cubehash512/unrolled | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 438960 | 1.69 | cubehash512 | crypto_hash/cubehash512/simple | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| | cubehash512 | crypto_hash/cubehash512/armneon | gcc -march=native -mtune=xscale -O3 |
| 5255274 | 1.00 | cubehash81 | crypto_hash/cubehash81/simple | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 5379696 | 1.02 | cubehash81 | crypto_hash/cubehash81/unrolled | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 8519784 | 1.62 | cubehash81 | crypto_hash/cubehash81/spec | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 458268 | 1.00 | cubehash816 | crypto_hash/cubehash816/simple | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 478092 | 1.04 | cubehash816 | crypto_hash/cubehash816/unrolled | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 1967136 | 4.29 | cubehash816 | crypto_hash/cubehash816/spec | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 2701848 | 1.00 | cubehash82 | crypto_hash/cubehash82/simple | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 2797548 | 1.04 | cubehash82 | crypto_hash/cubehash82/unrolled | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| 5005686 | 1.85 | cubehash82 | crypto_hash/cubehash82/spec | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 298914 | 1.00 | cubehash832 | crypto_hash/cubehash832/simple | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 314430 | 1.05 | cubehash832 | crypto_hash/cubehash832/unrolled | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 1740300 | 5.82 | cubehash832 | crypto_hash/cubehash832/spec | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 1423800 | 1.00 | cubehash84 | crypto_hash/cubehash84/simple | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 1472598 | 1.03 | cubehash84 | crypto_hash/cubehash84/unrolled | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| 3244470 | 2.28 | cubehash84 | crypto_hash/cubehash84/spec | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 781632 | 1.00 | cubehash88 | crypto_hash/cubehash88/simple | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 809964 | 1.04 | cubehash88 | crypto_hash/cubehash88/unrolled | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 2402874 | 3.07 | cubehash88 | crypto_hash/cubehash88/spec | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 443880 | 1.00 | echo256 | crypto_hash/echo256/sphlib (SPHLIB_3.0) | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 478374 | 1.08 | echo256 | crypto_hash/echo256/sphlib-small | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 479706 | 1.08 | echo256 | crypto_hash/echo256/generic/opt32 | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 529038 | 1.19 | echo256 | crypto_hash/echo256/powerpc/pp32cv2 | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 712656 | 1.61 | echo256 | crypto_hash/echo256/powerpc/pp32cv1 | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 758958 | 1.71 | echo256 | crypto_hash/echo256/generic/opt64 | gcc -funroll-loops -march=native -mtune=xscale -Os |
| | echo256 | crypto_hash/echo256/ccalik/bitsliced | gcc -march=native -mtune=xscale -O3 |
| 785424 | 1.00 | echo512 | crypto_hash/echo512/sphlib (SPHLIB_3.0) | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 839610 | 1.07 | echo512 | crypto_hash/echo512/generic/opt32 | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 857430 | 1.09 | echo512 | crypto_hash/echo512/sphlib-small | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 915684 | 1.17 | echo512 | crypto_hash/echo512/powerpc/pp32cv2 | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 1259982 | 1.60 | echo512 | crypto_hash/echo512/powerpc/pp32cv1 | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 1291488 | 1.64 | echo512 | crypto_hash/echo512/generic/opt64 | gcc -funroll-loops -march=native -mtune=xscale -Os |
| | echo512 | crypto_hash/echo512/ccalik/bitsliced | gcc -march=native -mtune=xscale -O3 |
| 380172 | 1.00 | echosp256 | crypto_hash/echosp256/generic/opt32 (2.1) | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 418188 | 1.10 | echosp256 | crypto_hash/echosp256/powerpc/pp32cv2 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 557988 | 1.47 | echosp256 | crypto_hash/echosp256/powerpc/pp32cv1 | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 573948 | 1.51 | echosp256 | crypto_hash/echosp256/generic/opt64 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 593484 | 1.00 | echosp512 | crypto_hash/echosp512/generic/opt32 (2.1) | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 644472 | 1.09 | echosp512 | crypto_hash/echosp512/powerpc/pp32cv2 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 877632 | 1.48 | echosp512 | crypto_hash/echosp512/powerpc/pp32cv1 | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 878946 | 1.48 | echosp512 | crypto_hash/echosp512/generic/opt64 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 44328 | 1.00 | edonr256 | crypto_hash/edonr256/swpbe (Optimized_C_v2.0g) | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 49398 | 1.11 | edonr256 | crypto_hash/edonr256/optc | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 92610 | 1.00 | edonr512 | crypto_hash/edonr512/swpbe (Optimized_C_v2.0g) | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 121230 | 1.31 | edonr512 | crypto_hash/edonr512/optc | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 1222080 | 1.00 | essence224 | crypto_hash/essence224/gcc | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 1222074 | 1.00 | essence256 | crypto_hash/essence256/gcc | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 919674 | 1.00 | essence384 | crypto_hash/essence384/gcc | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 920130 | 1.00 | essence512 | crypto_hash/essence512/gcc | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| | fsb256 | crypto_hash/fsb256/ref | gcc -march=native -mtune=xscale -O3 |
| | fsb512 | crypto_hash/fsb512/ref | gcc -march=native -mtune=xscale -O3 |
| 221814 | 1.00 | fugue2 | crypto_hash/fugue2/cop_opt32 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 270906 | 1.00 | fugue256 | crypto_hash/fugue256/sphlib (SPHLIB_3.0) | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 308064 | 1.14 | fugue256 | crypto_hash/fugue256/ANSI_opt32 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 1020468 | 3.77 | fugue256 | crypto_hash/fugue256/ANSI_opt64 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 520314 | 1.00 | fugue512 | crypto_hash/fugue512/sphlib (SPHLIB_3.0) | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 322788 | 1.00 | groestl256 | crypto_hash/groestl256/arm11 (2.0) | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 390030 | 1.21 | groestl256 | crypto_hash/groestl256/arm32 | gcc -march=native -mtune=xscale -O2 |
| 568302 | 1.76 | groestl256 | crypto_hash/groestl256/sphlib-small | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 668928 | 2.07 | groestl256 | crypto_hash/groestl256/opt32 | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 778644 | 2.41 | groestl256 | crypto_hash/groestl256/32bit-2ktable | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 880086 | 2.73 | groestl256 | crypto_hash/groestl256/sphlib | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 890520 | 2.76 | groestl256 | crypto_hash/groestl256/32bit-bytesliced-c-fast | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| 967116 | 3.00 | groestl256 | crypto_hash/groestl256/sphlib-adapted | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 1187706 | 3.68 | groestl256 | crypto_hash/groestl256/8bit_c | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| 1342902 | 4.16 | groestl256 | crypto_hash/groestl256/32bit-bytesliced-c-small | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| | groestl256 | crypto_hash/groestl256/neon-bitslice | gcc -march=native -mtune=xscale -O3 |
| | groestl256 | crypto_hash/groestl256/neon-table | gcc -march=native -mtune=xscale -O3 |
| | groestl256 | crypto_hash/groestl256/neon-vperm | gcc -march=native -mtune=xscale -O3 |
| | groestl256 | crypto_hash/groestl256/opt64 | gcc -march=native -mtune=xscale -O3 |
| | groestl256 | crypto_hash/groestl256/thumb-asm-fast | gcc -march=native -mtune=xscale -O3 |
| | groestl256 | crypto_hash/groestl256/thumb-asm-small | gcc -march=native -mtune=xscale -O3 |
| | groestl256 | crypto_hash/groestl256/vperm-intr | gcc -march=native -mtune=xscale -O3 |
| 580644 | 1.00 | groestl512 | crypto_hash/groestl512/arm32 (1.0) | gcc -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 972162 | 1.67 | groestl512 | crypto_hash/groestl512/opt32 | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 1517898 | 2.61 | groestl512 | crypto_hash/groestl512/sphlib-small | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 1540410 | 2.65 | groestl512 | crypto_hash/groestl512/sphlib | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 1758564 | 3.03 | groestl512 | crypto_hash/groestl512/sphlib-adapted | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 1942608 | 3.35 | groestl512 | crypto_hash/groestl512/32bit-bytesliced-c-small | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| | groestl512 | crypto_hash/groestl512/mmx | gcc -march=native -mtune=xscale -O3 |
| | groestl512 | crypto_hash/groestl512/neon-table | gcc -march=native -mtune=xscale -O3 |
| | groestl512 | crypto_hash/groestl512/opt64 | gcc -march=native -mtune=xscale -O3 |
| | hamsi | crypto_hash/hamsi/simd-1 | gcc -march=native -mtune=xscale -O3 |
| | hamsi | crypto_hash/hamsi/simd-2 | gcc -march=native -mtune=xscale -O3 |
| | hamsi | crypto_hash/hamsi/sphlib | gcc -march=native -mtune=xscale -O3 |
| | hamsi | crypto_hash/hamsi/sphlib-small | gcc -march=native -mtune=xscale -O3 |
| | hamsi512 | crypto_hash/hamsi512/sphlib | gcc -march=native -mtune=xscale -O3 |
| | hamsi512 | crypto_hash/hamsi512/sphlib-small | gcc -march=native -mtune=xscale -O3 |
| 600138 | 1.00 | jh224 | crypto_hash/jh224/bitslice_opt32 | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 668556 | 1.11 | jh224 | crypto_hash/jh224/bitslice_ref32 | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 1483050 | 2.47 | jh224 | crypto_hash/jh224/bitslice_opt64 | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 1623510 | 2.71 | jh224 | crypto_hash/jh224/bitslice_ref64 | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 1852338 | 3.09 | jh224 | crypto_hash/jh224/simple | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 600108 | 1.00 | jh256 | crypto_hash/jh256/bitslice_opt32 | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 668394 | 1.11 | jh256 | crypto_hash/jh256/bitslice_ref32 | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 1483170 | 2.47 | jh256 | crypto_hash/jh256/bitslice_opt64 | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 1623330 | 2.71 | jh256 | crypto_hash/jh256/bitslice_ref64 | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 1849848 | 3.08 | jh256 | crypto_hash/jh256/simple | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 600258 | 1.00 | jh384 | crypto_hash/jh384/bitslice_opt32 | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 668598 | 1.11 | jh384 | crypto_hash/jh384/bitslice_ref32 | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 1483902 | 2.47 | jh384 | crypto_hash/jh384/bitslice_opt64 | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 1623510 | 2.70 | jh384 | crypto_hash/jh384/bitslice_ref64 | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 1852596 | 3.09 | jh384 | crypto_hash/jh384/simple | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 600186 | 1.00 | jh512 | crypto_hash/jh512/bitslice_opt32 | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 668622 | 1.11 | jh512 | crypto_hash/jh512/bitslice_ref32 | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 1482894 | 2.47 | jh512 | crypto_hash/jh512/bitslice_opt64 | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 1623528 | 2.71 | jh512 | crypto_hash/jh512/bitslice_ref64 | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 1850424 | 3.08 | jh512 | crypto_hash/jh512/simple | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 249108 | 1.00 | keccak | crypto_hash/keccak/opt32bi-rvku2 (3.1.0) | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 250344 | 1.00 | keccak | crypto_hash/keccak/simple32bi | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 272316 | 1.09 | keccak | crypto_hash/keccak/opt32bi-s2lcu4 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 273066 | 1.10 | keccak | crypto_hash/keccak/inplace32bi | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 310770 | 1.25 | keccak | crypto_hash/keccak/arm11 | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| 318216 | 1.28 | keccak | crypto_hash/keccak/opt32biT-s2lcu4 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 588126 | 2.36 | keccak | crypto_hash/keccak/simple | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 601032 | 2.41 | keccak | crypto_hash/keccak/inplace | gcc -march=native -mtune=xscale -Os |
| 819942 | 3.29 | keccak | crypto_hash/keccak/opt64u6 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 848028 | 3.40 | keccak | crypto_hash/keccak/opt64lcu6 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 909084 | 3.65 | keccak | crypto_hash/keccak/compact | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 989748 | 3.97 | keccak | crypto_hash/keccak/opt64lcu24 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 1484880 | 5.96 | keccak | crypto_hash/keccak/compact8 | gcc -march=native -mtune=xscale -O2 |
| | keccak | crypto_hash/keccak/inplace-armv7a-neon | gcc -march=native -mtune=xscale -O3 |
| | keccak | crypto_hash/keccak/inplace32bi-armv6m | gcc -march=native -mtune=xscale -O3 |
| | keccak | crypto_hash/keccak/inplace32bi-armv7a | gcc -march=native -mtune=xscale -O3 |
| 399120 | 1.00 | keccakc1024 | crypto_hash/keccakc1024/opt32bi-rvku2 (3.1.0) | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 402114 | 1.01 | keccakc1024 | crypto_hash/keccakc1024/simple32bi | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 437646 | 1.10 | keccakc1024 | crypto_hash/keccakc1024/opt32bi-s2lcu4 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 440244 | 1.10 | keccakc1024 | crypto_hash/keccakc1024/inplace32bi | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 482580 | 1.21 | keccakc1024 | crypto_hash/keccakc1024/opt32biT-s2lcu4 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 989256 | 2.48 | keccakc1024 | crypto_hash/keccakc1024/simple | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 1005822 | 2.52 | keccakc1024 | crypto_hash/keccakc1024/inplace | gcc -march=native -mtune=xscale -Os |
| 1036560 | 2.60 | keccakc1024 | crypto_hash/keccakc1024/sphlib-small | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 1369734 | 3.43 | keccakc1024 | crypto_hash/keccakc1024/opt64u6 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 1411818 | 3.54 | keccakc1024 | crypto_hash/keccakc1024/opt64lcu6 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 1533270 | 3.84 | keccakc1024 | crypto_hash/keccakc1024/compact | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 1658088 | 4.15 | keccakc1024 | crypto_hash/keccakc1024/opt64lcu24 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 2015442 | 5.05 | keccakc1024 | crypto_hash/keccakc1024/sphlib | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 2509800 | 6.29 | keccakc1024 | crypto_hash/keccakc1024/compact8 | gcc -march=native -mtune=xscale -O2 |
| | keccakc1024 | crypto_hash/keccakc1024/inplace-armv7a-neon | gcc -march=native -mtune=xscale -O3 |
| | keccakc1024 | crypto_hash/keccakc1024/inplace32bi-armv6m | gcc -march=native -mtune=xscale -O3 |
| | keccakc1024 | crypto_hash/keccakc1024/inplace32bi-armv7a | gcc -march=native -mtune=xscale -O3 |
| 199968 | 1.00 | keccakc256 | crypto_hash/keccakc256/simple32bi (3.1.0) | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 200238 | 1.00 | keccakc256 | crypto_hash/keccakc256/opt32bi-rvku2 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 217596 | 1.09 | keccakc256 | crypto_hash/keccakc256/inplace32bi | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 218598 | 1.09 | keccakc256 | crypto_hash/keccakc256/opt32bi-s2lcu4 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 264690 | 1.32 | keccakc256 | crypto_hash/keccakc256/opt32biT-s2lcu4 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 454680 | 2.27 | keccakc256 | crypto_hash/keccakc256/simple | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 465858 | 2.33 | keccakc256 | crypto_hash/keccakc256/inplace | gcc -march=native -mtune=xscale -Os |
| 649722 | 3.25 | keccakc256 | crypto_hash/keccakc256/opt64u6 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 655080 | 3.28 | keccakc256 | crypto_hash/keccakc256/opt64lcu6 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 701292 | 3.51 | keccakc256 | crypto_hash/keccakc256/compact | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 769764 | 3.85 | keccakc256 | crypto_hash/keccakc256/opt64lcu24 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 1143954 | 5.72 | keccakc256 | crypto_hash/keccakc256/compact8 | gcc -march=native -mtune=xscale -O2 |
| | keccakc256 | crypto_hash/keccakc256/inplace32bi-armv6m | gcc -march=native -mtune=xscale -O3 |
| | keccakc256 | crypto_hash/keccakc256/inplace32bi-armv7a | gcc -march=native -mtune=xscale -O3 |
| 215106 | 1.00 | keccakc448 | crypto_hash/keccakc448/opt32bi-rvku2 (3.1.0) | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 235170 | 1.09 | keccakc448 | crypto_hash/keccakc448/opt32bi-s2lcu4 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 280584 | 1.30 | keccakc448 | crypto_hash/keccakc448/opt32biT-s2lcu4 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 498798 | 2.32 | keccakc448 | crypto_hash/keccakc448/simple | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 510624 | 2.37 | keccakc448 | crypto_hash/keccakc448/inplace | gcc -march=native -mtune=xscale -Os |
| 699450 | 3.25 | keccakc448 | crypto_hash/keccakc448/opt64u6 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 718512 | 3.34 | keccakc448 | crypto_hash/keccakc448/opt64lcu6 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 770250 | 3.58 | keccakc448 | crypto_hash/keccakc448/compact | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 846306 | 3.93 | keccakc448 | crypto_hash/keccakc448/opt64lcu24 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 1258236 | 5.85 | keccakc448 | crypto_hash/keccakc448/compact8 | gcc -march=native -mtune=xscale -O2 |
| | keccakc448 | crypto_hash/keccakc448/inplace32bi | gcc -march=native -mtune=xscale -O3 |
| | keccakc448 | crypto_hash/keccakc448/inplace32bi-armv6m | gcc -march=native -mtune=xscale -O3 |
| | keccakc448 | crypto_hash/keccakc448/inplace32bi-armv7a | gcc -march=native -mtune=xscale -O3 |
| | keccakc448 | crypto_hash/keccakc448/simple32bi | gcc -march=native -mtune=xscale -O3 |
| 231612 | 1.00 | keccakc512 | crypto_hash/keccakc512/simple32bi (3.1.0) | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 232386 | 1.00 | keccakc512 | crypto_hash/keccakc512/opt32bi-rvku2 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 252684 | 1.09 | keccakc512 | crypto_hash/keccakc512/inplace32bi | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 254136 | 1.10 | keccakc512 | crypto_hash/keccakc512/opt32bi-s2lcu4 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 299964 | 1.30 | keccakc512 | crypto_hash/keccakc512/opt32biT-s2lcu4 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 543522 | 2.35 | keccakc512 | crypto_hash/keccakc512/simple | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 556254 | 2.40 | keccakc512 | crypto_hash/keccakc512/inplace | gcc -march=native -mtune=xscale -Os |
| 570294 | 2.46 | keccakc512 | crypto_hash/keccakc512/sphlib-small | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 762336 | 3.29 | keccakc512 | crypto_hash/keccakc512/opt64u6 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 784158 | 3.39 | keccakc512 | crypto_hash/keccakc512/opt64lcu6 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 839736 | 3.63 | keccakc512 | crypto_hash/keccakc512/compact | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 918330 | 3.96 | keccakc512 | crypto_hash/keccakc512/opt64lcu24 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 1113120 | 4.81 | keccakc512 | crypto_hash/keccakc512/sphlib | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 1371438 | 5.92 | keccakc512 | crypto_hash/keccakc512/compact8 | gcc -march=native -mtune=xscale -O2 |
| | keccakc512 | crypto_hash/keccakc512/gil/singlefile | gcc -march=native -mtune=xscale -O3 |
| | keccakc512 | crypto_hash/keccakc512/gil/singlefile_unrolled | gcc -march=native -mtune=xscale -O3 |
| | keccakc512 | crypto_hash/keccakc512/inplace-armv7a-neon | gcc -march=native -mtune=xscale -O3 |
| | keccakc512 | crypto_hash/keccakc512/inplace32bi-armv6m | gcc -march=native -mtune=xscale -O3 |
| | keccakc512 | crypto_hash/keccakc512/inplace32bi-armv7a | gcc -march=native -mtune=xscale -O3 |
| 281286 | 1.00 | keccakc768 | crypto_hash/keccakc768/opt32bi-rvku2 (3.1.0) | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 282030 | 1.00 | keccakc768 | crypto_hash/keccakc768/simple32bi | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 307974 | 1.09 | keccakc768 | crypto_hash/keccakc768/opt32bi-s2lcu4 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 308280 | 1.10 | keccakc768 | crypto_hash/keccakc768/inplace32bi | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 352914 | 1.25 | keccakc768 | crypto_hash/keccakc768/opt32biT-s2lcu4 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 677064 | 2.41 | keccakc768 | crypto_hash/keccakc768/simple | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 690522 | 2.45 | keccakc768 | crypto_hash/keccakc768/inplace | gcc -march=native -mtune=xscale -Os |
| 947886 | 3.37 | keccakc768 | crypto_hash/keccakc768/opt64u6 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 969414 | 3.45 | keccakc768 | crypto_hash/keccakc768/opt64lcu6 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 1047696 | 3.72 | keccakc768 | crypto_hash/keccakc768/compact | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 1141128 | 4.06 | keccakc768 | crypto_hash/keccakc768/opt64lcu24 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 1713156 | 6.09 | keccakc768 | crypto_hash/keccakc768/compact8 | gcc -march=native -mtune=xscale -O2 |
| | keccakc768 | crypto_hash/keccakc768/inplace32bi-armv6m | gcc -march=native -mtune=xscale -O3 |
| | keccakc768 | crypto_hash/keccakc768/inplace32bi-armv7a | gcc -march=native -mtune=xscale -O3 |
| 735474 | 1.00 | lane256 | crypto_hash/lane256/c | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 1348278 | 1.00 | lane512 | crypto_hash/lane512/c | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 167148 | 1.00 | luffa256 | crypto_hash/luffa256/sphlib (SPHLIB_3.0) | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 172422 | 1.03 | luffa256 | crypto_hash/luffa256/thomaz/basic | gcc -march=native -mtune=xscale -O3 |
| 176910 | 1.06 | luffa256 | crypto_hash/luffa256/opt32 | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 184542 | 1.10 | luffa256 | crypto_hash/luffa256/arm | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 243498 | 1.00 | luffa384 | crypto_hash/luffa384/opt32 (2.0) | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 257034 | 1.06 | luffa384 | crypto_hash/luffa384/arm | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| 313902 | 1.00 | luffa512 | crypto_hash/luffa512/sphlib (SPHLIB_3.0) | gcc -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 321456 | 1.02 | luffa512 | crypto_hash/luffa512/opt32 | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 333912 | 1.06 | luffa512 | crypto_hash/luffa512/arm | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 255174 | 1.00 | mcssha4 | crypto_hash/mcssha4/ref | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 265440 | 1.00 | mcssha5 | crypto_hash/mcssha5/ref | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 253014 | 1.00 | mcssha6 | crypto_hash/mcssha6/ref | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| | md2 | crypto_hash/md2/openssl | gcc -march=native -mtune=xscale -O3 |
| 26808 | 1.00 | md4 | crypto_hash/md4/openssl (OpenSSL_1.1.0f__25_May_2017) | gcc -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 28368 | 1.00 | md5 | crypto_hash/md5/ref | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 35268 | 1.24 | md5 | crypto_hash/md5/openssl | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 622158 | 1.00 | md6d224 | crypto_hash/md6d224/ref | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 670752 | 1.00 | md6d256 | crypto_hash/md6d256/ref | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 868446 | 1.00 | md6d384 | crypto_hash/md6d384/ref | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 1068492 | 1.00 | md6d512 | crypto_hash/md6d512/ref | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 541662 | 1.00 | mgrostl256 | crypto_hash/mgrostl256/opt-32 (2.0) | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 8927034 | 16.48 | mgrostl256 | crypto_hash/mgrostl256/ref | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| | mgrostl256 | crypto_hash/mgrostl256/opt-64 | gcc -march=native -mtune=xscale -O3 |
| 121086 | 1.00 | nasha256 | crypto_hash/nasha256/opt_v4 | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 138168 | 1.14 | nasha256 | crypto_hash/nasha256/opt | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| 140370 | 1.00 | nasha512 | crypto_hash/nasha512/opt | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 221346 | 1.58 | nasha512 | crypto_hash/nasha512/opt_v4 | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| | rfsb509 | crypto_hash/rfsb509/ref | gcc -march=native -mtune=xscale -O3 |
| 112546680 | 1.00 | rhash | crypto_hash/rhash/ref | g++ -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 90888 | 1.00 | ripemd160 | crypto_hash/ripemd160/openssl (OpenSSL_1.1.0f__25_May_2017) | gcc -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 437208 | 1.00 | round3jh256 | crypto_hash/round3jh256/arm11 | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 816654 | 1.87 | round3jh256 | crypto_hash/round3jh256/sphlib | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 839832 | 1.92 | round3jh256 | crypto_hash/round3jh256/sphlib-small | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 4196928 | 9.60 | round3jh256 | crypto_hash/round3jh256/simple | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| | round3jh256 | crypto_hash/round3jh256/neon | gcc -march=native -mtune=xscale -O3 |
| | round3jh256 | crypto_hash/round3jh256/neon2 | gcc -march=native -mtune=xscale -O3 |
| 815904 | 1.00 | round3jh512 | crypto_hash/round3jh512/sphlib (SPHLIB_3.0) | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 839814 | 1.03 | round3jh512 | crypto_hash/round3jh512/sphlib-small | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| 4204896 | 5.15 | round3jh512 | crypto_hash/round3jh512/simple | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| | round3jh512 | crypto_hash/round3jh512/neon | gcc -march=native -mtune=xscale -O3 |
| | round3jh512 | crypto_hash/round3jh512/neon2 | gcc -march=native -mtune=xscale -O3 |
| 371688 | 1.00 | sarmal256 | crypto_hash/sarmal256/opt64 (1.00) | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 487428 | 1.00 | sarmal512 | crypto_hash/sarmal512/opt64 (1.00) | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 71700 | 1.00 | sha1 | crypto_hash/sha1/openssl (OpenSSL_1.1.0f__25_May_2017) | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 103422 | 1.00 | sha224 | crypto_hash/sha224/openssl (OpenSSL_1.1.0f__25_May_2017) | gcc -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 103410 | 1.00 | sha256 | crypto_hash/sha256/openssl (OpenSSL_1.1.0f__25_May_2017) | gcc -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 116340 | 1.13 | sha256 | crypto_hash/sha256/sphlib-small | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| 117168 | 1.13 | sha256 | crypto_hash/sha256/sphlib | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| 119886 | 1.16 | sha256 | crypto_hash/sha256/ref | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 133740 | 1.29 | sha256 | crypto_hash/sha256/cryptopp | g++ -funroll-loops -march=native -mtune=xscale -O3 |
| 236976 | 1.00 | sha384 | crypto_hash/sha384/openssl (OpenSSL_1.1.0f__25_May_2017) | gcc -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 237048 | 1.00 | sha512 | crypto_hash/sha512/openssl (OpenSSL_1.1.0f__25_May_2017) | gcc -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 419334 | 1.77 | sha512 | crypto_hash/sha512/sphlib | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 419340 | 1.77 | sha512 | crypto_hash/sha512/sphlib-small | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 482490 | 2.04 | sha512 | crypto_hash/sha512/cryptopp | g++ -funroll-loops -march=native -mtune=xscale -O3 |
| 1136466 | 4.79 | sha512 | crypto_hash/sha512/ref | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 75312 | 1.00 | shabal256 | crypto_hash/shabal256/sphlib (SPHLIB_3.0) | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 71130 | 1.00 | shabal512 | crypto_hash/shabal512/ref (1.0) | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 75348 | 1.06 | shabal512 | crypto_hash/shabal512/sphlib | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| 549030 | 1.00 | shake256 | crypto_hash/shake256/gil/singlefile | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 1087482 | 1.98 | shake256 | crypto_hash/shake256/gil/singlefile_unrolled | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 224898 | 1.00 | shavite3256 | crypto_hash/shavite3256/sphlib-small (SPHLIB_3.0) | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 292056 | 1.30 | shavite3256 | crypto_hash/shavite3256/lower-mem | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| 301794 | 1.34 | shavite3256 | crypto_hash/shavite3256/sphlib | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 303954 | 1.35 | shavite3256 | crypto_hash/shavite3256/no-salt | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 304350 | 1.35 | shavite3256 | crypto_hash/shavite3256/new-aes-round | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 326100 | 1.45 | shavite3256 | crypto_hash/shavite3256/low-mem | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 513516 | 2.28 | shavite3256 | crypto_hash/shavite3256/8-bit | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| 390882 | 1.00 | shavite3512 | crypto_hash/shavite3512/sphlib-small (SPHLIB_3.0) | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 501180 | 1.28 | shavite3512 | crypto_hash/shavite3512/low-mem | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 527280 | 1.35 | shavite3512 | crypto_hash/shavite3512/IntelL1Cache | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 529188 | 1.35 | shavite3512 | crypto_hash/shavite3512/lower-mem | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 666516 | 1.71 | shavite3512 | crypto_hash/shavite3512/sphlib | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 978264 | 2.50 | shavite3512 | crypto_hash/shavite3512/8-bit | gcc -funroll-loops -march=native -mtune=xscale -O3 (7.1.1 20170516) |
| 989526 | 2.53 | shavite3512 | crypto_hash/shavite3512/no-salt | gcc -march=native -mtune=xscale -Os |
| 989610 | 2.53 | shavite3512 | crypto_hash/shavite3512/new-aes-round | gcc -march=native -mtune=xscale -Os |
| 1056648 | 2.70 | shavite3512 | crypto_hash/shavite3512/different-order | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 435750 | 1.00 | simd256 | crypto_hash/simd256/sphlib (SPHLIB_3.0) | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 490290 | 1.13 | simd256 | crypto_hash/simd256/opt | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 521604 | 1.20 | simd256 | crypto_hash/simd256/sphlib-small | gcc -funroll-loops -march=native -mtune=xscale -O2 |
| 7045494 | 16.17 | simd256 | crypto_hash/simd256/ref | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| | simd256 | crypto_hash/simd256/vect128 | gcc -march=native -mtune=xscale -O3 |
| | simd256 | crypto_hash/simd256/vectarm | gcc -march=native -mtune=xscale -O3 |
| 544308 | 1.00 | simd512 | crypto_hash/simd512/opt (1.1) | gcc -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 623040 | 1.14 | simd512 | crypto_hash/simd512/sphlib-small | gcc -march=native -mtune=xscale -O2 |
| 696666 | 1.28 | simd512 | crypto_hash/simd512/sphlib | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 13848222 | 25.44 | simd512 | crypto_hash/simd512/ref | gcc -funroll-loops -march=native -mtune=xscale -O3 |
| | simd512 | crypto_hash/simd512/vect128 | gcc -march=native -mtune=xscale -O3 |
| 534960 | 1.00 | skein10241024 | crypto_hash/skein10241024/opt (v1.3_C_code) | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| | skein10241024 | crypto_hash/skein10241024/arm_neon | gcc -march=native -mtune=xscale -O3 |
| 141780 | 1.00 | skein256256 | crypto_hash/skein256256/arm (v1.3_ARM_assembly_code) | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 272268 | 1.92 | skein256256 | crypto_hash/skein256256/opt | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| | skein256256 | crypto_hash/skein256256/arm_neon | gcc -march=native -mtune=xscale -O3 |
| | skein256256 | crypto_hash/skein256256/arm_thumb | gcc -march=native -mtune=xscale -O3 |
| 155628 | 1.00 | skein512256 | crypto_hash/skein512256/arm11 (v1.2_C_code) | gcc -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 167544 | 1.08 | skein512256 | crypto_hash/skein512256/arm | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 414450 | 2.66 | skein512256 | crypto_hash/skein512256/sphlib-small | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 689064 | 4.43 | skein512256 | crypto_hash/skein512256/little | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 699642 | 4.50 | skein512256 | crypto_hash/skein512256/simple | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 725358 | 4.66 | skein512256 | crypto_hash/skein512256/opt | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 757044 | 4.86 | skein512256 | crypto_hash/skein512256/sphlib | gcc -funroll-loops -march=native -mtune=xscale -Os |
| | skein512256 | crypto_hash/skein512256/arm_neon | gcc -march=native -mtune=xscale -O3 |
| | skein512256 | crypto_hash/skein512256/arm_thumb | gcc -march=native -mtune=xscale -O3 |
| 167490 | 1.00 | skein512512 | crypto_hash/skein512512/arm (v1.3_ARM_assembly_code) | gcc -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 414702 | 2.48 | skein512512 | crypto_hash/skein512512/sphlib-small | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 678666 | 4.05 | skein512512 | crypto_hash/skein512512/little | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 700026 | 4.18 | skein512512 | crypto_hash/skein512512/simple | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 728526 | 4.35 | skein512512 | crypto_hash/skein512512/opt | gcc -funroll-loops -march=native -mtune=xscale -Os |
| 751860 | 4.49 | skein512512 | crypto_hash/skein512512/sphlib | gcc -funroll-loops -march=native -mtune=xscale -Os |
| | skein512512 | crypto_hash/skein512512/arm_neon | gcc -march=native -mtune=xscale -O3 |
| | skein512512 | crypto_hash/skein512512/arm_thumb | gcc -march=native -mtune=xscale -O3 |
| 139908 | 1.00 | tiger | crypto_hash/tiger/cryptopp | g++ -funroll-loops -march=native -mtune=xscale -O2 (7.1.1 20170516) |
| 745872 | 1.00 | whirlpool | crypto_hash/whirlpool/ref | gcc -funroll-loops -march=native -mtune=xscale -Os (7.1.1 20170516) |
| 1090140 | 1.46 | whirlpool | crypto_hash/whirlpool/cryptopp | g++ -funroll-loops -march=native -mtune=xscale -O2 |