Test results for armeabi, tinker, crypto_kem/kyber90s1024

[Page version: 20241215 22:35:41]

Measurements for armeabi, tinker, crypto_kem Test results for armeabi, tinker, crypto_kem Test results for crypto_kem/kyber90s1024
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20241022
Operation: crypto_kem
Primitive: kyber90s1024
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
354560670182 0 087410 432 1552refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
443128746374 0 059509 396 1544refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
450361453104 0 067849 404 1544refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024111720241022

Compiler output


aes256ctr.c: aes256ctr.c:557:64: warning: argument 3 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
aes256ctr.c:   557 | void aes256ctr_prf(uint8_t *out, size_t outlen, const uint8_t *key, const uint8_t *nonce)
aes256ctr.c:       |                                                 ~~~~~~~~~~~~~~~^~~
aes256ctr.c: In file included from aes256ctr.c:27:
aes256ctr.c: aes256ctr.h:21:34: note: previously declared as an array ‘const uint8_t[32]’ {aka ‘const unsigned char[32]’}
aes256ctr.c:    21 |                    const uint8_t key[32],
aes256ctr.c:       |                    ~~~~~~~~~~~~~~^~~~~~~
aes256ctr.c: aes256ctr.c:557:84: warning: argument 4 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
aes256ctr.c:   557 | void aes256ctr_prf(uint8_t *out, size_t outlen, const uint8_t *key, const uint8_t *nonce)
aes256ctr.c:       |                                                                     ~~~~~~~~~~~~~~~^~~~~
aes256ctr.c: aes256ctr.h:22:34: note: previously declared as an array ‘const uint8_t[12]’ {aka ‘const unsigned char[12]’}
aes256ctr.c:    22 |                    const uint8_t nonce[12]);
aes256ctr.c:       |                    ~~~~~~~~~~~~~~^~~~~~~~~
aes256ctr.c: aes256ctr.c:565:54: warning: argument 2 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
aes256ctr.c:   565 | void aes256ctr_init(aes256ctr_ctx *s, const uint8_t *key, const uint8_t *nonce)
aes256ctr.c:       |                                       ~~~~~~~~~~~~~~~^~~
aes256ctr.c: aes256ctr.h:26:35: note: previously declared as an array ‘const uint8_t[32]’ {aka ‘const unsigned char[32]’}
aes256ctr.c:    26 |                     const uint8_t key[32],
aes256ctr.c:       |                     ~~~~~~~~~~~~~~^~~~~~~
aes256ctr.c: aes256ctr.c:565:74: warning: argument 3 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
aes256ctr.c:   565 | void aes256ctr_init(aes256ctr_ctx *s, const uint8_t *key, const uint8_t *nonce)
aes256ctr.c:       |                                                           ~~~~~~~~~~~~~~~^~~~~
aes256ctr.c: aes256ctr.h:27:35: note: previously declared as an array ‘const uint8_t[12]’ {aka ‘const unsigned char[12]’}
aes256ctr.c:    27 |                     const uint8_t nonce[12]);
aes256ctr.c:       |                     ~~~~~~~~~~~~~~^~~~~~~~~
aes256ctr.c: ...

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

Compiler output


