Implementation notes: amd64, hydra7, crypto_sign/dilithium3

Computer: hydra7
Microarchitecture: amd64; Sandy Bridge+AES (206a7)
Architecture: amd64
CPU ID: GenuineIntel-000206a7-bfebfbff
SUPERCOP version: 20240625
Operation: crypto_sign
Primitive: dilithium3
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
201407439520 0 058933 812 1792T!!!refgcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
208775521224 0 039501 812 1792T!!!refgcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
233234118618 0 035373 804 1760T!!!refgcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625
236652519760 0 037685 812 1792T!!!refgcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062720240625

Compiler output


fips202x4.c: In file included from /usr/lib/gcc/x86_64-linux-gnu/11/include/immintrin.h:47,
fips202x4.c:                  from fips202x4.c:3:
fips202x4.c: fips202x4.c: In function 'keccakx4_absorb_once':
fips202x4.c: /usr/lib/gcc/x86_64-linux-gnu/11/include/avx2intrin.h:913:1: error: inlining failed in call to 'always_inline' '_mm256_xor_si256': target specific option mismatch
fips202x4.c:   913 | _mm256_xor_si256 (__m256i __A, __m256i __B)
fips202x4.c:       | ^~~~~~~~~~~~~~~~
fips202x4.c: fips202x4.c:28:14: note: called from here
fips202x4.c:    28 |       s[i] = _mm256_xor_si256(s[i], t);
fips202x4.c:       |              ^~~~~~~~~~~~~~~~~~~~~~~~~
fips202x4.c: In file included from /usr/lib/gcc/x86_64-linux-gnu/11/include/immintrin.h:47,
fips202x4.c:                  from fips202x4.c:3:
fips202x4.c: /usr/lib/gcc/x86_64-linux-gnu/11/include/avx2intrin.h:1542:1: error: inlining failed in call to 'always_inline' '_mm256_i64gather_epi64': target specific option mismatch
fips202x4.c:  1542 | _mm256_i64gather_epi64 (long long int const *__base,
fips202x4.c:       | ^~~~~~~~~~~~~~~~~~~~~~
fips202x4.c: fips202x4.c:27:11: note: called from here
fips202x4.c:    27 |       t = _mm256_i64gather_epi64((long long *)pos, idx, 1);
fips202x4.c:       |           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
fips202x4.c: In file included from /usr/lib/gcc/x86_64-linux-gnu/11/include/immintrin.h:47,
fips202x4.c:                  from fips202x4.c:3:
fips202x4.c: /usr/lib/gcc/x86_64-linux-gnu/11/include/avx2intrin.h:913:1: error: inlining failed in call to 'always_inline' '_mm256_xor_si256': target specific option mismatch
fips202x4.c:   913 | _mm256_xor_si256 (__m256i __A, __m256i __B)
fips202x4.c:       | ^~~~~~~~~~~~~~~~
fips202x4.c: fips202x4.c:38:12: note: called from here
fips202x4.c:    38 |     s[i] = _mm256_xor_si256(s[i], t);
fips202x4.c:       |            ^~~~~~~~~~~~~~~~~~~~~~~~~
fips202x4.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
avx2gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
avx2gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
avx2gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
avx2gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Compiler output


polyvec.c: polyvec.c: In function 'crypto_sign_dilithium3_ref_constbranchindex_polyvecl_uniform_gamma1':
polyvec.c: <command-line>: warning: 'crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_gamma1' reading 48 bytes from a region of size 32 [-Wstringop-overread]
polyvec.c: <command-line>: note: in definition of macro 'CRYPTO_NAMESPACE'
polyvec.c: poly.h:51:29: note: in expansion of macro 'DILITHIUM_NAMESPACE'
polyvec.c:    51 | #define poly_uniform_gamma1 DILITHIUM_NAMESPACE(poly_uniform_gamma1)
polyvec.c:       |                             ^~~~~~~~~~~~~~~~~~~
polyvec.c: polyvec.c:47:5: note: in expansion of macro 'poly_uniform_gamma1'
polyvec.c:    47 |     poly_uniform_gamma1(&v->vec[i], seed, L*nonce + i);
polyvec.c:       |     ^~~~~~~~~~~~~~~~~~~
polyvec.c: <command-line>: note: referencing argument 2 of type 'const uint8_t *' {aka 'const unsigned char *'}
polyvec.c: <command-line>: note: in definition of macro 'CRYPTO_NAMESPACE'
polyvec.c: poly.h:51:29: note: in expansion of macro 'DILITHIUM_NAMESPACE'
polyvec.c:    51 | #define poly_uniform_gamma1 DILITHIUM_NAMESPACE(poly_uniform_gamma1)
polyvec.c:       |                             ^~~~~~~~~~~~~~~~~~~
polyvec.c: polyvec.c:47:5: note: in expansion of macro 'poly_uniform_gamma1'
polyvec.c:    47 |     poly_uniform_gamma1(&v->vec[i], seed, L*nonce + i);
polyvec.c:       |     ^~~~~~~~~~~~~~~~~~~
polyvec.c: <command-line>: note: in a call to function 'crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_gamma1'
polyvec.c: <command-line>: note: in definition of macro 'CRYPTO_NAMESPACE'
polyvec.c: poly.h:51:29: note: in expansion of macro 'DILITHIUM_NAMESPACE'
polyvec.c:    51 | #define poly_uniform_gamma1 DILITHIUM_NAMESPACE(poly_uniform_gamma1)
polyvec.c:       |                             ^~~~~~~~~~~~~~~~~~~
polyvec.c: poly.h:52:6: note: in expansion of macro 'poly_uniform_gamma1'
polyvec.c:    52 | void poly_uniform_gamma1(poly *a,
polyvec.c:       |      ^~~~~~~~~~~~~~~~~~~

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)
refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Failed TIMECOP


Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (poly.c:343)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:39)
   by 0x...: test (try.c:128)
   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_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:426)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:42)
   by 0x...: test (try.c:128)
   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_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:428)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:42)
   by 0x...: test (try.c:128)
   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_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:428)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:42)
   by 0x...: test (try.c:128)
   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_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:426)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:43)
   by 0x...: test (try.c:128)
   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_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:428)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:43)
   by 0x...: test (try.c:128)
   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_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:428)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:43)
   by 0x...: test (try.c:128)
   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_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (poly.c:343)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Use of uninitialised value of size 8
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:166)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_make_hint (rounding.c:68)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_make_hint (poly.c:249)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_make_hint (polyvec.c:393)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:170)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 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...: main (try-anything.c:351)

