Implementation notes: amd64, hunsnivy, crypto_sign/dilithium5aes

Computer: hunsnivy
Microarchitecture: amd64; Ivy Bridge+AES (306a9)
Architecture: amd64
CPU ID: GenuineIntel-000306a9-bfebfbff
SUPERCOP version: 20240625
Operation: crypto_sign
Primitive: dilithium5aes
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
643090042515 0 062416 820 1720T!!!refclang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
666495644484 0 065992 820 1720T!!!refclang_-march=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
699138545274 0 064264 788 1784T!!!refgcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
708999534341 0 054152 820 1720T!!!refclang_-march=native_-O2_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
731655423020 0 039934 812 1720T!!!refclang_-march=native_-Os_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
745601225071 0 043320 788 1784T!!!refgcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
821803623520 0 041392 788 1784T!!!refgcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
836003824977 0 042654 812 1720T!!!refclang_-march=native_-O_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625
1164326021939 0 038760 780 1752T!!!refgcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall2024062920240625

Compiler output


poly.c: poly.c:50:9: error: always_inline function '_mm256_add_epi32' requires target feature 'avx2', but would be inlined into function 'crypto_sign_dilithium5aes_avx2_constbranchindex_poly_reduce' that is compiled without support for 'avx2'
poly.c:     g = _mm256_add_epi32(f,off);
poly.c:         ^
poly.c: poly.c:51:9: error: always_inline function '_mm256_srai_epi32' requires target feature 'avx2', but would be inlined into function 'crypto_sign_dilithium5aes_avx2_constbranchindex_poly_reduce' that is compiled without support for 'avx2'
poly.c:     g = _mm256_srai_epi32(g,23);
poly.c:         ^
poly.c: poly.c:52:9: error: always_inline function '_mm256_mullo_epi32' requires target feature 'avx2', but would be inlined into function 'crypto_sign_dilithium5aes_avx2_constbranchindex_poly_reduce' that is compiled without support for 'avx2'
poly.c:     g = _mm256_mullo_epi32(g,q);
poly.c:         ^
poly.c: poly.c:53:9: error: always_inline function '_mm256_sub_epi32' requires target feature 'avx2', but would be inlined into function 'crypto_sign_dilithium5aes_avx2_constbranchindex_poly_reduce' that is compiled without support for 'avx2'
poly.c:     f = _mm256_sub_epi32(f,g);
poly.c:         ^
poly.c: 4 errors generated.

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
avx2clang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
avx2clang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
avx2clang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
avx2clang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Compiler output


aes256ctr.c: aes256ctr.c:90:3: error: '__builtin_ia32_aeskeygenassist128' needs target feature aes
aes256ctr.c:   BLOCK1(0x01);
aes256ctr.c:   ^
aes256ctr.c: aes256ctr.c:71:11: note: expanded from macro 'BLOCK1'
aes256ctr.c:   temp1 = _mm_aeskeygenassist_si128(temp2, IMM);                        \
aes256ctr.c:           ^
aes256ctr.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/__wmmintrin_aes.h:136:12: note: expanded from macro '_mm_aeskeygenassist_si128'
aes256ctr.c:   (__m128i)__builtin_ia32_aeskeygenassist128((__v2di)(__m128i)(C), (int)(R))
aes256ctr.c:            ^
aes256ctr.c: aes256ctr.c:91:3: error: '__builtin_ia32_aeskeygenassist128' needs target feature aes
aes256ctr.c:   BLOCK2(0x01);
aes256ctr.c:   ^
aes256ctr.c: aes256ctr.c:81:11: note: expanded from macro 'BLOCK2'
aes256ctr.c:   temp1 = _mm_aeskeygenassist_si128(temp0, IMM);                        \
aes256ctr.c:           ^
aes256ctr.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/__wmmintrin_aes.h:136:12: note: expanded from macro '_mm_aeskeygenassist_si128'
aes256ctr.c:   (__m128i)__builtin_ia32_aeskeygenassist128((__v2di)(__m128i)(C), (int)(R))
aes256ctr.c:            ^
aes256ctr.c: aes256ctr.c:93:3: error: '__builtin_ia32_aeskeygenassist128' needs target feature aes
aes256ctr.c:   BLOCK1(0x02);
aes256ctr.c:   ^
aes256ctr.c: aes256ctr.c:71:11: note: expanded from macro 'BLOCK1'
aes256ctr.c:   temp1 = _mm_aeskeygenassist_si128(temp2, IMM);                        \
aes256ctr.c:           ^
aes256ctr.c: /usr/lib/llvm-11/lib/clang/11.0.1/include/__wmmintrin_aes.h:136:12: note: expanded from macro '_mm_aeskeygenassist_si128'
aes256ctr.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
avx2clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Compiler output