aes256ctr.c: aes256ctr.c:557:64: warning: argument 3 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
aes256ctr.c:   557 | void aes256ctr_prf(uint8_t *out, size_t outlen, const uint8_t *key, const uint8_t *nonce)
aes256ctr.c:       |                                                 ~~~~~~~~~~~~~~~^~~
aes256ctr.c: In file included from aes256ctr.c:27:
aes256ctr.c: aes256ctr.h:21:34: note: previously declared as an array ‘const uint8_t[32]’ {aka ‘const unsigned char[32]’}
aes256ctr.c:    21 |                    const uint8_t key[32],
aes256ctr.c:       |                    ~~~~~~~~~~~~~~^~~~~~~
aes256ctr.c: aes256ctr.c:557:84: warning: argument 4 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
aes256ctr.c:   557 | void aes256ctr_prf(uint8_t *out, size_t outlen, const uint8_t *key, const uint8_t *nonce)
aes256ctr.c:       |                                                                     ~~~~~~~~~~~~~~~^~~~~
aes256ctr.c: aes256ctr.h:22:34: note: previously declared as an array ‘const uint8_t[12]’ {aka ‘const unsigned char[12]’}
aes256ctr.c:    22 |                    const uint8_t nonce[12]);
aes256ctr.c:       |                    ~~~~~~~~~~~~~~^~~~~~~~~
aes256ctr.c: aes256ctr.c:565:54: warning: argument 2 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
aes256ctr.c:   565 | void aes256ctr_init(aes256ctr_ctx *s, const uint8_t *key, const uint8_t *nonce)
aes256ctr.c:       |                                       ~~~~~~~~~~~~~~~^~~
aes256ctr.c: aes256ctr.h:26:35: note: previously declared as an array ‘const uint8_t[32]’ {aka ‘const unsigned char[32]’}
aes256ctr.c:    26 |                     const uint8_t key[32],
aes256ctr.c:       |                     ~~~~~~~~~~~~~~^~~~~~~
aes256ctr.c: aes256ctr.c:565:74: warning: argument 3 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
aes256ctr.c:   565 | void aes256ctr_init(aes256ctr_ctx *s, const uint8_t *key, const uint8_t *nonce)
aes256ctr.c:       |                                                           ~~~~~~~~~~~~~~~^~~~~
aes256ctr.c: aes256ctr.h:27:35: note: previously declared as an array ‘const uint8_t[12]’ {aka ‘const unsigned char[12]’}
aes256ctr.c:    27 |                     const uint8_t nonce[12]);
aes256ctr.c:       |                     ~~~~~~~~~~~~~~^~~~~~~~~
kem.c: kem.c:23:32: warning: argument 1 of type ‘uint8_t[1568]’ {aka ‘unsigned char[1568]’} with mismatched bound [-Warray-parameter=]
kem.c:    23 | int crypto_kem_keypair(uint8_t pk[KYBER_PUBLICKEYBYTES],
kem.c:       |                        ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
kem.c: In file included from kem.c:4:
kem.c: kem.h:33:33: note: previously declared as ‘uint8_t *’ {aka ‘unsigned char *’}
kem.c:    33 | int crypto_kem_keypair(uint8_t *pk, uint8_t *sk);
kem.c:       |                        ~~~~~~~~~^~
kem.c: kem.c:24:32: warning: argument 2 of type ‘uint8_t[3168]’ {aka ‘unsigned char[3168]’} with mismatched bound [-Warray-parameter=]
kem.c:    24 |                        uint8_t sk[KYBER_SECRETKEYBYTES])
kem.c:       |                        ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
kem.c: kem.h:33:46: note: previously declared as ‘uint8_t *’ {aka ‘unsigned char *’}
kem.c:    33 | int crypto_kem_keypair(uint8_t *pk, uint8_t *sk);
kem.c:       |                                     ~~~~~~~~~^~
kem.c: kem.c:51:28: warning: argument 1 of type ‘uint8_t[1568]’ {aka ‘unsigned char[1568]’} with mismatched bound [-Warray-parameter=]
kem.c:    51 | int crypto_kem_enc(uint8_t ct[KYBER_CIPHERTEXTBYTES],
kem.c:       |                    ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
kem.c: kem.h:36:29: note: previously declared as ‘uint8_t *’ {aka ‘unsigned char *’}
kem.c:    36 | int crypto_kem_enc(uint8_t *ct, uint8_t *ss, const uint8_t *pk);
kem.c:       |                    ~~~~~~~~~^~
kem.c: kem.c:52:28: warning: argument 2 of type ‘uint8_t[32]’ {aka ‘unsigned char[32]’} with mismatched bound [-Warray-parameter=]
kem.c:    52 |                    uint8_t ss[KYBER_SSBYTES],
kem.c:       |                    ~~~~~~~~^~~~~~~~~~~~~~~~~
kem.c: kem.h:36:42: note: previously declared as ‘uint8_t *’ {aka ‘unsigned char *’}
kem.c:    36 | int crypto_kem_enc(uint8_t *ct, uint8_t *ss, const uint8_t *pk);
kem.c:       |                                 ~~~~~~~~~^~
kem.c: ...
sha256.c: sha256.c:229:22: warning: argument 1 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
sha256.c:   229 | void sha256(uint8_t *out,const uint8_t *in,size_t inlen)
sha256.c:       |             ~~~~~~~~~^~~
sha256.c: In file included from sha256.c:5:
sha256.c: sha2.h:11:21: note: previously declared as an array ‘uint8_t[32]’ {aka ‘unsigned char[32]’}
sha256.c:    11 | void sha256(uint8_t out[32], const uint8_t *in, size_t inlen);
sha256.c:       |             ~~~~~~~~^~~~~~~
sha512.c: sha512.c:258:22: warning: argument 1 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
sha512.c:   258 | void sha512(uint8_t *out,const uint8_t *in,size_t inlen)
sha512.c:       |             ~~~~~~~~~^~~
sha512.c: In file included from sha512.c:7:
sha512.c: sha2.h:13:21: note: previously declared as an array ‘uint8_t[64]’ {aka ‘unsigned char[64]’}
sha512.c:    13 | void sha512(uint8_t out[64], const uint8_t *in, size_t inlen);
sha512.c:       |             ~~~~~~~~^~~~~~~

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

TIMECOP error (can be valgrind bug)


error 99
dded18e36c6a991f3e16e25957054c2118d0ec833df4506cfe7dd0209e06ca89 226233611 2773529649 1800000000 crypto_kem/kyber90s1024/ref
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xadf26c68 is on thread 1's stack
 32 bytes below stack pointer

Syscall param rlimit64(new_rlim) points to uninitialised byte(s)
   at 0x...: __libc_do_syscall (libc-do-syscall.S:47)
   by 0x...: setrlimit (setrlimit.c:47)
   by 0x...: limits (try-anything.c:265)
   by 0x...: main (try-anything.c:337)
 Address 0xadf26c68 is on thread 1's stack
 in frame #1, created by setrlimit (setrlimit.c:35)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Syscall param rlimit64(new_rlim) points to uninitialised byte(s)
   at 0x...: __libc_do_syscall (libc-do-syscall.S:47)
   by 0x...: setrlimit (setrlimit.c:47)
   by 0x...: limits (try-anything.c:268)
   by 0x...: main (try-anything.c:337)
 Address 0xadf26c68 is on thread 1's stack
 in frame #1, created by setrlimit (setrlimit.c:35)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Syscall param rlimit64(new_rlim) points to uninitialised byte(s)
   at 0x...: __libc_do_syscall (libc-do-syscall.S:47)
   by 0x...: setrlimit (setrlimit.c:47)
   by 0x...: limits (try-anything.c:271)
   by 0x...: main (try-anything.c:337)
 Address 0xadf26c68 is on thread 1's stack
 in frame #1, created by setrlimit (setrlimit.c:35)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Invalid write of size 4
   at 0x...: ??? (estream-convert-api.h:73)
   by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
   by 0x...: randombytes_internal (knownrandombytes.c:37)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadf23070 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes_internal (knownrandombytes.c:37)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:369)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:369)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: main (try-anything.c:368)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

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