Use of uninitialised value of size 8
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 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...: main (try-anything.c:351)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 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...: main (try-anything.c:351)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 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...: main (try-anything.c:351)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 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...: main (try-anything.c:351)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Failed TIMECOP


Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (poly.c:343)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:39)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a client request
   at 0x...: randombytes_callback (try-anything.c:301)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:426)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:42)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a client request
   at 0x...: randombytes_callback (try-anything.c:301)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:428)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:42)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a client request
   at 0x...: randombytes_callback (try-anything.c:301)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:428)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:42)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a client request
   at 0x...: randombytes_callback (try-anything.c:301)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:426)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:43)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a client request
   at 0x...: randombytes_callback (try-anything.c:301)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:428)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:43)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a client request
   at 0x...: randombytes_callback (try-anything.c:301)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:428)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:43)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a client request
   at 0x...: randombytes_callback (try-anything.c:301)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (poly.c:343)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Use of uninitialised value of size 8
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:166)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_make_hint (rounding.c:68)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_make_hint (poly.c:249)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_make_hint (polyvec.c:393)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:170)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (poly.c:343)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:39)
   by 0x...: predoit (try.c:104)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a client request
   at 0x...: randombytes_callback (try-anything.c:301)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: predoit (try.c:104)
   by 0x...: main (try-anything.c:351)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:426)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:42)
   by 0x...: predoit (try.c:104)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a client request
   at 0x...: randombytes_callback (try-anything.c:301)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: predoit (try.c:104)
   by 0x...: main (try-anything.c:351)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:428)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:42)
   by 0x...: predoit (try.c:104)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a client request
   at 0x...: randombytes_callback (try-anything.c:301)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: predoit (try.c:104)
   by 0x...: main (try-anything.c:351)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:428)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:42)
   by 0x...: predoit (try.c:104)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a client request
   at 0x...: randombytes_callback (try-anything.c:301)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: predoit (try.c:104)
   by 0x...: main (try-anything.c:351)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:426)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:43)
   by 0x...: predoit (try.c:104)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a client request
   at 0x...: randombytes_callback (try-anything.c:301)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: predoit (try.c:104)
   by 0x...: main (try-anything.c:351)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:428)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:43)
   by 0x...: predoit (try.c:104)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a client request
   at 0x...: randombytes_callback (try-anything.c:301)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: predoit (try.c:104)
   by 0x...: main (try-anything.c:351)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:428)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:43)
   by 0x...: predoit (try.c:104)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a client request
   at 0x...: randombytes_callback (try-anything.c:301)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: predoit (try.c:104)
   by 0x...: main (try-anything.c:351)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a client request
   at 0x...: randombytes_callback (try-anything.c:301)
   by 0x...: main (try-anything.c:351)

