| Time | Relative time | Primitive | Implementation | Compiler |
| 168 | 1.00 | aes128decrypt | crypto_core/aes128decrypt/dolbeau/aesenc-int | clang -O3 -fwrapv -mavx -maes -mpclmul -fomit-frame-pointer -Qunused-arguments |
| 392 | 2.33 | aes128decrypt | crypto_core/aes128decrypt/dolbeau/std-4rt-nodk | gcc -m64 -march=corei7 -O3 -fomit-frame-pointer |
| 432 | 2.57 | aes128decrypt | crypto_core/aes128decrypt/dolbeau/std-2rt-nodk | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 452 | 2.69 | aes128decrypt | crypto_core/aes128decrypt/dolbeau/std-1rt-nodk | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 980 | 5.83 | aes128decrypt | crypto_core/aes128decrypt/openssl | gcc -m64 -march=k8 -O2 -fomit-frame-pointer |
| 186610 | 1110.77 | aes128decrypt | crypto_core/aes128decrypt/ref | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| 164 | 1.00 | aes128encrypt | crypto_core/aes128encrypt/dolbeau/aesenc-int | gcc -m64 -march=corei7-avx -O3 -fomit-frame-pointer |
| 298 | 1.82 | aes128encrypt | crypto_core/aes128encrypt/dolbeau/std-4ft | gcc -m64 -march=core2 -msse4 -O3 -fomit-frame-pointer |
| 324 | 1.98 | aes128encrypt | crypto_core/aes128encrypt/dolbeau/std-2ft | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 342 | 2.09 | aes128encrypt | crypto_core/aes128encrypt/dolbeau/std-1ft | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 546 | 3.33 | aes128encrypt | crypto_core/aes128encrypt/openssl | clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments |
| 175398 | 1069.50 | aes128encrypt | crypto_core/aes128encrypt/ref | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| 214 | 1.00 | aes256decrypt | crypto_core/aes256decrypt/dolbeau/aesenc-int | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 544 | 2.54 | aes256decrypt | crypto_core/aes256decrypt/dolbeau/std-4rt-nodk | gcc -funroll-loops -m64 -march=nocona -O2 -fomit-frame-pointer |
| 602 | 2.81 | aes256decrypt | crypto_core/aes256decrypt/dolbeau/std-2rt-nodk | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 630 | 2.94 | aes256decrypt | crypto_core/aes256decrypt/dolbeau/std-1rt-nodk | gcc -march=nocona -O3 -fomit-frame-pointer |
| 1344 | 6.28 | aes256decrypt | crypto_core/aes256decrypt/openssl | gcc -m64 -march=nocona -O2 -fomit-frame-pointer |
| 257688 | 1204.15 | aes256decrypt | crypto_core/aes256decrypt/ref | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer |
| 210 | 1.00 | aes256encrypt | crypto_core/aes256encrypt/dolbeau/aesenc-int | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 402 | 1.91 | aes256encrypt | crypto_core/aes256encrypt/dolbeau/std-4ft | clang -O3 -fwrapv -march=x86-64 -mcpu=core-avx2 -mavx2 -maes -mpclmul -fomit-frame-pointer -Qunused-arguments (4.2.1 Compatible Clang 3.8.0 (tags/RELEASE 380/final 262553)) |
| 446 | 2.12 | aes256encrypt | crypto_core/aes256encrypt/dolbeau/std-2ft | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 460 | 2.19 | aes256encrypt | crypto_core/aes256encrypt/dolbeau/std-1ft | clang -O3 -fwrapv -march=x86-64 -mcpu=core-avx2 -mavx2 -maes -mpclmul -fomit-frame-pointer -Qunused-arguments (4.2.1 Compatible Clang 3.8.0 (tags/RELEASE 380/final 262553)) |
| 718 | 3.42 | aes256encrypt | crypto_core/aes256encrypt/openssl | clang -mcpu=cortex-a8 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments |
| 242176 | 1153.22 | aes256encrypt | crypto_core/aes256encrypt/ref | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| 402 | 1.00 | hsalsa20 | crypto_core/hsalsa20/ref | gcc -march=barcelona -O2 -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 404 | 1.00 | hsalsa20 | crypto_core/hsalsa20/ref2 | gcc -m64 -march=barcelona -O2 -fomit-frame-pointer |
| 2486 | 1.00 | keccakf160032bits | crypto_core/keccakf160032bits/inplace1600bi | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 18338 | 7.38 | keccakf160032bits | crypto_core/keccakf160032bits/reference1600-32bits | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 1230 | 1.00 | keccakf160064bits | crypto_core/keccakf160064bits/optimized1600u6 | gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 1244 | 1.01 | keccakf160064bits | crypto_core/keccakf160064bits/optimized1600ufull | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 1314 | 1.07 | keccakf160064bits | crypto_core/keccakf160064bits/optimized1600lcufullshld | gcc -m64 -march=corei7-avx -Os -fomit-frame-pointer |
| 1350 | 1.10 | keccakf160064bits | crypto_core/keccakf160064bits/optimized1600lcu6 | gcc -m64 -march=core-avx2 -Os -fomit-frame-pointer |
| 1362 | 1.11 | keccakf160064bits | crypto_core/keccakf160064bits/optimized1600lcufull | gcc -m64 -march=core-avx2 -O3 -fomit-frame-pointer |
| 1364 | 1.11 | keccakf160064bits | crypto_core/keccakf160064bits/optimized1600AsmX86-64shld | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 1406 | 1.14 | keccakf160064bits | crypto_core/keccakf160064bits/optimized1600AsmX86-64 | gcc -m64 -march=corei7 -O3 -fomit-frame-pointer |
| 2668 | 2.17 | keccakf160064bits | crypto_core/keccakf160064bits/reference1600 | gcc -funroll-loops -O2 -fomit-frame-pointer |
| 3132 | 2.55 | keccakf160064bits | crypto_core/keccakf160064bits/compact1600 | gcc -funroll-loops -march=nocona -O2 -fomit-frame-pointer |
| | keccakf160064bits | crypto_core/keccakf160064bits/optimized1600AsmX86-64Apple | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | keccakf160064bits | crypto_core/keccakf160064bits/optimized1600XOPu6 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | keccakf160064bits | crypto_core/keccakf160064bits/optimized1600XOPufull | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 444 | 1.00 | salsa20 | crypto_core/salsa20/ref | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 310 | 1.00 | salsa2012 | crypto_core/salsa2012/ref | gcc -m64 -O2 -fomit-frame-pointer |
| 234 | 1.00 | salsa208 | crypto_core/salsa208/ref | gcc -m64 -march=barcelona -O2 -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| Time | Relative time | Primitive | Implementation | Compiler |
| 3358 | 1.00 | aes128ctr | crypto_stream/aes128ctr/cryptopp | g++ -m64 -march=core2 -O3 -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 13074 | 1.00 | aes128estream | crypto_stream/aes128estream/e/schwabe/athlon64-1 | gcc -funroll-loops -m64 -march=k8 -Os -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 13144 | 1.01 | aes128estream | crypto_stream/aes128estream/e/schwabe/athlon64-2 | gcc -m64 -march=core-avx-i -O3 -fomit-frame-pointer |
| 13302 | 1.02 | aes128estream | crypto_stream/aes128estream/e/schwabe/core2 | gcc -funroll-loops -m64 -Os -fomit-frame-pointer |
| 13882 | 1.06 | aes128estream | crypto_stream/aes128estream/e/hongjun/v1 | gcc -funroll-loops -m64 -march=nocona -Os -fomit-frame-pointer |
| 13982 | 1.07 | aes128estream | crypto_stream/aes128estream/e/hongjun/v0 | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| 14640 | 1.12 | aes128estream | crypto_stream/aes128estream/e/bernstein/amd64-2 | clang -O3 -fwrapv -march=x86-64 -mcpu=core-avx2 -mavx2 -maes -mpclmul -fomit-frame-pointer -Qunused-arguments |
| 15354 | 1.17 | aes128estream | crypto_stream/aes128estream/e/bernstein/amd64-1 | gcc -funroll-loops -march=k8 -O3 -fomit-frame-pointer |
| 16734 | 1.28 | aes128estream | crypto_stream/aes128estream/e/bernstein/little-4 | clang -mcpu=cortex-a9 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments |
| 17428 | 1.33 | aes128estream | crypto_stream/aes128estream/e/bernstein/little-2 | gcc -m64 -march=corei7 -O -fomit-frame-pointer |
| 17440 | 1.33 | aes128estream | crypto_stream/aes128estream/e/bernstein/little-3 | clang -mcpu=cortex-a8 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments |
| 18394 | 1.41 | aes128estream | crypto_stream/aes128estream/e/bernstein/little-1 | gcc -funroll-loops -m64 -O -fomit-frame-pointer |
| 18734 | 1.43 | aes128estream | crypto_stream/aes128estream/e/bernstein/big-1 | gcc -m64 -march=nocona -Os -fomit-frame-pointer |
| | aes128estream | crypto_stream/aes128estream/e/gladman | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 3520 | 1.00 | aes192ctr | crypto_stream/aes192ctr/cryptopp | g++ -m64 -march=nocona -O2 -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 1630 | 1.00 | aes256ctr | crypto_stream/aes256ctr/dolbeau/aesenc-int | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 2030 | 1.25 | aes256ctr | crypto_stream/aes256ctr/openssl | clang -mcpu=cortex-a8 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments |
| 3776 | 2.32 | aes256ctr | crypto_stream/aes256ctr/cryptopp | g++ -m64 -march=core2 -O3 -fomit-frame-pointer |
| 19400 | 1.00 | aes256estream | crypto_stream/aes256estream/e/hongjun/v1 | gcc -funroll-loops -m64 -march=nocona -Os -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 19606 | 1.01 | aes256estream | crypto_stream/aes256estream/e/hongjun/v0 | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer |
| | aes256estream | crypto_stream/aes256estream/e/gladman | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 50622 | 1.00 | amastrid | crypto_stream/amastrid/ref (1.1.0) | g++ -funroll-loops -fno-schedule-insns -O3 -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 820 | 1.00 | chacha12 | crypto_stream/chacha12/dolbeau/amd64-avx2 | gcc -m64 -march=native -mtune=native -Os -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 1234 | 1.50 | chacha12 | crypto_stream/chacha12/moon/avx2/64 | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 1294 | 1.58 | chacha12 | crypto_stream/chacha12/goll_gueron | gcc -m64 -march=core-avx2 -O2 -fomit-frame-pointer |
| 1354 | 1.65 | chacha12 | crypto_stream/chacha12/krovetz/avx2 | gcc -m64 -march=native -mtune=native -Os -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 2280 | 2.78 | chacha12 | crypto_stream/chacha12/moon/avx/64 | clang -O3 -fwrapv -mavx -fomit-frame-pointer -Qunused-arguments |
| 2312 | 2.82 | chacha12 | crypto_stream/chacha12/moon/ssse3/64 | gcc -m64 -march=core2 -O -fomit-frame-pointer |
| 2418 | 2.95 | chacha12 | crypto_stream/chacha12/krovetz/vec128 | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 2506 | 3.06 | chacha12 | crypto_stream/chacha12/amd64-ssse3 | gcc -march=k8 -O2 -fomit-frame-pointer |
| 2902 | 3.54 | chacha12 | crypto_stream/chacha12/e/amd64-xmm6 | gcc -m64 -march=core-avx-i -O3 -fomit-frame-pointer |
| 3152 | 3.84 | chacha12 | crypto_stream/chacha12/moon/sse2/64 | gcc -O3 -fomit-frame-pointer |
| 5812 | 7.09 | chacha12 | crypto_stream/chacha12/e/amd64-3 | gcc -m64 -march=core-avx2 -Os -fomit-frame-pointer |
| 5846 | 7.13 | chacha12 | crypto_stream/chacha12/e/merged | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 6098 | 7.44 | chacha12 | crypto_stream/chacha12/e/ref | gcc -m64 -march=core-avx2 -O3 -fomit-frame-pointer |
| 6194 | 7.55 | chacha12 | crypto_stream/chacha12/e/regs | gcc -m64 -march=core2 -msse4 -O3 -fomit-frame-pointer |
| | chacha12 | crypto_stream/chacha12/dolbeau/mipsel-msa | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | chacha12 | crypto_stream/chacha12/dolbeau/ppc-altivec | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | chacha12 | crypto_stream/chacha12/moon/xop/64 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 1232 | 1.00 | chacha20 | crypto_stream/chacha20/dolbeau/amd64-avx2 | gcc -m64 -march=native -mtune=native -Os -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 1868 | 1.52 | chacha20 | crypto_stream/chacha20/moon/avx2/64 | gcc -funroll-loops -m64 -march=nocona -O -fomit-frame-pointer |
| 2088 | 1.69 | chacha20 | crypto_stream/chacha20/goll_gueron | gcc -m64 -march=core-avx2 -O2 -fomit-frame-pointer |
| 2184 | 1.77 | chacha20 | crypto_stream/chacha20/krovetz/avx2 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 3532 | 2.87 | chacha20 | crypto_stream/chacha20/moon/avx/64 | clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments |
| 3588 | 2.91 | chacha20 | crypto_stream/chacha20/moon/ssse3/64 | gcc -m64 -march=core-avx2 -Os -fomit-frame-pointer |
| 3802 | 3.09 | chacha20 | crypto_stream/chacha20/amd64-ssse3 | gcc -m64 -march=core2 -msse4.1 -O3 -fomit-frame-pointer |
| 3990 | 3.24 | chacha20 | crypto_stream/chacha20/krovetz/vec128 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 4466 | 3.62 | chacha20 | crypto_stream/chacha20/e/amd64-xmm6 | gcc |
| 4658 | 3.78 | chacha20 | crypto_stream/chacha20/dolbeau/generic-gccsimd128 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 5062 | 4.11 | chacha20 | crypto_stream/chacha20/moon/sse2/64 | gcc -m64 -O3 -fomit-frame-pointer |
| 9230 | 7.49 | chacha20 | crypto_stream/chacha20/e/amd64-3 | gcc -m64 -march=nocona -O -fomit-frame-pointer |
| 9294 | 7.54 | chacha20 | crypto_stream/chacha20/e/merged | gcc -funroll-loops -m64 -march=barcelona -O2 -fomit-frame-pointer |
| 9482 | 7.70 | chacha20 | crypto_stream/chacha20/e/ref | gcc -m64 -march=core-avx2 -O3 -fomit-frame-pointer |
| 9674 | 7.85 | chacha20 | crypto_stream/chacha20/e/regs | gcc -m64 -march=corei7 -O3 -fomit-frame-pointer |
| | chacha20 | crypto_stream/chacha20/moon/xop/64 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 618 | 1.00 | chacha8 | crypto_stream/chacha8/dolbeau/amd64-avx2 | gcc -m64 -march=native -mtune=native -Os -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 900 | 1.46 | chacha8 | crypto_stream/chacha8/goll_gueron | gcc -m64 -march=core-avx2 -O2 -fomit-frame-pointer |
| 918 | 1.49 | chacha8 | crypto_stream/chacha8/moon/avx2/64 | gcc -funroll-loops -m64 -Os -fomit-frame-pointer |
| 934 | 1.51 | chacha8 | crypto_stream/chacha8/krovetz/avx2 | gcc -m64 -march=native -mtune=native -Os -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 1654 | 2.68 | chacha8 | crypto_stream/chacha8/krovetz/vec128 | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 1656 | 2.68 | chacha8 | crypto_stream/chacha8/moon/avx/64 | clang -O3 -fwrapv -mavx2 -fomit-frame-pointer -Qunused-arguments |
| 1670 | 2.70 | chacha8 | crypto_stream/chacha8/moon/ssse3/64 | gcc -m64 -O2 -fomit-frame-pointer |
| 1862 | 3.01 | chacha8 | crypto_stream/chacha8/amd64-ssse3 | gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer |
| 2118 | 3.43 | chacha8 | crypto_stream/chacha8/e/amd64-xmm6 | gcc -funroll-loops |
| 2196 | 3.55 | chacha8 | crypto_stream/chacha8/moon/sse2/64 | gcc -m64 -march=core-avx-i -O3 -fomit-frame-pointer |
| 4074 | 6.59 | chacha8 | crypto_stream/chacha8/e/amd64-3 | gcc -m64 -march=core-avx-i -O3 -fomit-frame-pointer |
| 4104 | 6.64 | chacha8 | crypto_stream/chacha8/e/merged | clang -mcpu=cortex-a8 -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments |
| 4442 | 7.19 | chacha8 | crypto_stream/chacha8/e/regs | gcc -m64 -march=core2 -msse4 -O3 -fomit-frame-pointer |
| 4464 | 7.22 | chacha8 | crypto_stream/chacha8/e/ref | gcc -m64 -march=core-avx2 -O3 -fomit-frame-pointer |
| | chacha8 | crypto_stream/chacha8/dolbeau/mipsel-msa | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | chacha8 | crypto_stream/chacha8/dolbeau/ppc-altivec | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | chacha8 | crypto_stream/chacha8/moon/xop/64 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 5992 | 1.00 | cryptmtv3 | crypto_stream/cryptmtv3/e/v3 | gcc -funroll-loops -m64 -march=k8 -O3 -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| | dragon | crypto_stream/dragon/e/submissions/dragon | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 14294 | 1.00 | hc128 | crypto_stream/hc128/e/hc-128/200606 | gcc -m64 -march=core-avx2 -O3 -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 14312 | 1.00 | hc128 | crypto_stream/hc128/e/hc-128/200701b | gcc -m64 -march=core-avx2 -O3 -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 14612 | 1.02 | hc128 | crypto_stream/hc128/e/hc-128/200701a | gcc -m64 -march=core-avx2 -O3 -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 35398 | 1.00 | hc256 | crypto_stream/hc256/e/hc-256/200701 | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 35996 | 1.02 | hc256 | crypto_stream/hc256/e/hc-256/200511 | gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer |
| 6790 | 1.00 | lexv2 | crypto_stream/lexv2/e/v2/schwabe/amd64-1 | clang -O3 -fwrapv -mavx -maes -mpclmul -fomit-frame-pointer -Qunused-arguments (4.2.1 Compatible Clang 3.8.0 (tags/RELEASE 380/final 262553)) |
| 6862 | 1.01 | lexv2 | crypto_stream/lexv2/e/v2/ref | gcc -funroll-loops -m64 -march=k8 -O3 -fomit-frame-pointer |
| 7080 | 1.04 | lexv2 | crypto_stream/lexv2/e/v2/schwabe/amd64-2 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 4452 | 1.00 | nlsv2 | crypto_stream/nlsv2/e/v2/sync/2 | gcc -funroll-loops -m64 -march=k8 -O -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 10592 | 2.38 | nlsv2 | crypto_stream/nlsv2/e/v2/sync/1 | gcc -funroll-loops -march=k8 -O -fomit-frame-pointer |
| 30434 | 1.00 | ocelot1 | crypto_stream/ocelot1/ref (2.1.0) | g++ -funroll-loops -fno-schedule-insns -O3 -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| | ocelot2 | crypto_stream/ocelot2/ref | g++ -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 5354 | 1.00 | panama | crypto_stream/panama/cryptopp | g++ -m64 -march=core2 -msse4 -Os -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 4504 | 1.00 | rabbit | crypto_stream/rabbit/e/opt/1/4 | gcc -m64 -march=core2 -O3 -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 4506 | 1.00 | rabbit | crypto_stream/rabbit/e/opt/1/2 | gcc -m64 -march=core2 -O3 -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 4510 | 1.00 | rabbit | crypto_stream/rabbit/e/opt/2/3 | clang -O3 -fomit-frame-pointer -Qunused-arguments |
| 4536 | 1.01 | rabbit | crypto_stream/rabbit/e/opt/2/2 | gcc -m64 -march=core2 -msse4 -O3 -fomit-frame-pointer |
| 4546 | 1.01 | rabbit | crypto_stream/rabbit/e/opt/1/3 | gcc -m64 -march=core2 -O3 -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 6768 | 1.50 | rabbit | crypto_stream/rabbit/e/opt/2/1 | gcc -funroll-loops -m64 -O3 -fomit-frame-pointer |
| 6804 | 1.51 | rabbit | crypto_stream/rabbit/e/opt/1/1 | gcc -funroll-loops -m64 -O3 -fomit-frame-pointer |
| 7002 | 1.55 | rabbit | crypto_stream/rabbit/e/ref | gcc -m64 -march=core2 -O3 -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| | rabbit | crypto_stream/rabbit/e/opt/2/4 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | rabbit | crypto_stream/rabbit/e/opt/2/5 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | rijn256ctr | crypto_stream/rijn256ctr/gil | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 1510 | 1.00 | salsa20 | crypto_stream/salsa20/dolbeau/amd64-xmm6int | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 4924 | 3.26 | salsa20 | crypto_stream/salsa20/e/amd64-xmm6 | gcc -funroll-loops -m64 -march=barcelona -O2 -fomit-frame-pointer |
| 4932 | 3.27 | salsa20 | crypto_stream/salsa20/amd64_xmm6 | gcc -m64 -march=core2 -Os -fomit-frame-pointer |
| 5254 | 3.48 | salsa20 | crypto_stream/salsa20/e/amd64-xmm5 | gcc -m64 -O2 -fomit-frame-pointer |
| 8968 | 5.94 | salsa20 | crypto_stream/salsa20/e/amd64-xmm2 | gcc -m64 -O2 -fomit-frame-pointer |
| 9456 | 6.26 | salsa20 | crypto_stream/salsa20/e/merged | gcc -m64 -march=core2 -O3 -fomit-frame-pointer |
| 9474 | 6.27 | salsa20 | crypto_stream/salsa20/e/amd64-xmm | gcc -march=nocona -O2 -fomit-frame-pointer |
| 9618 | 6.37 | salsa20 | crypto_stream/salsa20/e/ref | gcc -m64 -march=corei7 -O3 -fomit-frame-pointer |
| 9628 | 6.38 | salsa20 | crypto_stream/salsa20/e/regs | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 10556 | 6.99 | salsa20 | crypto_stream/salsa20/e/amd64-3 | clang -O3 -fwrapv -march=x86-64 -mcpu=core-avx2 -mavx2 -maes -mpclmul -fomit-frame-pointer -Qunused-arguments |
| 10642 | 7.05 | salsa20 | crypto_stream/salsa20/e/amd64-2 | gcc -funroll-loops -m64 -Os -fomit-frame-pointer |
| 11296 | 7.48 | salsa20 | crypto_stream/salsa20/ref | clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments |
| 11778 | 7.80 | salsa20 | crypto_stream/salsa20/e/amd64-1 | clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments |
| 1050 | 1.00 | salsa2012 | crypto_stream/salsa2012/dolbeau/amd64-xmm6int | gcc -m64 -march=native -mtune=native -Os -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 3174 | 3.02 | salsa2012 | crypto_stream/salsa2012/amd64_xmm6 | gcc -funroll-loops -O -fomit-frame-pointer |
| 3182 | 3.03 | salsa2012 | crypto_stream/salsa2012/e/amd64-xmm6 | gcc -march=k8 -O3 -fomit-frame-pointer |
| 3392 | 3.23 | salsa2012 | crypto_stream/salsa2012/e/amd64-xmm5 | gcc -m64 -O3 -fomit-frame-pointer |
| 5736 | 5.46 | salsa2012 | crypto_stream/salsa2012/e/amd64-xmm2 | gcc -m64 -march=core2 -msse4.1 -O3 -fomit-frame-pointer |
| 5998 | 5.71 | salsa2012 | crypto_stream/salsa2012/e/merged | gcc -m64 -march=core-avx2 -O3 -fomit-frame-pointer |
| 6082 | 5.79 | salsa2012 | crypto_stream/salsa2012/e/amd64-xmm | gcc -m64 -march=barcelona -Os -fomit-frame-pointer |
| 6118 | 5.83 | salsa2012 | crypto_stream/salsa2012/e/regs | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 6150 | 5.86 | salsa2012 | crypto_stream/salsa2012/e/ref | gcc -m64 -march=core2 -msse4 -O3 -fomit-frame-pointer |
| 6610 | 6.30 | salsa2012 | crypto_stream/salsa2012/e/amd64-3 | gcc -march=k8 -O3 -fomit-frame-pointer |
| 6650 | 6.33 | salsa2012 | crypto_stream/salsa2012/e/amd64-2 | gcc -m64 -march=core-avx-i -O3 -fomit-frame-pointer |
| 7392 | 7.04 | salsa2012 | crypto_stream/salsa2012/e/amd64-1 | gcc -m64 -march=corei7 -O3 -fomit-frame-pointer |
| 8052 | 7.67 | salsa2012 | crypto_stream/salsa2012/ref | gcc -march=nocona -O3 -fomit-frame-pointer |
| 832 | 1.00 | salsa208 | crypto_stream/salsa208/dolbeau/amd64-xmm6int | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 2302 | 2.77 | salsa208 | crypto_stream/salsa208/e/amd64-xmm6 | gcc -m64 -march=native -mtune=native -O2 -fomit-frame-pointer |
| 2306 | 2.77 | salsa208 | crypto_stream/salsa208/amd64_xmm6 | gcc -m64 -march=corei7-avx -O3 -fomit-frame-pointer |
| 2484 | 2.99 | salsa208 | crypto_stream/salsa208/e/amd64-xmm5 | gcc -march=nocona -O3 -fomit-frame-pointer |
| 4132 | 4.97 | salsa208 | crypto_stream/salsa208/e/amd64-xmm2 | gcc -m64 -march=native -mtune=native -Os -fomit-frame-pointer |
| 4248 | 5.11 | salsa208 | crypto_stream/salsa208/e/merged | gcc -m64 -march=core-avx2 -O3 -fomit-frame-pointer |
| 4356 | 5.24 | salsa208 | crypto_stream/salsa208/e/amd64-xmm | gcc -funroll-loops -fno-schedule-insns -O -fomit-frame-pointer |
| 4394 | 5.28 | salsa208 | crypto_stream/salsa208/e/regs | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 4408 | 5.30 | salsa208 | crypto_stream/salsa208/e/ref | gcc -m64 -march=corei7 -O3 -fomit-frame-pointer |
| 4590 | 5.52 | salsa208 | crypto_stream/salsa208/e/amd64-2 | clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments |
| 4592 | 5.52 | salsa208 | crypto_stream/salsa208/e/amd64-3 | gcc -m64 -march=native -mtune=native -Os -fomit-frame-pointer |
| 5174 | 6.22 | salsa208 | crypto_stream/salsa208/e/amd64-1 | gcc -m64 -march=core-avx-i -O2 -fomit-frame-pointer |
| 6242 | 7.50 | salsa208 | crypto_stream/salsa208/ref | gcc -funroll-loops -march=nocona -O3 -fomit-frame-pointer |
| 4430 | 1.00 | simon128128ctr | crypto_stream/simon128128ctr/avx2 (2.1) | clang -O3 -fwrapv -mavx2 -fomit-frame-pointer -Qunused-arguments (4.2.1 Compatible Clang 3.8.0 (tags/RELEASE 380/final 262553)) |
| 7376 | 1.67 | simon128128ctr | crypto_stream/simon128128ctr/sse4 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | simon128192ctr | crypto_stream/simon128192ctr/avx2 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | simon128192ctr | crypto_stream/simon128192ctr/sse4 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 5342 | 1.00 | simon128256ctr | crypto_stream/simon128256ctr/avx2 (2.1) | clang -O3 -fwrapv -mavx2 -fomit-frame-pointer -Qunused-arguments (4.2.1 Compatible Clang 3.8.0 (tags/RELEASE 380/final 262553)) |
| 8734 | 1.63 | simon128256ctr | crypto_stream/simon128256ctr/sse4 | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 3470 | 1.00 | simon64128ctr | crypto_stream/simon64128ctr/avx2 (2.1) | clang -O3 -fwrapv -march=x86-64 -mcpu=core-avx2 -mavx2 -maes -mpclmul -fomit-frame-pointer -Qunused-arguments (4.2.1 Compatible Clang 3.8.0 (tags/RELEASE 380/final 262553)) |
| 5476 | 1.58 | simon64128ctr | crypto_stream/simon64128ctr/sse4 | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 2960 | 1.00 | simon6496ctr | crypto_stream/simon6496ctr/avx2 (2.1) | clang -O3 -fwrapv -march=x86-64 -mcpu=core-avx2 -mavx2 -maes -mpclmul -fomit-frame-pointer -Qunused-arguments (4.2.1 Compatible Clang 3.8.0 (tags/RELEASE 380/final 262553)) |
| 4818 | 1.63 | simon6496ctr | crypto_stream/simon6496ctr/sse4 | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer |
| 4276 | 1.00 | snow20 | crypto_stream/snow20/e/benchmarks/snow-2.0 | gcc -funroll-loops -march=barcelona -O2 -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 4572 | 1.00 | sosemanuk | crypto_stream/sosemanuk/e/submissions/sosemanuk | gcc -funroll-loops -m64 -march=nocona -O3 -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 5116 | 1.12 | sosemanuk | crypto_stream/sosemanuk/cryptopp | g++ -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv |
| 1154 | 1.00 | speck128128ctr | crypto_stream/speck128128ctr/avx512 (1.00) | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| | speck128128ctr | crypto_stream/speck128128ctr/avx2 | clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments |
| | speck128128ctr | crypto_stream/speck128128ctr/sse4 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 1194 | 1.00 | speck128192ctr | crypto_stream/speck128192ctr/avx512 (1.00) | gcc -m64 -march=native -mtune=native -O3 -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| | speck128192ctr | crypto_stream/speck128192ctr/avx2 | clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments |
| | speck128192ctr | crypto_stream/speck128192ctr/sse4 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 1226 | 1.00 | speck128256ctr | crypto_stream/speck128256ctr/avx512 (1.00) | gcc -m64 -march=native -mtune=native -Os -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| | speck128256ctr | crypto_stream/speck128256ctr/avx2 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| | speck128256ctr | crypto_stream/speck128256ctr/sse4 | gcc -march=native -mtune=native -O3 -fomit-frame-pointer -fwrapv |
| 986 | 1.00 | speck64128ctr | crypto_stream/speck64128ctr/avx512 (1.00) | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 1714 | 1.74 | speck64128ctr | crypto_stream/speck64128ctr/avx2 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 3286 | 3.33 | speck64128ctr | crypto_stream/speck64128ctr/sse4 | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 942 | 1.00 | speck6496ctr | crypto_stream/speck6496ctr/avx512 (1.0) | gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv |
| 1658 | 1.76 | speck6496ctr | crypto_stream/speck6496ctr/avx2 | clang -O3 -fwrapv -mavx2 -fomit-frame-pointer -Qunused-arguments |
| 3162 | 3.36 | speck6496ctr | crypto_stream/speck6496ctr/sse4 | gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv |
| 8434 | 1.00 | tpy | crypto_stream/tpy/e/tpy | gcc -funroll-loops -O3 -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 6024 | 1.00 | tpy6 | crypto_stream/tpy6/e/tpy6 | gcc -funroll-loops -m64 -march=barcelona -O2 -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 9910 | 1.00 | tpypy | crypto_stream/tpypy/e/tpypy | gcc -funroll-loops -O3 -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 8392 | 1.00 | trivium | crypto_stream/trivium/e/submissions/trivium | gcc -m64 -march=core2 -msse4.1 -Os -fomit-frame-pointer (7.3.1 20180323 [gcc-7-branch revision 258812]) |
| 1902 | 1.00 | xsalsa20 | crypto_stream/xsalsa20/ref | gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv (7.3.1 20180323 [gcc-7-branch revision 258812]) |