TIMECOP error (can be valgrind bug)


error 99
dded18e36c6a991f3e16e25957054c2118d0ec833df4506cfe7dd0209e06ca89 505675762 3735339111 1800000000 crypto_kem/kyber90s1024/ref
Invalid write of size 4
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xad907c80 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:64)
   by 0x...: main (try-anything.c:339)
 Address 0xad907c70 is on thread 1's stack
 40 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:65)
   by 0x...: main (try-anything.c:339)
 Address 0xad907c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:65)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:66)
   by 0x...: main (try-anything.c:339)
 Address 0xad907c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:66)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:67)
   by 0x...: main (try-anything.c:339)
 Address 0xad907c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:67)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:68)
   by 0x...: main (try-anything.c:339)
 Address 0xad907c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:68)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:69)
   by 0x...: main (try-anything.c:339)
 Address 0xad907c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:69)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:70)
   by 0x...: main (try-anything.c:339)
 Address 0xad907c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:70)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:71)
   by 0x...: main (try-anything.c:339)
 Address 0xad907c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:71)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:72)
   by 0x...: main (try-anything.c:339)
 Address 0xad907c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:72)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:73)
   by 0x...: main (try-anything.c:339)
 Address 0xad907c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:73)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:344)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Invalid write of size 4
   at 0x...: ??? (estream-convert-api.h:73)
   by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
   by 0x...: randombytes_internal (knownrandombytes.c:37)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad904090 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes_internal (knownrandombytes.c:37)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

