Test results for amd64, saber214, crypto_sign/crossrsdpg192small
[Page version: 20250326 01:21:01]
Measurements for amd64, saber214, crypto_sign
Test results for amd64, saber214, crypto_sign
Test results for crypto_sign/crossrsdpg192small
Computer: saber214
Microarchitecture: amd64; Bulldozer (600f20)
Architecture: amd64
CPU ID: AuthenticAMD-00600f20-1789c3f5
SUPERCOP version: 20250307
Operation: crypto_sign
Primitive: crossrsdpg192small
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
27073663 | 87464 0 0 | 106194 808 1632 | opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250313 | 20250307 |
28354307 | 75912 0 0 | 92408 848 1568 | opt | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250313 | 20250307 |
28921897 | 102895 0 0 | 121760 848 1600 | opt | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250313 | 20250307 |
31670521 | 77241 0 0 | 96002 808 1632 | ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250313 | 20250307 |
35750514 | 92888 0 0 | 111672 848 1600 | ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250313 | 20250307 |
36030935 | 67081 0 0 | 83480 848 1568 | ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250313 | 20250307 |
36666739 | 61930 0 0 | 80664 848 1568 | opt | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250313 | 20250307 |
38965147 | 57680 0 0 | 76288 848 1568 | ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250313 | 20250307 |
48040926 | 34485 0 0 | 50559 840 1568 | opt | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250313 | 20250307 |
48193997 | 37405 0 0 | 54080 848 1568 | opt | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250313 | 20250307 |
48796828 | 27330 0 0 | 43398 800 1600 | opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250313 | 20250307 |
49024806 | 42697 0 0 | 60018 808 1632 | opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250313 | 20250307 |
49689097 | 41342 0 0 | 58394 808 1632 | opt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250313 | 20250307 |
53146469 | 31876 0 0 | 48528 848 1568 | ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250313 | 20250307 |
53558151 | 28101 0 0 | 44255 840 1568 | ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250313 | 20250307 |
58329591 | 21919 0 0 | 37926 800 1600 | ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250313 | 20250307 |
58646393 | 29728 0 0 | 47130 808 1632 | ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250313 | 20250307 |
59283828 | 29016 0 0 | 46138 808 1632 | ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250313 | 20250307 |
Compiler output
pack_unpack.c: pack_unpack.c:54:6: warning: unused function 'generic_pack_3_bit' [-Wunused-function]
pack_unpack.c: void generic_pack_3_bit(uint8_t *out, const uint8_t *in,
pack_unpack.c: ^
pack_unpack.c: pack_unpack.c:342:9: warning: unused function 'generic_unpack_3_bit' [-Wunused-function]
pack_unpack.c: uint8_t generic_unpack_3_bit(uint8_t *out, const uint8_t *in,
pack_unpack.c: ^
pack_unpack.c: 2 warnings generated.
Number of similar (implementation,compiler) pairs: 10, namely:
Implementation | Compiler |
opt | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
opt | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
opt | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
opt | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
opt | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
Namespace violations
CROSS.o SUPERCOP_CROSSRSDPG192SMALL_OPT_CROSS_keygen T
CROSS.o SUPERCOP_CROSSRSDPG192SMALL_OPT_CROSS_sign T
CROSS.o SUPERCOP_CROSSRSDPG192SMALL_OPT_CROSS_verify T
csprng_hash.o SUPERCOP_CROSSRSDPG192SMALL_OPT_expand_digest_to_fixed_weight T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_sha3_256 T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_sha3_256_inc_absorb T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_sha3_256_inc_finalize T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_sha3_256_inc_init T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_sha3_384 T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_sha3_384_inc_absorb T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_sha3_384_inc_finalize T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_sha3_384_inc_init T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_sha3_512 T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_sha3_512_inc_absorb T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_sha3_512_inc_finalize T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_sha3_512_inc_init T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_shake128 T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_shake128_absorb T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_shake128_ctx_clone T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_shake128_inc_absorb T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_shake128_inc_finalize T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_shake128_inc_init T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_shake128_inc_squeeze T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_shake128_squeezeblocks T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_shake256 T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_shake256_absorb T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_shake256_ctx_clone T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_shake256_inc_absorb T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_shake256_inc_finalize T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_shake256_inc_init T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_shake256_inc_squeeze T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_OPT_shake256_squeezeblocks T
keccakf1600.o SUPERCOP_CROSSRSDPG192SMALL_OPT_KeccakF1600_StateExtractBytes T
keccakf1600.o SUPERCOP_CROSSRSDPG192SMALL_OPT_KeccakF1600_StatePermute T
keccakf1600.o SUPERCOP_CROSSRSDPG192SMALL_OPT_KeccakF1600_StateXORBytes T
merkle.o SUPERCOP_CROSSRSDPG192SMALL_OPT_recompute_root T
merkle.o SUPERCOP_CROSSRSDPG192SMALL_OPT_tree_proof T
merkle.o SUPERCOP_CROSSRSDPG192SMALL_OPT_tree_root T
pack_unpack.o SUPERCOP_CROSSRSDPG192SMALL_OPT_pack_fp_syn T
pack_unpack.o SUPERCOP_CROSSRSDPG192SMALL_OPT_pack_fp_vec T
pack_unpack.o SUPERCOP_CROSSRSDPG192SMALL_OPT_pack_fz_rsdp_g_vec T
pack_unpack.o SUPERCOP_CROSSRSDPG192SMALL_OPT_pack_fz_vec T
pack_unpack.o SUPERCOP_CROSSRSDPG192SMALL_OPT_unpack_fp_syn T
pack_unpack.o SUPERCOP_CROSSRSDPG192SMALL_OPT_unpack_fp_vec T
pack_unpack.o SUPERCOP_CROSSRSDPG192SMALL_OPT_unpack_fz_rsdp_g_vec T
pack_unpack.o SUPERCOP_CROSSRSDPG192SMALL_OPT_unpack_fz_vec T
seedtree.o SUPERCOP_CROSSRSDPG192SMALL_OPT_gen_seed_tree T
seedtree.o SUPERCOP_CROSSRSDPG192SMALL_OPT_psalt T
seedtree.o SUPERCOP_CROSSRSDPG192SMALL_OPT_pseed T
seedtree.o SUPERCOP_CROSSRSDPG192SMALL_OPT_ptree T
seedtree.o SUPERCOP_CROSSRSDPG192SMALL_OPT_rebuild_tree T
seedtree.o SUPERCOP_CROSSRSDPG192SMALL_OPT_seed_leaves T
seedtree.o SUPERCOP_CROSSRSDPG192SMALL_OPT_seed_path T
Number of similar (implementation,compiler) pairs: 9, namely:
Implementation | Compiler |
opt | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
opt | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
opt | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
opt | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
opt | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
opt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
Namespace violations
CROSS.o SUPERCOP_CROSSRSDPG192SMALL_REF_CROSS_keygen T
CROSS.o SUPERCOP_CROSSRSDPG192SMALL_REF_CROSS_sign T
CROSS.o SUPERCOP_CROSSRSDPG192SMALL_REF_CROSS_verify T
csprng_hash.o SUPERCOP_CROSSRSDPG192SMALL_REF_expand_digest_to_fixed_weight T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_sha3_256 T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_sha3_256_inc_absorb T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_sha3_256_inc_finalize T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_sha3_256_inc_init T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_sha3_384 T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_sha3_384_inc_absorb T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_sha3_384_inc_finalize T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_sha3_384_inc_init T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_sha3_512 T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_sha3_512_inc_absorb T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_sha3_512_inc_finalize T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_sha3_512_inc_init T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_shake128 T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_shake128_absorb T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_shake128_ctx_clone T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_shake128_inc_absorb T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_shake128_inc_finalize T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_shake128_inc_init T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_shake128_inc_squeeze T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_shake128_squeezeblocks T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_shake256 T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_shake256_absorb T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_shake256_ctx_clone T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_shake256_inc_absorb T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_shake256_inc_finalize T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_shake256_inc_init T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_shake256_inc_squeeze T
fips202.o SUPERCOP_CROSSRSDPG192SMALL_REF_shake256_squeezeblocks T
keccakf1600.o SUPERCOP_CROSSRSDPG192SMALL_REF_KeccakF1600_StateExtractBytes T
keccakf1600.o SUPERCOP_CROSSRSDPG192SMALL_REF_KeccakF1600_StatePermute T
keccakf1600.o SUPERCOP_CROSSRSDPG192SMALL_REF_KeccakF1600_StateXORBytes T
merkle.o SUPERCOP_CROSSRSDPG192SMALL_REF_recompute_root T
merkle.o SUPERCOP_CROSSRSDPG192SMALL_REF_tree_proof T
merkle.o SUPERCOP_CROSSRSDPG192SMALL_REF_tree_root T
pack_unpack.o SUPERCOP_CROSSRSDPG192SMALL_REF_pack_fp_syn T
pack_unpack.o SUPERCOP_CROSSRSDPG192SMALL_REF_pack_fp_vec T
pack_unpack.o SUPERCOP_CROSSRSDPG192SMALL_REF_pack_fz_rsdp_g_vec T
pack_unpack.o SUPERCOP_CROSSRSDPG192SMALL_REF_pack_fz_vec T
pack_unpack.o SUPERCOP_CROSSRSDPG192SMALL_REF_unpack_fp_syn T
pack_unpack.o SUPERCOP_CROSSRSDPG192SMALL_REF_unpack_fp_vec T
pack_unpack.o SUPERCOP_CROSSRSDPG192SMALL_REF_unpack_fz_rsdp_g_vec T
pack_unpack.o SUPERCOP_CROSSRSDPG192SMALL_REF_unpack_fz_vec T
seedtree.o SUPERCOP_CROSSRSDPG192SMALL_REF_gen_seed_tree T
seedtree.o SUPERCOP_CROSSRSDPG192SMALL_REF_psalt T
seedtree.o SUPERCOP_CROSSRSDPG192SMALL_REF_pseed T
seedtree.o SUPERCOP_CROSSRSDPG192SMALL_REF_ptree T
seedtree.o SUPERCOP_CROSSRSDPG192SMALL_REF_rebuild_tree T
seedtree.o SUPERCOP_CROSSRSDPG192SMALL_REF_seed_leaves T
seedtree.o SUPERCOP_CROSSRSDPG192SMALL_REF_seed_path T
Number of similar (implementation,compiler) pairs: 9, namely:
Implementation | Compiler |
ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x11BA61
at 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex_blocks_xop (chacha.S:101)
by 0x...: ??? (in /home/djb/supercop-data/saber214/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/crossrsdpg192small/opt/work/try-timecop)
by 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex (crypto_stream.c:14)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: SUPERCOP_CROSSRSDPG192SMALL_OPT_CROSS_keygen (CROSS.c:147)
by 0x...: crypto_sign_crossrsdpg192small_opt_constbranchindex_keypair (sign.c:46)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
timeout: the monitored command dumped core
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
opt | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x1224A1
at 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex_blocks_xop (chacha.S:101)
by 0x...: ??? (in /home/djb/supercop-data/saber214/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/crossrsdpg192small/opt/work/try-timecop)
by 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex (crypto_stream.c:14)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: SUPERCOP_CROSSRSDPG192SMALL_OPT_CROSS_keygen (CROSS.c:147)
by 0x...: crypto_sign_crossrsdpg192small_opt_constbranchindex_keypair (sign.c:46)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
timeout: the monitored command dumped core
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
opt | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x113161
at 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex_blocks_xop (chacha.S:101)
by 0x...: ??? (in /home/djb/supercop-data/saber214/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/crossrsdpg192small/opt/work/try-timecop)
by 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex (crypto_stream.c:14)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: SUPERCOP_CROSSRSDPG192SMALL_OPT_CROSS_keygen (CROSS.c:147)
by 0x...: crypto_sign_crossrsdpg192small_opt_constbranchindex_keypair (sign.c:46)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
timeout: the monitored command dumped core
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
opt | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x112021
at 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex_blocks_xop (chacha.S:101)
by 0x...: ??? (in /home/djb/supercop-data/saber214/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/crossrsdpg192small/opt/work/try-timecop)
by 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex (crypto_stream.c:14)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: SUPERCOP_CROSSRSDPG192SMALL_OPT_CROSS_keygen (CROSS.c:147)
by 0x...: crypto_sign_crossrsdpg192small_opt_constbranchindex_keypair (sign.c:46)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
timeout: the monitored command dumped core
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
opt | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x1193E1
at 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex_blocks_xop (chacha.S:101)
by 0x...: ??? (in /home/djb/supercop-data/saber214/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/crossrsdpg192small/opt/work/try-timecop)
by 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex (crypto_stream.c:14)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: SUPERCOP_CROSSRSDPG192SMALL_OPT_CROSS_keygen (CROSS.c:147)
by 0x...: crypto_sign_crossrsdpg192small_opt_constbranchindex_keypair (sign.c:46)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
timeout: the monitored command dumped core
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
opt | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x10A63D
at 0x...: salsa20.part.0 (try-anything.c:102)
by 0x...: salsa20 (try-anything.c:85)
by 0x...: testvector (try-anything.c:124)
by 0x...: myrandom (try-anything.c:132)
by 0x...: test (try.c:124)
by 0x...: main (try-anything.c:345)
timeout: the monitored command dumped core
Illegal instruction
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x10A28A
at 0x...: core (try-anything.c:53)
by 0x...: salsa20 (try-anything.c:101)
by 0x...: salsa20 (try-anything.c:81)
by 0x...: testvector (try-anything.c:124)
by 0x...: myrandom (try-anything.c:132)
by 0x...: test (try.c:124)
by 0x...: main (try-anything.c:345)
timeout: the monitored command dumped core
Illegal instruction
Number of similar (implementation,compiler) pairs: 2, namely:
Implementation | Compiler |
opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x1143A1
at 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex_blocks_xop (chacha.S:101)
by 0x...: ??? (in /home/djb/supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/crossrsdpg192small/opt/work/try-timecop)
by 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex (crypto_stream.c:14)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: SUPERCOP_CROSSRSDPG192SMALL_OPT_CROSS_keygen (CROSS.c:147)
by 0x...: crypto_sign_crossrsdpg192small_opt_constbranchindex_keypair (sign.c:46)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
timeout: the monitored command dumped core
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
opt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x110561
at 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex_blocks_xop (chacha.S:101)
by 0x...: ??? (in /home/djb/supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/crossrsdpg192small/opt/work/try-timecop)
by 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex (crypto_stream.c:14)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: SUPERCOP_CROSSRSDPG192SMALL_OPT_CROSS_keygen (CROSS.c:147)
by 0x...: crypto_sign_crossrsdpg192small_opt_constbranchindex_keypair (sign.c:46)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
timeout: the monitored command dumped core
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x119961
at 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex_blocks_xop (chacha.S:101)
by 0x...: ??? (in /home/djb/supercop-data/saber214/amd64/try/c/clang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/crossrsdpg192small/ref/work/try-timecop)
by 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex (crypto_stream.c:14)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: SUPERCOP_CROSSRSDPG192SMALL_REF_CROSS_keygen (CROSS.c:139)
by 0x...: crypto_sign_crossrsdpg192small_ref_constbranchindex_keypair (sign.c:46)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
timeout: the monitored command dumped core
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x11FEA1
at 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex_blocks_xop (chacha.S:101)
by 0x...: ??? (in /home/djb/supercop-data/saber214/amd64/try/c/clang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/crossrsdpg192small/ref/work/try-timecop)
by 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex (crypto_stream.c:14)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: SUPERCOP_CROSSRSDPG192SMALL_REF_CROSS_keygen (CROSS.c:139)
by 0x...: crypto_sign_crossrsdpg192small_ref_constbranchindex_keypair (sign.c:46)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
timeout: the monitored command dumped core
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x111D21
at 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex_blocks_xop (chacha.S:101)
by 0x...: ??? (in /home/djb/supercop-data/saber214/amd64/try/c/clang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/crossrsdpg192small/ref/work/try-timecop)
by 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex (crypto_stream.c:14)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: SUPERCOP_CROSSRSDPG192SMALL_REF_CROSS_keygen (CROSS.c:139)
by 0x...: crypto_sign_crossrsdpg192small_ref_constbranchindex_keypair (sign.c:46)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
timeout: the monitored command dumped core
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x110A21
at 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex_blocks_xop (chacha.S:101)
by 0x...: ??? (in /home/djb/supercop-data/saber214/amd64/try/c/clang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/crossrsdpg192small/ref/work/try-timecop)
by 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex (crypto_stream.c:14)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: SUPERCOP_CROSSRSDPG192SMALL_REF_CROSS_keygen (CROSS.c:139)
by 0x...: crypto_sign_crossrsdpg192small_ref_constbranchindex_keypair (sign.c:46)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
timeout: the monitored command dumped core
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x1184E1
at 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex_blocks_xop (chacha.S:101)
by 0x...: ??? (in /home/djb/supercop-data/saber214/amd64/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/crossrsdpg192small/ref/work/try-timecop)
by 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex (crypto_stream.c:14)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: SUPERCOP_CROSSRSDPG192SMALL_REF_CROSS_keygen (CROSS.c:139)
by 0x...: crypto_sign_crossrsdpg192small_ref_constbranchindex_keypair (sign.c:46)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
timeout: the monitored command dumped core
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Ubuntu_Clang_14.0.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x1113A1
at 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex_blocks_xop (chacha.S:101)
by 0x...: ??? (in /home/djb/supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/crossrsdpg192small/ref/work/try-timecop)
by 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex (crypto_stream.c:14)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: SUPERCOP_CROSSRSDPG192SMALL_REF_CROSS_keygen (CROSS.c:139)
by 0x...: crypto_sign_crossrsdpg192small_ref_constbranchindex_keypair (sign.c:46)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
timeout: the monitored command dumped core
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x10F2E1
at 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex_blocks_xop (chacha.S:101)
by 0x...: ??? (in /home/djb/supercop-data/saber214/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/crossrsdpg192small/ref/work/try-timecop)
by 0x...: crypto_stream_chacha20_moon_xop_64_constbranchindex (crypto_stream.c:14)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: SUPERCOP_CROSSRSDPG192SMALL_REF_CROSS_keygen (CROSS.c:139)
by 0x...: crypto_sign_crossrsdpg192small_ref_constbranchindex_keypair (sign.c:46)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
timeout: the monitored command dumped core
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0) |