Test results for armeabi, tinker, crypto_kem/kyber90s768

[Page version: 20241215 22:35:41]

Measurements for armeabi, tinker, crypto_kem Test results for armeabi, tinker, crypto_kem Test results for crypto_kem/kyber90s768
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20241022
Operation: crypto_kem
Primitive: kyber90s768
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
228490869890 0 087114 432 1552refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
252833463264 0 078889 404 1552T!!!refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
286633146138 0 059269 396 1544refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
291716052916 0 067617 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: 1, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -O2 -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:       |                     ~~~~~~~~~~~~~~^~~~~~~~~
aes256ctr.c: ...
kem.c: kem.c:23:32: warning: argument 1 of type ‘uint8_t[1184]’ {aka ‘unsigned char[1184]’} 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[2400]’ {aka ‘unsigned char[2400]’} 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[1088]’ {aka ‘unsigned char[1088]’} 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: 1, namely:
ImplementationCompiler
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[1184]’ {aka ‘unsigned char[1184]’} 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[2400]’ {aka ‘unsigned char[2400]’} 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[1088]’ {aka ‘unsigned char[1088]’} 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)

Failed TIMECOP


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 0xaddf2c80 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 0xaddf2c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:64)
   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:65)
   by 0x...: main (try-anything.c:339)
 Address 0xaddf2c70 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 0xaddf2c70 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 0xaddf2c70 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 0xaddf2c70 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 0xaddf2c70 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 0xaddf2c70 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 0xaddf2c70 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 0xaddf2c70 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 0xaddf2c70 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_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf0470 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_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber90s768_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...: crypto_kem_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:218)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf07c8 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: br_range_dec32le (aes256ctr.c:40)
   by 0x...: br_aes_ct64_keysched (aes256ctr.c:349)
   by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

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

Use of uninitialised value of size 4
   at 0x...: rej_uniform (indcpa.c:135)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:580)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (indcpa.c:140)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (indcpa.c:142)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (indcpa.c:134)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:580)

Use of uninitialised value of size 4
   at 0x...: br_enc32le (aes256ctr.c:57)
   by 0x...: br_range_enc32le (aes256ctr.c:63)
   by 0x...: aes_ctr4x (aes256ctr.c:513)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:580)

Invalid write of size 4
   at 0x...: ??? (aes256ctr.c:558)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf0720 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: cbd2 (cbd.c:59)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf0740 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: cbd2 (cbd.c:59)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (cbd.c:21)
   by 0x...: cbd2 (cbd.c:65)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Invalid write of size 4
   at 0x...: ??? (aes256ctr.c:558)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf0720 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: cbd2 (cbd.c:59)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf0740 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: cbd2 (cbd.c:59)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (cbd.c:21)
   by 0x...: cbd2 (cbd.c:65)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Invalid write of size 4
   at 0x...: ??? (aes256ctr.c:558)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf0720 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: cbd2 (cbd.c:59)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf0740 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: cbd2 (cbd.c:59)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (cbd.c:21)
   by 0x...: cbd2 (cbd.c:65)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Invalid write of size 4
   at 0x...: ??? (aes256ctr.c:558)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf0720 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: cbd2 (cbd.c:59)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf0740 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: cbd2 (cbd.c:59)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (cbd.c:21)
   by 0x...: cbd2 (cbd.c:65)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Invalid write of size 4
   at 0x...: ??? (aes256ctr.c:558)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf0720 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: cbd2 (cbd.c:59)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf0740 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: cbd2 (cbd.c:59)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (cbd.c:21)
   by 0x...: cbd2 (cbd.c:65)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Invalid write of size 4
   at 0x...: ??? (aes256ctr.c:558)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf0720 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: cbd2 (cbd.c:59)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf0740 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: cbd2 (cbd.c:59)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (cbd.c:21)
   by 0x...: cbd2 (cbd.c:65)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Invalid write of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf05b0 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf0598 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: ???
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf0598 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

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

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

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

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

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