Invalid write of size 4
   at 0x...: sub_word (aes256ctr.c:340)
   by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad903c88 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)
   by 0x...: br_aes_ct64_keysched (aes256ctr.c:369)
   by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad903b40 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: br_aes_ct64_keysched (aes256ctr.c:370)
   by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: br_aes_ct64_keysched (aes256ctr.c:378)
   by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: br_aes_ct64_keysched (aes256ctr.c:377)
   by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: br_aes_ct64_interleave_in (aes256ctr.c:297)
   by 0x...: br_aes_ct64_keysched (aes256ctr.c:369)
   by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: br_aes_ct64_skey_expand (aes256ctr.c:398)
   by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:527)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: sub_word (aes256ctr.c:340)

Use of uninitialised value of size 4
   at 0x...: br_aes_ct64_skey_expand (aes256ctr.c:406)
   by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:527)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: sub_word (aes256ctr.c:340)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: br_aes_ct64_skey_expand (aes256ctr.c:395)
   by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:527)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: sub_word (aes256ctr.c:340)

Use of uninitialised value of size 4
   at 0x...: br_range_dec32le (aes256ctr.c:40)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_init (aes256ctr.c:569)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: sub_word (aes256ctr.c:340)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_init (aes256ctr.c:570)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: sub_word (aes256ctr.c:340)

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:580)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad903da8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)
   by 0x...: aes_ctr4x (aes256ctr.c:494)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad903c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: add_round_key (aes256ctr.c:415)
   by 0x...: aes_ctr4x (aes256ctr.c:498)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: add_round_key (aes256ctr.c:415)
   by 0x...: aes_ctr4x (aes256ctr.c:503)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: add_round_key (aes256ctr.c:419)
   by 0x...: aes_ctr4x (aes256ctr.c:503)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: aes_ctr4x (aes256ctr.c:499)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: add_round_key (aes256ctr.c:415)
   by 0x...: aes_ctr4x (aes256ctr.c:507)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: br_enc32le (aes256ctr.c:54)
   by 0x...: br_range_enc32le (aes256ctr.c:63)
   by 0x...: aes_ctr4x (aes256ctr.c:513)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: br_range_enc32le (aes256ctr.c:62)
   by 0x...: aes_ctr4x (aes256ctr.c:513)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (indcpa.c:135)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:580)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (indcpa.c:134)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:580)

Invalid write of size 4
   at 0x...: sub_word (aes256ctr.c:340)
   by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad903e30 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)
   by 0x...: br_aes_ct64_keysched (aes256ctr.c:369)
   by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad903ce8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: br_aes_ct64_keysched (aes256ctr.c:370)
   by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: br_aes_ct64_keysched (aes256ctr.c:378)
   by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: br_aes_ct64_keysched (aes256ctr.c:377)
   by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: br_aes_ct64_interleave_in (aes256ctr.c:297)
   by 0x...: br_aes_ct64_keysched (aes256ctr.c:369)
   by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: br_aes_ct64_skey_expand (aes256ctr.c:398)
   by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:527)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: sub_word (aes256ctr.c:340)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: br_aes_ct64_skey_expand (aes256ctr.c:395)
   by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:527)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: sub_word (aes256ctr.c:340)