Use of uninitialised value of size 8
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a client request
   at 0x...: randombytes_callback (try-anything.c:301)
   by 0x...: main (try-anything.c:351)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a client request
   at 0x...: randombytes_callback (try-anything.c:301)
   by 0x...: main (try-anything.c:351)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a client request
   at 0x...: randombytes_callback (try-anything.c:301)
   by 0x...: main (try-anything.c:351)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a client request
   at 0x...: randombytes_callback (try-anything.c:301)
   by 0x...: main (try-anything.c:351)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Failed TIMECOP


Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (poly.c:343)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:39)
   by 0x...: test (try.c:128)
   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_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:426)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:42)
   by 0x...: test (try.c:128)
   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_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:428)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:42)
   by 0x...: test (try.c:128)
   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_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:426)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:43)
   by 0x...: test (try.c:128)
   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_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:428)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:43)
   by 0x...: test (try.c:128)
   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_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (poly.c:343)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Use of uninitialised value of size 8
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:166)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_make_hint (rounding.c:68)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_make_hint (poly.c:249)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_make_hint (polyvec.c:393)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:170)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 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...: predoit (try.c:108)
   by 0x...: main (try-anything.c:351)

Use of uninitialised value of size 8
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 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...: predoit (try.c:108)
   by 0x...: main (try-anything.c:351)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 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...: predoit (try.c:108)
   by 0x...: main (try-anything.c:351)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 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...: predoit (try.c:108)
   by 0x...: main (try-anything.c:351)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 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...: predoit (try.c:108)
   by 0x...: main (try-anything.c:351)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)

Failed TIMECOP


Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (poly.c:343)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:39)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a client request
   at 0x...: poison (try-anything.c:281)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:426)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:42)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a client request
   at 0x...: poison (try-anything.c:281)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:428)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:42)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a client request
   at 0x...: poison (try-anything.c:281)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:428)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:42)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a client request
   at 0x...: poison (try-anything.c:281)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:426)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:43)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a client request
   at 0x...: poison (try-anything.c:281)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:428)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:43)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a client request
   at 0x...: poison (try-anything.c:281)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_eta (poly.c:428)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:43)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a client request
   at 0x...: poison (try-anything.c:281)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (poly.c:343)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Use of uninitialised value of size 8
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:166)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_make_hint (rounding.c:68)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_make_hint (poly.c:249)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_polyveck_make_hint (polyvec.c:393)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:170)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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:144)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a client request
   at 0x...: poison (try-anything.c:281)
   by 0x...: main (try-anything.c:351)

Use of uninitialised value of size 8
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a client request
   at 0x...: poison (try-anything.c:281)
   by 0x...: main (try-anything.c:351)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a client request
   at 0x...: poison (try-anything.c:281)
   by 0x...: main (try-anything.c:351)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a client request
   at 0x...: poison (try-anything.c:281)
   by 0x...: main (try-anything.c:351)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium3_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium3_ref_constbranchindex (sign.c:206)
   by 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a client request
   at 0x...: poison (try-anything.c:281)
   by 0x...: main (try-anything.c:351)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (11.4.0)