Use of uninitialised value of size 4
   at 0x...: pack_pk (indcpa.c:30)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:240)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:230)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:30)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf2c38 is on thread 1's stack
 32 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_kem_kyber90s768_ref_constbranchindex_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_kem_kyber90s768_ref_constbranchindex_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_kem_kyber90s768_ref_constbranchindex_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_kem_kyber90s768_ref_constbranchindex_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_kem_kyber90s768_ref_constbranchindex_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 0xaddf2c50 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 0xaddf2c50 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 0xaddf2c50 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...: ??? (kem.c:54)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf2c50 is on thread 1's stack
 24 bytes below stack pointer

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

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_enc (kem.c:65)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf2bb0 is on thread 1's stack
 32 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_kem_kyber90s768_ref_constbranchindex_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_kem_kyber90s768_ref_constbranchindex_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_kem_kyber90s768_ref_constbranchindex_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_kem_kyber90s768_ref_constbranchindex_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_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frommsg (poly.c:177)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:271)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (indcpa.c:135)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_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_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Invalid write of size 4
   at 0x...: cbd2 (cbd.c:59)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta2 (poly.c:245)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:277)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xaddefad8 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: cbd2 (cbd.c:59)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta2 (poly.c:245)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:277)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (cbd.c:21)
   by 0x...: cbd2 (cbd.c:65)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta2 (poly.c:245)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:277)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta2 (poly.c:245)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:277)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta2 (poly.c:245)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:277)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta2 (poly.c:245)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:277)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta2 (poly.c:245)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:277)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta2 (poly.c:245)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:277)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta2 (poly.c:245)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:277)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta2 (poly.c:245)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:277)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta2 (poly.c:245)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:277)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

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

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:292)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:292)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:292)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:293)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:293)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:293)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:295)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:295)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Invalid write of size 4
   at 0x...: ??? (poly.c:21)
   by 0x...: pack_ciphertext (indcpa.c:93)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xaddefb60 is on thread 1's stack
 32 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_compress (poly.c:21)
   by 0x...: pack_ciphertext (indcpa.c:93)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_compress (poly.c:31)
   by 0x...: pack_ciphertext (indcpa.c:93)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_compress (poly.c:31)
   by 0x...: pack_ciphertext (indcpa.c:93)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_compress (poly.c:28)
   by 0x...: pack_ciphertext (indcpa.c:93)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

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

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

Use of uninitialised value of size 4
   at 0x...: crypto_hashblocks_sha256.isra.0 (sha256.c:111)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_hashblocks_sha256.isra.0 (sha256.c:109)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_hashblocks_sha256.isra.0 (sha256.c:113)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_hashblocks_sha256.isra.0 (sha256.c:110)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_hashblocks_sha256.isra.0 (sha256.c:115)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_hashblocks_sha256.isra.0 (sha256.c:115)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_hashblocks_sha256.isra.0 (sha256.c:117)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_hashblocks_sha256.isra.0 (sha256.c:117)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_hashblocks_sha256.isra.0 (sha256.c:119)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_hashblocks_sha256.isra.0 (sha256.c:120)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_hashblocks_sha256.isra.0 (sha256.c:121)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_hashblocks_sha256.isra.0 (sha256.c:118)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_hashblocks_sha256.isra.0 (sha256.c:119)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:230)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_hashblocks_sha256.isra.0 (sha256.c:90)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kem_kyber90s768_ref_constbranchindex_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 0xaddf2c50 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 0xaddf2c50 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 0xaddf2c50 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 0xaddf2c50 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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)
   by 0x...: unpack_ciphertext (indcpa.c:108)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:320)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf1750 is on thread 1's stack
 32 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_decompress (poly.c:82)
   by 0x...: unpack_ciphertext (indcpa.c:109)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:320)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_decompress (poly.c:87)
   by 0x...: unpack_ciphertext (indcpa.c:109)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:320)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_decompress (poly.c:87)
   by 0x...: unpack_ciphertext (indcpa.c:109)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:320)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_decompress (poly.c:87)
   by 0x...: unpack_ciphertext (indcpa.c:109)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:320)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_decompress (poly.c:87)
   by 0x...: unpack_ciphertext (indcpa.c:109)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:320)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_decompress (poly.c:87)
   by 0x...: unpack_ciphertext (indcpa.c:109)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:320)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_ntt (ntt.c:89)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_ntt (poly.c:260)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_ntt (ntt.c:90)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_ntt (poly.c:260)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_ntt (ntt.c:88)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_ntt (poly.c:260)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: ???
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_dec (indcpa.c:324)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_dec (kem.c:111)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf2768 is on thread 1's stack
 32 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:150)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:150)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_frombytes (polyvec.c:158)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:150)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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...: ??? (aes256ctr.c:558)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:154)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_frombytes (poly.c:153)
   by 0x...: unpack_pk (indcpa.c:48)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