Invalid write of size 4
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)
   by 0x...: aes_ctr4x (aes256ctr.c:494)
   by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:545)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad903d08 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: add_round_key (aes256ctr.c:415)
   by 0x...: aes_ctr4x (aes256ctr.c:498)
   by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:545)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: add_round_key (aes256ctr.c:415)
   by 0x...: aes_ctr4x (aes256ctr.c:503)
   by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:545)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: add_round_key (aes256ctr.c:419)
   by 0x...: aes_ctr4x (aes256ctr.c:503)
   by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:545)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: aes_ctr4x (aes256ctr.c:499)
   by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:545)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: add_round_key (aes256ctr.c:415)
   by 0x...: aes_ctr4x (aes256ctr.c:507)
   by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:545)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: br_enc32le (aes256ctr.c:54)
   by 0x...: br_range_enc32le (aes256ctr.c:63)
   by 0x...: aes_ctr4x (aes256ctr.c:513)
   by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:545)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: br_range_enc32le (aes256ctr.c:62)
   by 0x...: aes_ctr4x (aes256ctr.c:513)
   by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:545)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: br_aes_ct64_ctr_run (aes256ctr.c:544)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: sub_word (aes256ctr.c:340)

Invalid write of size 4
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)
   by 0x...: aes_ctr4x (aes256ctr.c:494)
   by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:551)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad903d08 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: add_round_key (aes256ctr.c:415)
   by 0x...: aes_ctr4x (aes256ctr.c:498)
   by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:551)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: add_round_key (aes256ctr.c:415)
   by 0x...: aes_ctr4x (aes256ctr.c:503)
   by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:551)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: add_round_key (aes256ctr.c:419)
   by 0x...: aes_ctr4x (aes256ctr.c:503)
   by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:551)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: aes_ctr4x (aes256ctr.c:499)
   by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:551)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: add_round_key (aes256ctr.c:415)
   by 0x...: aes_ctr4x (aes256ctr.c:507)
   by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:551)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: br_enc32le (aes256ctr.c:54)
   by 0x...: br_range_enc32le (aes256ctr.c:63)
   by 0x...: aes_ctr4x (aes256ctr.c:513)
   by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:551)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: br_range_enc32le (aes256ctr.c:62)
   by 0x...: aes_ctr4x (aes256ctr.c:513)
   by 0x...: br_aes_ct64_ctr_run (aes256ctr.c:551)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: br_aes_ct64_ortho (aes256ctr.c:274)

Use of uninitialised value of size 4
   at 0x...: br_aes_ct64_ctr_run (aes256ctr.c:553)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: sub_word (aes256ctr.c:340)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: br_aes_ct64_ctr_run (aes256ctr.c:552)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: sub_word (aes256ctr.c:340)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: br_aes_ct64_ctr_run (aes256ctr.c:544)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: sub_word (aes256ctr.c:340)