poly.c: In file included from /usr/lib/gcc/x86_64-linux-gnu/10/include/immintrin.h:53,
poly.c:                  from poly.c:2:
poly.c: poly.c: In function 'crypto_sign_dilithium5aes_avx2_constbranchindex_poly_reduce':
poly.c: /usr/lib/gcc/x86_64-linux-gnu/10/include/avx2intrin.h:815:1: error: inlining failed in call to 'always_inline' '_mm256_sub_epi32': target specific option mismatch
poly.c:   815 | _mm256_sub_epi32 (__m256i __A, __m256i __B)
poly.c:       | ^~~~~~~~~~~~~~~~
poly.c: poly.c:53:9: note: called from here
poly.c:    53 |     f = _mm256_sub_epi32(f,g);
poly.c:       |         ^~~~~~~~~~~~~~~~~~~~~
poly.c: In file included from /usr/lib/gcc/x86_64-linux-gnu/10/include/immintrin.h:53,
poly.c:                  from poly.c:2:
poly.c: /usr/lib/gcc/x86_64-linux-gnu/10/include/avx2intrin.h:560:1: error: inlining failed in call to 'always_inline' '_mm256_mullo_epi32': target specific option mismatch
poly.c:   560 | _mm256_mullo_epi32 (__m256i __A, __m256i __B)
poly.c:       | ^~~~~~~~~~~~~~~~~~
poly.c: poly.c:52:9: note: called from here
poly.c:    52 |     g = _mm256_mullo_epi32(g,q);
poly.c:       |         ^~~~~~~~~~~~~~~~~~~~~~~
poly.c: In file included from /usr/lib/gcc/x86_64-linux-gnu/10/include/immintrin.h:53,
poly.c:                  from poly.c:2:
poly.c: /usr/lib/gcc/x86_64-linux-gnu/10/include/avx2intrin.h:724:1: error: inlining failed in call to 'always_inline' '_mm256_srai_epi32': target specific option mismatch
poly.c:   724 | _mm256_srai_epi32 (__m256i __A, int __B)
poly.c:       | ^~~~~~~~~~~~~~~~~
poly.c: poly.c:51:9: note: called from here
poly.c:    51 |     g = _mm256_srai_epi32(g,23);
poly.c:       |         ^~~~~~~~~~~~~~~~~~~~~~~
poly.c: ...

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

Failed TIMECOP


Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (poly.c:343)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:39)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:39)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:39)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:39)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:39)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:39)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:39)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:39)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:39)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:39)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:39)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:39)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_make_hint (rounding.c:68)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_make_hint (poly.c:249)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_make_hint (polyvec.c:393)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:170)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:39)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:39)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Number of similar (implementation,compiler) pairs: 2, namely:
ImplementationCompiler
refclang -march=native -O2 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)
refclang -march=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Failed TIMECOP


Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (poly.c:343)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:166)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_make_hint (rounding.c:68)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_make_hint (poly.c:249)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_make_hint (polyvec.c:393)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:170)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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
refclang -march=native -O -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Failed TIMECOP


Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (poly.c:343)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:166)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_make_hint (rounding.c:68)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_make_hint (poly.c:249)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_make_hint (polyvec.c:393)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:170)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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...: poison (try-anything.c:281)
   by 0x...: randombytes_callback (try-anything.c:312)
   by 0x...: crypto_sign_dilithium5aes_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_uniform (poly.c:343)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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...: poison (try-anything.c:281)
   by 0x...: randombytes_callback (try-anything.c:312)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium5aes_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
refclang -march=native -Os -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Failed TIMECOP


Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (poly.c:343)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_make_hint (rounding.c:68)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_make_hint (poly.c:249)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_make_hint (polyvec.c:393)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:170)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_keypair (sign.c:32)
   by 0x...: test (try.c:128)
   by 0x...: main (try-anything.c:345)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_11.0.1)

Failed TIMECOP


Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (poly.c:343)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:166)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_make_hint (rounding.c:68)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_make_hint (poly.c:249)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_make_hint (polyvec.c:393)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:170)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium5aes_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 (10.2.1_20210110)

Failed TIMECOP


Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (poly.c:343)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:39)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:39)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:166)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_make_hint (rounding.c:68)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_make_hint (poly.c:249)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_make_hint (polyvec.c:393)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:170)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:39)
   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_uniform (poly.c:343)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:39)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium5aes_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 (10.2.1_20210110)

Failed TIMECOP


Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (poly.c:343)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:166)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_make_hint (rounding.c:68)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_make_hint (poly.c:249)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_make_hint (polyvec.c:393)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:170)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium5aes_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 (10.2.1_20210110)

Failed TIMECOP


Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (poly.c:343)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:39)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:39)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_uniform_eta (polyvec.c:40)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:42)
   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:417)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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:421)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_uniform_eta (poly.c:465)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_uniform_eta (polyvec.c:173)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_keypair (sign.c:43)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:375)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   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_dilithium5aes_ref_constbranchindex_poly_uniform (poly.c:384)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvec_matrix_expand (polyvec.c:22)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:116)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex (sign.c:206)
   by 0x...: test (try.c:145)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyvecl_chknorm (polyvec.c:159)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:150)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:159)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_chknorm (poly.c:303)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_chknorm (polyvec.c:326)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:166)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_make_hint (rounding.c:68)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_poly_make_hint (poly.c:249)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_polyveck_make_hint (polyvec.c:393)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:170)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:533)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_poly_challenge (poly.c:535)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:142)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_pack_sig (packing.c:178)
   by 0x...: crypto_sign_dilithium5aes_ref_constbranchindex_signature (sign.c:175)
   by 0x...: crypto_sign_dilithium5aes_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_dilithium5aes_ref_constbranchindex_signature (sign.c:171)
   by 0x...: crypto_sign_dilithium5aes_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 (10.2.1_20210110)