Use of uninitialised value of size 4
   at 0x...: unpack_pk (indcpa.c:50)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:270)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

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

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_cmov (verify.c:41)
   by 0x...: crypto_kem_kyber90s768_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_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_cmov (verify.c:46)
   by 0x...: crypto_kem_kyber90s768_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_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:230)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_cmov (verify.c:46)
   by 0x...: crypto_kem_kyber90s768_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_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:230)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_cmov (verify.c:45)
   by 0x...: crypto_kem_kyber90s768_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_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:230)

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:230)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_dec (kem.c:125)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf2768 is on thread 1's stack
 32 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 0xaddf2c50 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 0xaddf2c50 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)

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 0xaddf2c50 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 0xaddf2c50 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)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: ???
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

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 0xaddf2c50 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 0xaddf2c50 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 0xaddf2c50 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)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: ???
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

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...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: ???
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha512 (sha512.c:259)

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_kem_kyber90s768_ref_constbranchindex_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...: ??? (kem.c:54)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Address 0xaddf2c80 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:54)

Use of uninitialised value of size 4
   at 0x...: doit (try.c:114)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:54)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: ???
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

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...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:54)

Use of uninitialised value of size 4
   at 0x...: doit (try.c:114)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:54)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: ???
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_compress (polyvec.c:88)

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:370)
 Uninitialised value was created by a client request
   at 0x...: poison (try-anything.c:281)
   by 0x...: test (try.c:198)
   by 0x...: main (try-anything.c:345)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:369)
 Uninitialised value was created by a client request
   at 0x...: poison (try-anything.c:281)
   by 0x...: test (try.c:198)
   by 0x...: main (try-anything.c:345)

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)

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)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _itoa (_itoa.c:290)
   by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
   by 0x...: printf (printf.c:33)
   by 0x...: printnum (try-anything.c:229)
   by 0x...: main (try-anything.c:376)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:54)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _itoa (_itoa.c:412)
   by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
   by 0x...: printf (printf.c:33)
   by 0x...: printnum (try-anything.c:229)
   by 0x...: main (try-anything.c:376)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:54)

Use of uninitialised value of size 4
   at 0x...: _itoa (_itoa.c:420)
   by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
   by 0x...: printf (printf.c:33)
   by 0x...: printnum (try-anything.c:229)
   by 0x...: main (try-anything.c:376)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:54)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _itoa (_itoa.c:412)
   by 0x...: __vfprintf_internal (vfprintf-process-arg.c:121)
   by 0x...: printf (printf.c:33)
   by 0x...: printnum (try-anything.c:229)
   by 0x...: main (try-anything.c:376)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:54)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: __vfprintf_internal (vfprintf-process-arg.c:174)
   by 0x...: printf (printf.c:33)
   by 0x...: printnum (try-anything.c:229)
   by 0x...: main (try-anything.c:376)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:54)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: __vfprintf_internal (vfprintf-process-arg.c:184)
   by 0x...: printf (printf.c:33)
   by 0x...: printnum (try-anything.c:229)
   by 0x...: main (try-anything.c:376)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:54)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: __vfprintf_internal (vfprintf-process-arg.c:188)
   by 0x...: printf (printf.c:33)
   by 0x...: printnum (try-anything.c:229)
   by 0x...: main (try-anything.c:376)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:54)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: __vfprintf_internal (vfprintf-process-arg.c:204)
   by 0x...: printf (printf.c:33)
   by 0x...: printnum (try-anything.c:229)
   by 0x...: main (try-anything.c:376)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:54)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pad_func (vfprintf-internal.c:192)
   by 0x...: __vfprintf_internal (vfprintf-process-arg.c:211)
   by 0x...: printf (printf.c:33)
   by 0x...: printnum (try-anything.c:229)
   by 0x...: main (try-anything.c:376)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:54)

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