Use of uninitialised value of size 4
   at 0x...: br_aes_ct64_ctr_run (aes256ctr.c:553)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: sub_word (aes256ctr.c:340)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: br_aes_ct64_ctr_run (aes256ctr.c:552)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: sub_word (aes256ctr.c:340)

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9043f0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9041d0 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9041b8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9041b8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9041d0 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9041b8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9041b8 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_tomont (poly.c:309)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:233)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)


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_kem_kyber90s1024_ref_constbranchindex_poly_tomont (poly.c:308)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:233)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:231)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:142)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:142)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:236)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9043f0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_tobytes (poly.c:133)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_tobytes (polyvec.c:141)
   by 0x...: pack_pk (indcpa.c:28)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:240)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_tobytes (polyvec.c:140)
   by 0x...: pack_pk (indcpa.c:28)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:240)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Use of uninitialised value of size 4
   at 0x...: pack_pk (indcpa.c:30)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:240)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Invalid write of size 4
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:30)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c50 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Invalid write of size 4
   at 0x...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:133)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:134)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Invalid write of size 4
   at 0x...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:134)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:136)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:137)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:138)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:139)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:140)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:61)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad907bc0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:64)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad907bc0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha512 (sha512.c:272)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:65)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha512 (sha512.c:272)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:65)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha512 (sha512.c:272)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:65)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:263)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad907bc0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_frommsg (poly.c:177)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:271)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad903588 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:283)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:286)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad903588 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:286)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_invntt (ntt.c:116)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:275)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_invntt (ntt.c:117)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:275)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_invntt (ntt.c:117)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:275)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_invntt (ntt.c:125)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:275)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_invntt (ntt.c:124)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:275)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:291)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad903588 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:292)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:292)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:292)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:293)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:293)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:293)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:295)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:295)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_sub (polyvec.c:16)
   by 0x...: pack_ciphertext (indcpa.c:92)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad903588 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_compress (polyvec.c:35)
   by 0x...: pack_ciphertext (indcpa.c:92)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_compress (poly.c:50)
   by 0x...: pack_ciphertext (indcpa.c:93)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_sub (polyvec.c:16)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_compress (poly.c:48)
   by 0x...: pack_ciphertext (indcpa.c:93)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_sub (polyvec.c:16)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_compress (poly.c:59)
   by 0x...: pack_ciphertext (indcpa.c:93)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_sub (polyvec.c:16)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_compress (poly.c:47)
   by 0x...: pack_ciphertext (indcpa.c:93)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_sub (polyvec.c:16)

Invalid write of size 4
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:71)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad907bc0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad907bc0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:91)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:92)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:93)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:94)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:95)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:96)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:97)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:98)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:99)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:100)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:101)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:102)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:103)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:104)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:105)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:106)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_hashblocks_sha256 (sha256.c:90)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Invalid write of size 4
   at 0x...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:149)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:150)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Invalid write of size 4
   at 0x...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:150)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:151)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:153)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:154)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:155)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:156)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:157)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:158)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:159)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:97)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c58 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_dec (indcpa.c:324)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad906188 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_dec (indcpa.c:324)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_sub (poly.c:356)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_sub (poly.c:356)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_sub (poly.c:356)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_sub (poly.c:355)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_dec (indcpa.c:328)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_dec (indcpa.c:328)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_poly_tomsg (poly.c:199)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:263)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (kem.c:114)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad9075a0 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_enc (indcpa.c:283)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (kem.c:114)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_verify (verify.c:22)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (kem.c:116)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:263)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_verify (verify.c:21)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (kem.c:116)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:263)

Invalid write of size 4
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (kem.c:119)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad9075a0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha256 (sha256.c:243)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (kem.c:119)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:263)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha256 (sha256.c:243)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (kem.c:119)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:263)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_sha256 (sha256.c:243)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (kem.c:119)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:263)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_cmov (verify.c:46)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (kem.c:122)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Invalid write of size 4
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_dec (kem.c:125)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad9075a0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:168)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:169)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:170)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:172)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:172)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:173)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:173)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:174)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:174)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:175)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:176)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:97)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c58 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:185)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:186)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:186)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:187)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:187)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:188)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:189)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:97)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c58 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:97)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c58 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:97)
   by 0x...: test (try.c:208)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c58 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:97)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c58 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:97)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Address 0xad907c58 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:346)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_enc (kem.c:97)
   by 0x...: doit (try.c:114)
   by 0x...: main (try-anything.c:357)
 Address 0xad907c78 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:359)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:369)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_invntt (ntt.c:140)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:370)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_invntt (ntt.c:140)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: main (try-anything.c:368)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

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

TIMECOP error (can be valgrind bug)


error 99
dded18e36c6a991f3e16e25957054c2118d0ec833df4506cfe7dd0209e06ca89 287191732 2905027916 1800000000 crypto_kem/kyber90s1024/ref
Invalid write of size 4
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xada46c80 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:344)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Invalid write of size 4
   at 0x...: ??? (estream-convert-api.h:73)
   by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
   by 0x...: randombytes_internal (knownrandombytes.c:37)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada43078 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes_internal (knownrandombytes.c:37)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber90s1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:347)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:359)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:369)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:370)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:368)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

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