Test results for amd64, alder, crypto_kem/timer
[Page version: 20250418 21:20:05]
Measurements for amd64, alder, crypto_kem
Test results for amd64, alder, crypto_kem
Test results for crypto_kem/timer
Computer: alder
Microarchitecture: amd64; Golden Cove (90675-00)
Architecture: amd64
CPU ID: GenuineIntel-00090675-00-bfebfbff
SUPERCOP version: 20250415
Operation: crypto_kem
Primitive: timer
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
53053 | 184709 512 0 | 208220 1332 1800 | avx2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
54146 | 180876 0 0 | 205252 852 1832 | avx2 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
54218 | 181797 0 0 | 205612 852 1832 | avx2 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
59548 | 141670 512 0 | 163132 1332 1800 | avx2 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
63667 | 135402 512 0 | 156724 1332 1800 | avx2 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
64634 | 136510 0 0 | 157302 844 1832 | avx2 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
66657 | 142016 0 0 | 161636 852 1768 | T!!!avx2 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
107936 | 59332 0 0 | 83356 852 1832 | ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
113850 | 76235 0 0 | 99404 812 1800 | ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
115627 | 52780 0 0 | 76804 852 1832 | ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
146464 | 63658 0 0 | 90421 852 1768 | T!!!ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
406279 | 19561 0 0 | 40470 844 1832 | ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
419523 | 22052 0 0 | 43340 812 1800 | ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
439268 | 22057 0 0 | 42453 852 1768 | T!!!ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
450205 | 19172 0 0 | 40292 812 1800 | ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20250417 | 20250415 |
Compiler output
ntt.c: ntt.c:18:23: warning: unused function 'reduce' [-Wunused-function]
ntt.c: 18 | static inline __m256i reduce(const __m256i a, const __m256i p,
ntt.c: | ^~~~~~
ntt.c: 1 warning generated.
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
avx2 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
avx2 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
avx2 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
avx2 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
Compiler output
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:146:9: error: always_inline function '_mm256_loadu_si256' requires target feature 'avx', but would be inlined into function 'fips202x4_KeccakP1600times4_AddLanesAll' that is compiled without support for 'avx'
KeccakP-1600-times4-SIMD256.c: 146 | Xor_In4( 0 );
KeccakP-1600-times4-SIMD256.c: | ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:135:42: note: expanded from macro 'Xor_In4'
KeccakP-1600-times4-SIMD256.c: 135 | #define Xor_In4( argIndex ) lanes0 = LOAD256u( curData0[argIndex]),\
KeccakP-1600-times4-SIMD256.c: | ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:44:37: note: expanded from macro 'LOAD256u'
KeccakP-1600-times4-SIMD256.c: 44 | #define LOAD256u(a) _mm256_loadu_si256((const V256 *)&(a))
KeccakP-1600-times4-SIMD256.c: | ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:146:9: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:135:42: note: expanded from macro 'Xor_In4'
KeccakP-1600-times4-SIMD256.c: 135 | #define Xor_In4( argIndex ) lanes0 = LOAD256u( curData0[argIndex]),\
KeccakP-1600-times4-SIMD256.c: | ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:44:37: note: expanded from macro 'LOAD256u'
KeccakP-1600-times4-SIMD256.c: 44 | #define LOAD256u(a) _mm256_loadu_si256((const V256 *)&(a))
KeccakP-1600-times4-SIMD256.c: | ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:146:9: error: always_inline function '_mm256_loadu_si256' requires target feature 'avx', but would be inlined into function 'fips202x4_KeccakP1600times4_AddLanesAll' that is compiled without support for 'avx'
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:136:42: note: expanded from macro 'Xor_In4'
KeccakP-1600-times4-SIMD256.c: 136 | lanes1 = LOAD256u( curData1[argIndex]),\
KeccakP-1600-times4-SIMD256.c: | ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:44:37: note: expanded from macro 'LOAD256u'
KeccakP-1600-times4-SIMD256.c: 44 | #define LOAD256u(a) _mm256_loadu_si256((const V256 *)&(a))
KeccakP-1600-times4-SIMD256.c: | ^
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:146:9: error: AVX vector return of type '__m256i' (vector of 4 'long long' values) without 'avx' enabled changes the ABI
KeccakP-1600-times4-SIMD256.c: KeccakP-1600-times4-SIMD256.c:136:42: note: expanded from macro 'Xor_In4'
KeccakP-1600-times4-SIMD256.c: ...
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_timer.a(poly.o): in function `TiMER1_vec_vec_mult_add_p':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/timer/avx2/work/poly.c:116:(.text+0x...): undefined reference to `poly_add'
try.c: /usr/bin/ld: libcrypto_kem_timer.a(poly.o): in function `TiMER1_vec_vec_mult_add_q':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/timer/avx2/work/poly.c:132:(.text+0x...): undefined reference to `poly_add'
try.c: /usr/bin/ld: libcrypto_kem_timer.a(poly.o): in function `TiMER1_matrix_vec_mult_sub':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/timer/avx2/work/poly.c:194:(.text+0x...): undefined reference to `poly_sub'
try.c: /usr/bin/ld: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/timer/avx2/work/poly.c:194:(.text+0x...): undefined reference to `poly_sub'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Compiler output
try.c: /usr/bin/ld: libcrypto_kem_timer.a(poly.o): in function `TiMER1_vec_vec_mult_add':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/timer/ref/work/poly.c:135:(.text+0x...): undefined reference to `poly_add'
try.c: /usr/bin/ld: libcrypto_kem_timer.a(poly.o): in function `TiMER1_matrix_vec_mult_sub':
try.c: .../supercop-data/alder/amd64/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/timer/ref/work/poly.c:190:(.text+0x...): undefined reference to `poly_sub'
try.c: collect2: error: ld returned 1 exit status
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
Namespace violations
KeccakP-1600-AVX2.o ALLON a
KeccakP-1600-AVX2.o KeccakF1600_FastLoop_Absorb_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_12rounds_FastLoop_Absorb_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_AddByte_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_AddBytes_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_ExtractAndAddBytes_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_ExtractBytes_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_Initialize_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_OverwriteBytes_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_OverwriteWithZeroes_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_Permute_12rounds_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_Permute_24rounds_avx2 T
KeccakP-1600-AVX2.o KeccakP1600_Permute_Nrounds_avx2 T
KeccakP-1600-AVX2.o _KeccakF1600_FastLoop_Absorb_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_12rounds_FastLoop_Absorb_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_AddByte_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_AddBytes_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_ExtractAndAddBytes_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_ExtractBytes_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_Initialize_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_OverwriteBytes_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_OverwriteWithZeroes_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_Permute_12rounds_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_Permute_24rounds_avx2 T
KeccakP-1600-AVX2.o _KeccakP1600_Permute_Nrounds_avx2 T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakF1600times4_FastLoop_Absorb T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_12rounds_FastLoop_Absorb T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_AddBytes T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_AddLanesAll T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_ExtractAndAddBytes T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_ExtractAndAddLanesAll T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_ExtractBytes T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_ExtractLanesAll T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_InitializeAll T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_OverwriteBytes T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_OverwriteLanesAll T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_OverwriteWithZeroes T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_PermuteAll_12rounds T
KeccakP-1600-times4-SIMD256.o fips202x4_KeccakP1600times4_PermuteAll_24rounds T
basemul.o TiMER_nttmul_poly_basemul_montgomery T
basemul.o TiMER_nttmul_polyvec_basemul_acc_montgomery T
cbd.o TiMER1_poly_cbd T
ciphertext.o TiMER1_computeC1 T
ciphertext.o TiMER1_computeC2 T
consts10753.o TiMER_nttmul_pdata10753 R
consts7681.o TiMER_nttmul_pdata7681 R
dg.o TiMER1_addGaussianError T
dg.o TiMER1_addGaussianErrorVec T
fips202.o fips202avx_sha3_256 T
fips202.o fips202avx_sha3_256_absorb T
fips202.o fips202avx_sha3_256_finalize T
fips202.o fips202avx_sha3_256_init T
fips202.o fips202avx_sha3_512 T
fips202.o fips202avx_sha3_512_absorb T
fips202.o fips202avx_sha3_512_finalize T
fips202.o fips202avx_sha3_512_init T
fips202.o fips202avx_shake128 T
fips202.o fips202avx_shake128_absorb T
fips202.o fips202avx_shake128_finalize T
fips202.o fips202avx_shake128_init T
fips202.o fips202avx_shake128_squeeze T
fips202.o fips202avx_shake256 T
fips202.o fips202avx_shake256_absorb T
fips202.o fips202avx_shake256_finalize T
fips202.o fips202avx_shake256_init T
fips202.o fips202avx_shake256_squeeze T
fips202x4.o fips202x4_shake128x4 T
fips202x4.o fips202x4_shake128x4_absorb_once T
fips202x4.o fips202x4_shake128x4_squeezeblocks T
fips202x4.o fips202x4_shake256x4 T
fips202x4.o fips202x4_shake256x4_absorb_once T
fips202x4.o fips202x4_shake256x4_squeezeblocks T
hash.o TiMER1_shake256_absorb_twice_squeeze T
hwt.o TiMER1_hwt T
indcpa.o TiMER1_genRx_vec T
indcpa.o TiMER1_indcpa_dec T
indcpa.o TiMER1_indcpa_enc T
indcpa.o TiMER1_indcpa_keypair T
invntt.o TiMER_nttmul_poly_invntt_tomont T
io.o TiMER1_load_from_file T
io.o TiMER1_load_from_file_pk T
io.o TiMER1_load_from_file_sk T
io.o TiMER1_load_from_string T
io.o TiMER1_load_from_string_pk T
io.o TiMER1_load_from_string_sk T
io.o TiMER1_save_to_file T
io.o TiMER1_save_to_file_pk T
io.o TiMER1_save_to_file_sk T
io.o TiMER1_save_to_string T
io.o TiMER1_save_to_string_pk T
io.o TiMER1_save_to_string_sk T
key.o TiMER1_genAx T
key.o TiMER1_genBx T
key.o TiMER1_genPubkey T
key.o TiMER1_genSx_vec T
ntt-asm.o TiMER_nttmul_poly_ntt T
ntt.o TiMER_nttmul_poly_crt T
ntt.o TiMER_nttmul_poly_mul T
ntt.o TiMER_nttmul_polyvec_crt T
ntt.o TiMER_nttmul_polyvec_invntt_tomont T
ntt.o TiMER_nttmul_polyvec_iprod T
ntt.o TiMER_nttmul_polyvec_iprod_ntt T
ntt.o TiMER_nttmul_polyvec_matrix_vector_mul T
ntt.o TiMER_nttmul_polyvec_ntt T
pack.o TiMER1_Rp2_to_bytes T
pack.o TiMER1_Rp_to_bytes T
pack.o TiMER1_Rp_vec_to_bytes T
pack.o TiMER1_Rq_mat_to_bytes T
pack.o TiMER1_Rq_to_bytes T
pack.o TiMER1_Rq_vec_to_bytes T
pack.o TiMER1_Sx_to_bytes T
pack.o TiMER1_bytes_to_Rp T
pack.o TiMER1_bytes_to_Rp2 T
pack.o TiMER1_bytes_to_Rp_vec T
pack.o TiMER1_bytes_to_Rq T
pack.o TiMER1_bytes_to_Rq_mat T
pack.o TiMER1_bytes_to_Rq_vec T
pack.o TiMER1_bytes_to_Sx T
poly.o TiMER1_matrix_vec_mult_add T
poly.o TiMER1_matrix_vec_mult_sub T
poly.o TiMER1_vec_vec_mult_add_p T
poly.o TiMER1_vec_vec_mult_add_q T
poly.o flipabs T
poly.o poly_frommsg T
poly.o poly_tomsg T
verify.o TiMER1_cmov T
verify.o TiMER1_verify T
Number of similar (implementation,compiler) pairs: 7, namely:
Implementation | Compiler |
avx2 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
avx2 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
avx2 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
avx2 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
avx2 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
avx2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
avx2 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Namespace violations
cbd.o TiMER1_poly_cbd T
ciphertext.o TiMER1_computeC1 T
ciphertext.o TiMER1_computeC2 T
dg.o TiMER1_addGaussianError T
dg.o TiMER1_addGaussianErrorVec T
fips202.o KeccakF_RoundConstants R
fips202.o sha3_256 T
fips202.o sha3_512 T
fips202.o shake128 T
fips202.o shake128_absorb T
fips202.o shake128_absorb_once T
fips202.o shake128_finalize T
fips202.o shake128_init T
fips202.o shake128_squeeze T
fips202.o shake128_squeezeblocks T
fips202.o shake256 T
fips202.o shake256_absorb T
fips202.o shake256_absorb_once T
fips202.o shake256_finalize T
fips202.o shake256_init T
fips202.o shake256_squeeze T
fips202.o shake256_squeezeblocks T
hash.o TiMER1_shake256_absorb_twice_squeeze T
hwt.o TiMER1_hwt T
indcpa.o TiMER1_genRx_vec T
indcpa.o TiMER1_indcpa_dec T
indcpa.o TiMER1_indcpa_enc T
indcpa.o TiMER1_indcpa_keypair T
io.o TiMER1_load_from_file T
io.o TiMER1_load_from_file_pk T
io.o TiMER1_load_from_file_sk T
io.o TiMER1_load_from_string T
io.o TiMER1_load_from_string_pk T
io.o TiMER1_load_from_string_sk T
io.o TiMER1_save_to_file T
io.o TiMER1_save_to_file_pk T
io.o TiMER1_save_to_file_sk T
io.o TiMER1_save_to_string T
io.o TiMER1_save_to_string_pk T
io.o TiMER1_save_to_string_sk T
key.o TiMER1_genAx T
key.o TiMER1_genBx T
key.o TiMER1_genPubkey T
key.o TiMER1_genSx_vec T
pack.o TiMER1_Rp2_to_bytes T
pack.o TiMER1_Rp_to_bytes T
pack.o TiMER1_Rp_vec_to_bytes T
pack.o TiMER1_Rq_mat_to_bytes T
pack.o TiMER1_Rq_to_bytes T
pack.o TiMER1_Rq_vec_to_bytes T
pack.o TiMER1_Sx_to_bytes T
pack.o TiMER1_bytes_to_Rp T
pack.o TiMER1_bytes_to_Rp2 T
pack.o TiMER1_bytes_to_Rp_vec T
pack.o TiMER1_bytes_to_Rq T
pack.o TiMER1_bytes_to_Rq_mat T
pack.o TiMER1_bytes_to_Rq_vec T
pack.o TiMER1_bytes_to_Sx T
poly.o TiMER1_matrix_vec_mult_add T
poly.o TiMER1_matrix_vec_mult_sub T
poly.o TiMER1_vec_vec_mult_add T
poly.o flipabs T
poly.o poly_frommsg T
poly.o poly_tomsg T
poly.o vec_vec_mult T
toomcook.o TiMER1_poly_mul_acc T
verify.o TiMER1_cmov T
verify.o TiMER1_verify T
Number of similar (implementation,compiler) pairs: 8, namely:
Implementation | Compiler |
ref | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
ref | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
ref | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
Failed TIMECOP
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:19)
by 0x...: TiMER1_computeC2 (ciphertext.c:57)
by 0x...: TiMER1_indcpa_enc (indcpa.c:116)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:19)
by 0x...: TiMER1_computeC2 (ciphertext.c:57)
by 0x...: TiMER1_indcpa_enc (indcpa.c:116)
by 0x...: crypto_kem_timer_avx2_constbranchindex_dec (kem.c:85)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
Failed TIMECOP
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:18)
by 0x...: TiMER1_computeC2 (ciphertext.c:47)
by 0x...: TiMER1_indcpa_enc (indcpa.c:101)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:18)
by 0x...: TiMER1_computeC2 (ciphertext.c:47)
by 0x...: TiMER1_indcpa_enc (indcpa.c:101)
by 0x...: crypto_kem_timer_ref_constbranchindex_dec (kem.c:85)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
Failed TIMECOP
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:18)
by 0x...: TiMER1_computeC2 (ciphertext.c:47)
by 0x...: TiMER1_indcpa_enc (indcpa.c:101)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:18)
by 0x...: TiMER1_computeC2 (ciphertext.c:47)
by 0x...: TiMER1_indcpa_enc (indcpa.c:101)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:18)
by 0x...: TiMER1_computeC2 (ciphertext.c:47)
by 0x...: TiMER1_indcpa_enc (indcpa.c:101)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:18)
by 0x...: TiMER1_computeC2 (ciphertext.c:47)
by 0x...: TiMER1_indcpa_enc (indcpa.c:101)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:18)
by 0x...: TiMER1_computeC2 (ciphertext.c:47)
by 0x...: TiMER1_indcpa_enc (indcpa.c:101)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:18)
by 0x...: TiMER1_computeC2 (ciphertext.c:47)
by 0x...: TiMER1_indcpa_enc (indcpa.c:101)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:18)
by 0x...: TiMER1_computeC2 (ciphertext.c:47)
by 0x...: TiMER1_indcpa_enc (indcpa.c:101)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:18)
by 0x...: TiMER1_computeC2 (ciphertext.c:47)
by 0x...: TiMER1_indcpa_enc (indcpa.c:101)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:18)
by 0x...: TiMER1_computeC2 (ciphertext.c:47)
by 0x...: TiMER1_indcpa_enc (indcpa.c:101)
by 0x...: crypto_kem_timer_ref_constbranchindex_dec (kem.c:85)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:18)
by 0x...: TiMER1_computeC2 (ciphertext.c:47)
by 0x...: TiMER1_indcpa_enc (indcpa.c:101)
by 0x...: crypto_kem_timer_ref_constbranchindex_dec (kem.c:85)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:18)
by 0x...: TiMER1_computeC2 (ciphertext.c:47)
by 0x...: TiMER1_indcpa_enc (indcpa.c:101)
by 0x...: crypto_kem_timer_ref_constbranchindex_dec (kem.c:85)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:18)
by 0x...: TiMER1_computeC2 (ciphertext.c:47)
by 0x...: TiMER1_indcpa_enc (indcpa.c:101)
by 0x...: crypto_kem_timer_ref_constbranchindex_dec (kem.c:85)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:18)
by 0x...: TiMER1_computeC2 (ciphertext.c:47)
by 0x...: TiMER1_indcpa_enc (indcpa.c:101)
by 0x...: crypto_kem_timer_ref_constbranchindex_dec (kem.c:85)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:18)
by 0x...: TiMER1_computeC2 (ciphertext.c:47)
by 0x...: TiMER1_indcpa_enc (indcpa.c:101)
by 0x...: crypto_kem_timer_ref_constbranchindex_dec (kem.c:85)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:18)
by 0x...: TiMER1_computeC2 (ciphertext.c:47)
by 0x...: TiMER1_indcpa_enc (indcpa.c:101)
by 0x...: crypto_kem_timer_ref_constbranchindex_dec (kem.c:85)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:18)
by 0x...: TiMER1_computeC2 (ciphertext.c:47)
by 0x...: TiMER1_indcpa_enc (indcpa.c:101)
by 0x...: crypto_kem_timer_ref_constbranchindex_dec (kem.c:85)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
TIMECOP error (can be valgrind bug)
error 132
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:19)
by 0x...: TiMER1_computeC2 (ciphertext.c:57)
by 0x...: TiMER1_indcpa_enc (indcpa.c:116)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:19)
by 0x...: TiMER1_computeC2 (ciphertext.c:57)
by 0x...: TiMER1_indcpa_enc (indcpa.c:116)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:19)
by 0x...: TiMER1_computeC2 (ciphertext.c:57)
by 0x...: TiMER1_indcpa_enc (indcpa.c:116)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:19)
by 0x...: TiMER1_computeC2 (ciphertext.c:57)
by 0x...: TiMER1_indcpa_enc (indcpa.c:116)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:19)
by 0x...: TiMER1_computeC2 (ciphertext.c:57)
by 0x...: TiMER1_indcpa_enc (indcpa.c:116)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:19)
by 0x...: TiMER1_computeC2 (ciphertext.c:57)
by 0x...: TiMER1_indcpa_enc (indcpa.c:116)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:19)
by 0x...: TiMER1_computeC2 (ciphertext.c:57)
by 0x...: TiMER1_indcpa_enc (indcpa.c:116)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:19)
by 0x...: TiMER1_computeC2 (ciphertext.c:57)
by 0x...: TiMER1_indcpa_enc (indcpa.c:116)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x110979
at 0x...: TiMER1_bytes_to_Sx (pack.c:331)
by 0x...: TiMER1_load_from_string_sk (io.c:58)
by 0x...: TiMER1_indcpa_dec (indcpa.c:142)
by 0x...: crypto_kem_timer_avx2_constbranchindex_dec (kem.c:79)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
TIMECOP error (can be valgrind bug)
error 132
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:19)
by 0x...: TiMER1_computeC2 (ciphertext.c:57)
by 0x...: TiMER1_indcpa_enc (indcpa.c:116)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:19)
by 0x...: TiMER1_computeC2 (ciphertext.c:57)
by 0x...: TiMER1_indcpa_enc (indcpa.c:116)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:19)
by 0x...: TiMER1_computeC2 (ciphertext.c:57)
by 0x...: TiMER1_indcpa_enc (indcpa.c:116)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:19)
by 0x...: TiMER1_computeC2 (ciphertext.c:57)
by 0x...: TiMER1_indcpa_enc (indcpa.c:116)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:19)
by 0x...: TiMER1_computeC2 (ciphertext.c:57)
by 0x...: TiMER1_indcpa_enc (indcpa.c:116)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:19)
by 0x...: TiMER1_computeC2 (ciphertext.c:57)
by 0x...: TiMER1_indcpa_enc (indcpa.c:116)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:19)
by 0x...: TiMER1_computeC2 (ciphertext.c:57)
by 0x...: TiMER1_indcpa_enc (indcpa.c:116)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:19)
by 0x...: TiMER1_computeC2 (ciphertext.c:57)
by 0x...: TiMER1_indcpa_enc (indcpa.c:116)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x10F949
at 0x...: TiMER1_bytes_to_Sx (pack.c:331)
by 0x...: TiMER1_load_from_string_sk (io.c:58)
by 0x...: TiMER1_indcpa_dec (indcpa.c:142)
by 0x...: crypto_kem_timer_avx2_constbranchindex_dec (kem.c:79)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_19.1.7_(3)) |
TIMECOP error (can be valgrind bug)
error 132
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:19)
by 0x...: TiMER1_computeC2 (ciphertext.c:57)
by 0x...: TiMER1_indcpa_enc (indcpa.c:116)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_avx2_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x10C22C
at 0x...: TiMER1_bytes_to_Sx (pack.c:330)
by 0x...: TiMER1_load_from_string_sk (io.c:58)
by 0x...: TiMER1_indcpa_dec (indcpa.c:142)
by 0x...: crypto_kem_timer_avx2_constbranchindex_dec (kem.c:79)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Illegal instruction
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
avx2 | clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x11522C
at 0x...: sp_cbd1 (cbd.c:36)
by 0x...: TiMER1_poly_cbd (cbd.c:41)
by 0x...: TiMER1_genRx_vec (indcpa.c:25)
by 0x...: TiMER1_indcpa_enc (indcpa.c:95)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
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 (Debian_Clang_19.1.7_(3)) |
TIMECOP error (can be valgrind bug)
error 132
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x1153EC
at 0x...: sp_cbd1 (cbd.c:36)
by 0x...: TiMER1_poly_cbd (cbd.c:41)
by 0x...: TiMER1_genRx_vec (indcpa.c:25)
by 0x...: TiMER1_indcpa_enc (indcpa.c:95)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
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 (Debian_Clang_19.1.7_(3)) |
TIMECOP error (can be valgrind bug)
error 132
Conditional jump or move depends on uninitialised value(s)
at 0x...: poly_frommsg (poly.c:18)
by 0x...: TiMER1_computeC2 (ciphertext.c:47)
by 0x...: TiMER1_indcpa_enc (indcpa.c:101)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:48)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a client request
at 0x...: poison (try-anything.c:281)
by 0x...: randombytes_callback (try-anything.c:312)
by 0x...: crypto_kem_timer_ref_constbranchindex_enc (kem.c:42)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Process terminating with default action of signal 4 (SIGILL)
Illegal opcode at address 0x10CD26
at 0x...: TiMER1_bytes_to_Sx (pack.c:321)
by 0x...: TiMER1_load_from_string_sk (io.c:58)
by 0x...: TiMER1_indcpa_dec (indcpa.c:127)
by 0x...: crypto_kem_timer_ref_constbranchindex_dec (kem.c:79)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
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 (Debian_Clang_11.0.1) |
Passed TIMECOP
TIMECOP iterations: 1
Number of similar (implementation,compiler) pairs: 6, namely:
Implementation | Compiler |
avx2 | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
avx2 | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
avx2 | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |
ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (14.2.0) |
ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (10.2.1_20210110) |