TIMECOP error (can be valgrind bug)


error 99
ecc47941c79be1e7b0bf3be3cb6d23fe51c58657db37c320740c4068a6827602 145008953 2382383625 1800000000 crypto_kem/kyber90s768/ref
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xadf98c68 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 0xadf98c68 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 0xadf98c68 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 0xadf98c68 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_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadf96470 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_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber90s768_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 111
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 0xade31c80 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 0xade31c70 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 0xade31c70 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 0xade31c70 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 0xade31c70 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 0xade31c70 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 0xade31c70 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 0xade31c70 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 0xade31c70 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 0xade31c70 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 0xade31c70 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_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade2f498 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_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade2f090 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_kyber90s768_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade2ef48 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_kyber90s768_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_init (aes256ctr.c:569)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_init (aes256ctr.c:570)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:177)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:580)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade2f1b0 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_kyber90s768_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade2f068 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_kyber90s768_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_squeezeblocks (aes256ctr.c:582)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_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_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade2f238 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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade2f0f0 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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:561)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade2f110 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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade2f110 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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_aes256ctr_prf (aes256ctr.c:562)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256ctr_prf (symmetric-aes.c:19)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade2f5d8 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade2f5c0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade2f5c0 is on thread 1's stack
 24 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade2f5c0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade2f5c0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade2f5c0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade2f5c0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Invalid write of size 4
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:30)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade31c58 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 0xade31c68 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 0xade31c68 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 0xade31c68 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_kyber90s768_ref_constbranchindex_enc (kem.c:61)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xade31bc8 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_kyber90s768_ref_constbranchindex_enc (kem.c:64)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xade31bc8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha512 (sha512.c:272)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:272)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha512 (sha512.c:272)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_frommsg (poly.c:177)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:271)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_sub (polyvec.c:16)
   by 0x...: pack_ciphertext (indcpa.c:92)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xade2eb70 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_compress (poly.c:31)
   by 0x...: pack_ciphertext (indcpa.c:93)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_sub (polyvec.c:16)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_compress (poly.c:29)
   by 0x...: pack_ciphertext (indcpa.c:93)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_sub (polyvec.c:16)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_poly_compress (poly.c:28)
   by 0x...: pack_ciphertext (indcpa.c:93)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_poly_sub (polyvec.c:16)

Invalid write of size 4
   at 0x...: crypto_hashblocks_sha256 (sha256.c:230)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_enc (kem.c:71)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xade31bc8 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_kyber90s768_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xade31bc8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber90s768_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:91)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:92)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:93)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:94)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:95)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:96)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:97)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:98)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:99)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:100)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:101)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:102)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:103)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:104)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:105)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_dec (sha256.c:11)
   by 0x...: crypto_hashblocks_sha256 (sha256.c:106)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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_kyber90s768_ref_constbranchindex_sha256 (sha256.c:238)
   by 0x...: crypto_kem_kyber90s768_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 0xade31c68 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 0xade31c68 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 0xade31c68 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 0xade31c68 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_kyber90s768_ref_constbranchindex_enc (kem.c:97)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xade31c60 is on thread 1's stack
 32 bytes below stack pointer


Process terminating with default action of signal 11 (SIGSEGV)
 Access not within mapped region at address 0xADE2DFD0
   at 0x...: sub_word (aes256ctr.c:340)
   by 0x...: br_aes_ct64_ctr_init (aes256ctr.c:526)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_aes256ctr_init (aes256ctr.c:567)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_kyber_aes256xof_absorb (symmetric-aes.c:12)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_gen_matrix (indcpa.c:175)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_dec (kem.c:114)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 If you believe this happened as a result of a stack
 overflow in your program's main thread (unlikely but
 possible), you can try to increase the size of the
 main thread stack using the --main-stacksize= flag.
 The main thread stack size used in this run was 8388608.

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
ecc47941c79be1e7b0bf3be3cb6d23fe51c58657db37c320740c4068a6827602 181711945 2404882122 1800000000 crypto_kem/kyber90s768/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 0xadd5cc80 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_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber90s768_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadd5a478 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_kyber90s768_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber90s768_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)