Test results for armeabi, tinker, crypto_kem/threebears1248r2cca

[Page version: 20241215 22:35:41]

Measurements for armeabi, tinker, crypto_kem Test results for armeabi, tinker, crypto_kem Test results for crypto_kem/threebears1248r2cca
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20241022
Operation: crypto_kem
Primitive: threebears1248r2cca
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
369739615816 0 044626 436 1560vecclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024120220241022
369829015816 0 044626 436 1560optclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024120220241022
41122175266 0 029669 400 1552T!!!optgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024120220241022
471441513996 0 042802 436 1560lowmemclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024120220241022
1534265518328 0 033993 408 1560refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024120220241022
229302007263 0 022193 408 1560T!!!refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024120220241022
3666439216033 0 033659 440 1560refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024120220241022
394446544068 0 017253 400 1552refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024120220241022
413798246117 0 020821 408 1552refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024120220241022

Compiler output


threebears.c: threebears.c:102:26: warning: argument 1 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c:   102 | void get_pubkey(uint8_t *pk, const uint8_t *seed) {
threebears.c:       |                 ~~~~~~~~~^~
threebears.c: In file included from threebears.c:8:
threebears.c: threebears.h:24:13: note: previously declared as an array ‘uint8_t[1584]’ {aka ‘unsigned char[1584]’}
threebears.c:    24 |     uint8_t pk[PQCRYPTO_KEM_THREEBEARS1248R2CCA_IMPL_PRIV_PUBLIC_KEY_BYTES],
threebears.c:       |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: threebears.c:102:45: warning: argument 2 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c:   102 | void get_pubkey(uint8_t *pk, const uint8_t *seed) {
threebears.c:       |                              ~~~~~~~~~~~~~~~^~~~
threebears.c: threebears.h:25:19: note: previously declared as an array ‘const uint8_t[40]’ {aka ‘const unsigned char[40]’}
threebears.c:    25 |     const uint8_t seed[PQCRYPTO_KEM_THREEBEARS1248R2CCA_IMPL_PRIV_PRIVATE_KEY_BYTES]
threebears.c:       |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: threebears.c:133:14: warning: argument 1 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c:   133 |     uint8_t *shared_secret,
threebears.c:       |     ~~~~~~~~~^~~~~~~~~~~~~
threebears.c: threebears.h:55:13: note: previously declared as an array ‘uint8_t[32]’ {aka ‘unsigned char[32]’}
threebears.c:    55 |     uint8_t shared_secret[PQCRYPTO_KEM_THREEBEARS1248R2CCA_IMPL_PRIV_SHARED_SECRET_BYTES],
threebears.c:       |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: threebears.c:134:14: warning: argument 2 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c:   134 |     uint8_t *capsule,
threebears.c:       |     ~~~~~~~~~^~~~~~~
threebears.c: threebears.h:56:13: note: previously declared as an array ‘uint8_t[1697]’ {aka ‘unsigned char[1697]’}
threebears.c:    56 |     uint8_t capsule[PQCRYPTO_KEM_THREEBEARS1248R2CCA_IMPL_PRIV_CAPSULE_BYTES],
threebears.c:       |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: ...

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

Compiler output


threebears.c: threebears.c:102:26: warning: argument 1 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c:   102 | void get_pubkey(uint8_t *pk, const uint8_t *seed) {
threebears.c:       |                 ~~~~~~~~~^~
threebears.c: In file included from threebears.c:8:
threebears.c: threebears.h:24:13: note: previously declared as an array ‘uint8_t[1584]’ {aka ‘unsigned char[1584]’}
threebears.c:    24 |     uint8_t pk[PQCRYPTO_KEM_THREEBEARS1248R2CCA_IMPL_PRIV_PUBLIC_KEY_BYTES],
threebears.c:       |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: threebears.c:102:45: warning: argument 2 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c:   102 | void get_pubkey(uint8_t *pk, const uint8_t *seed) {
threebears.c:       |                              ~~~~~~~~~~~~~~~^~~~
threebears.c: threebears.h:25:19: note: previously declared as an array ‘const uint8_t[40]’ {aka ‘const unsigned char[40]’}
threebears.c:    25 |     const uint8_t seed[PQCRYPTO_KEM_THREEBEARS1248R2CCA_IMPL_PRIV_PRIVATE_KEY_BYTES]
threebears.c:       |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: threebears.c:134:14: warning: argument 1 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c:   134 |     uint8_t *shared_secret,
threebears.c:       |     ~~~~~~~~~^~~~~~~~~~~~~
threebears.c: threebears.h:55:13: note: previously declared as an array ‘uint8_t[32]’ {aka ‘unsigned char[32]’}
threebears.c:    55 |     uint8_t shared_secret[PQCRYPTO_KEM_THREEBEARS1248R2CCA_IMPL_PRIV_SHARED_SECRET_BYTES],
threebears.c:       |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: threebears.c:135:14: warning: argument 2 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c:   135 |     uint8_t *capsule,
threebears.c:       |     ~~~~~~~~~^~~~~~~
threebears.c: threebears.h:56:13: note: previously declared as an array ‘uint8_t[1697]’ {aka ‘unsigned char[1697]’}
threebears.c:    56 |     uint8_t capsule[PQCRYPTO_KEM_THREEBEARS1248R2CCA_IMPL_PRIV_CAPSULE_BYTES],
threebears.c:       |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: ...

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

Compiler output


threebears.c: threebears.c:75:26: warning: argument 1 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c:    75 | void get_pubkey(uint8_t *pk, const uint8_t *seed) {
threebears.c:       |                 ~~~~~~~~~^~
threebears.c: In file included from threebears.c:8:
threebears.c: threebears.h:24:13: note: previously declared as an array ‘uint8_t[1584]’ {aka ‘unsigned char[1584]’}
threebears.c:    24 |     uint8_t pk[PQCRYPTO_KEM_THREEBEARS1248R2CCA_IMPL_PRIV_PUBLIC_KEY_BYTES],
threebears.c:       |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: threebears.c:75:45: warning: argument 2 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c:    75 | void get_pubkey(uint8_t *pk, const uint8_t *seed) {
threebears.c:       |                              ~~~~~~~~~~~~~~~^~~~
threebears.c: threebears.h:25:19: note: previously declared as an array ‘const uint8_t[40]’ {aka ‘const unsigned char[40]’}
threebears.c:    25 |     const uint8_t seed[PQCRYPTO_KEM_THREEBEARS1248R2CCA_IMPL_PRIV_PRIVATE_KEY_BYTES]
threebears.c:       |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: threebears.c:100:14: warning: argument 1 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c:   100 |     uint8_t *shared_secret,
threebears.c:       |     ~~~~~~~~~^~~~~~~~~~~~~
threebears.c: threebears.h:55:13: note: previously declared as an array ‘uint8_t[32]’ {aka ‘unsigned char[32]’}
threebears.c:    55 |     uint8_t shared_secret[PQCRYPTO_KEM_THREEBEARS1248R2CCA_IMPL_PRIV_SHARED_SECRET_BYTES],
threebears.c:       |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: threebears.c:101:14: warning: argument 2 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c:   101 |     uint8_t *capsule,
threebears.c:       |     ~~~~~~~~~^~~~~~~
threebears.c: threebears.h:56:13: note: previously declared as an array ‘uint8_t[1697]’ {aka ‘unsigned char[1697]’}
threebears.c:    56 |     uint8_t capsule[PQCRYPTO_KEM_THREEBEARS1248R2CCA_IMPL_PRIV_CAPSULE_BYTES],
threebears.c:       |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
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)

Compiler output


threebears.c: threebears.c:102:26: warning: argument 1 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c:   102 | void get_pubkey(uint8_t *pk, const uint8_t *seed) {
threebears.c:       |                 ~~~~~~~~~^~
threebears.c: In file included from threebears.c:8:
threebears.c: threebears.h:24:13: note: previously declared as an array ‘uint8_t[1584]’ {aka ‘unsigned char[1584]’}
threebears.c:    24 |     uint8_t pk[PQCRYPTO_KEM_THREEBEARS1248R2CCA_IMPL_PRIV_PUBLIC_KEY_BYTES],
threebears.c:       |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: threebears.c:102:45: warning: argument 2 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c:   102 | void get_pubkey(uint8_t *pk, const uint8_t *seed) {
threebears.c:       |                              ~~~~~~~~~~~~~~~^~~~
threebears.c: threebears.h:25:19: note: previously declared as an array ‘const uint8_t[40]’ {aka ‘const unsigned char[40]’}
threebears.c:    25 |     const uint8_t seed[PQCRYPTO_KEM_THREEBEARS1248R2CCA_IMPL_PRIV_PRIVATE_KEY_BYTES]
threebears.c:       |     ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: threebears.c:147:14: warning: argument 1 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c:   147 |     uint8_t *shared_secret,
threebears.c:       |     ~~~~~~~~~^~~~~~~~~~~~~
threebears.c: threebears.h:55:13: note: previously declared as an array ‘uint8_t[32]’ {aka ‘unsigned char[32]’}
threebears.c:    55 |     uint8_t shared_secret[PQCRYPTO_KEM_THREEBEARS1248R2CCA_IMPL_PRIV_SHARED_SECRET_BYTES],
threebears.c:       |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: threebears.c:148:14: warning: argument 2 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c:   148 |     uint8_t *capsule,
threebears.c:       |     ~~~~~~~~~^~~~~~~
threebears.c: threebears.h:56:13: note: previously declared as an array ‘uint8_t[1697]’ {aka ‘unsigned char[1697]’}
threebears.c:    56 |     uint8_t capsule[PQCRYPTO_KEM_THREEBEARS1248R2CCA_IMPL_PRIV_CAPSULE_BYTES],
threebears.c:       |     ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: ...

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

Namespace violations


melas_fec.o pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct T
melas_fec.o pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_set T
ring.o pqcrypto_kem_threebears1248r2cca_impl_priv_canon_3120 T
ring.o pqcrypto_kem_threebears1248r2cca_impl_priv_contract_3120 T
ring.o pqcrypto_kem_threebears1248r2cca_impl_priv_expand_3120 T
ring.o pqcrypto_kem_threebears1248r2cca_impl_priv_mac_3120 T
shake.o pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output T
shake.o pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n T
shake.o pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update T
shake.o pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init T
threebears.o pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate T
threebears.o pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate T
threebears.o pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey T
threebears.o pqcrypto_kem_threebears1248r2cca_impl_priv_secure_bzero T

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
lowmemclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)
optclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)
optgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
vecclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)

Namespace violations


melas_fec.o pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct T
melas_fec.o pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_set T
ring.o pqcrypto_kem_threebears1248r2cca_impl_priv_canon_3120 T
ring.o pqcrypto_kem_threebears1248r2cca_impl_priv_contract_3120 T
ring.o pqcrypto_kem_threebears1248r2cca_impl_priv_expand_3120 T
ring.o pqcrypto_kem_threebears1248r2cca_impl_priv_mac_3120 T
shake.o pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output T
shake.o pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update T
shake.o pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init T
threebears.o pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate T
threebears.o pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate T
threebears.o pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey T
threebears.o pqcrypto_kem_threebears1248r2cca_impl_priv_secure_bzero T

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)
refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
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...: KeccakP1600_Permute_24rounds (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xadad8c70 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...: KeccakP1600_Permute_24rounds (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_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:13)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadad88b0 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_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:13)
   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_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Address 0xadad7ea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Address 0xadad7f88 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:104)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:104)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:104)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:105)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:105)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:110)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Address 0xadad7fb8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:110)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:12)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:45)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:45)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_ExtractBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:120)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:120)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:12)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:120)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:45)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:120)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:45)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:120)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:120)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform.constprop.0 (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform.constprop.0 (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform.constprop.0 (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform.constprop.0 (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform.constprop.0 (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform.constprop.0 (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: uniform.constprop.0 (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:12)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: uniform.constprop.0 (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:45)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: uniform.constprop.0 (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:45)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: uniform.constprop.0 (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: uniform.constprop.0 (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:146)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:146)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:146)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:147)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:147)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:148)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)


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...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:148)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:200)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:200)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:265)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:265)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:286)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:286)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:288)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:288)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:289)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:289)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:336)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:336)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:340)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:340)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:341)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:341)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:345)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:345)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:346)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:12)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:24)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:346)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:346)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:347)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:347)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:347)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_Permute_24rounds (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...: KeccakP1600_Permute_24rounds (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...: KeccakP1600_Permute_24rounds (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...: KeccakP1600_Permute_24rounds (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...: KeccakP1600_Permute_24rounds (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...: KeccakP1600_Permute_24rounds (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...: KeccakP1600_Permute_24rounds (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:159)
   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:159)
   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...: KeccakP1600_Permute_24rounds (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...: KeccakP1600_Permute_24rounds (impl.c:4)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
optgcc -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 0xadcaac70 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 0xadcaac60 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 0xadcaac60 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 0xadcaac60 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 0xadcaac60 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 0xadcaac60 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 0xadcaac60 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 0xadcaac60 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 0xadcaac60 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 0xadcaac60 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 0xadcaac60 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...: doit (try.c:118)
   by 0x...: main (try-anything.c:345)
 Address 0xadcaac78 is on thread 1's stack
 24 bytes below stack pointer

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_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:13)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadcaa8b8 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_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:13)
   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...: keccakf (shake.c:87)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:97)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca98f8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: keccakf (shake.c:87)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:98)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca98f8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:98)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:98)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:98)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:98)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:98)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:61)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:98)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Invalid write of size 4
   at 0x...: keccakf (shake.c:87)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:99)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca98f8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:99)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:99)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:99)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:99)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:99)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:61)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:99)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:33)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: keccakf (shake.c:32)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:39)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:41)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:53)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:55)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca9928 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca9928 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:78)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca9928 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:82)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca9920 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: noise (threebears.c:67)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:86)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca96e8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:86)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca96e0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:86)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:86)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:85)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: noise (threebears.c:67)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca96e8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca96e0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Invalid write of size 4
   at 0x...: keccakf (shake.c:87)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:97)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca98f8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: keccakf (shake.c:87)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:98)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca98f8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:98)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:98)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:98)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:98)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:98)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:61)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:98)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Invalid write of size 4
   at 0x...: keccakf (shake.c:87)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:99)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca98f8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:99)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:99)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:99)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:99)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:99)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:61)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:99)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:33)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: keccakf (shake.c:32)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:39)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:41)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:53)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:55)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:38)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca9928 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca9928 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: uniform (threebears.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca9928 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: uniform (threebears.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca9928 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca9920 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:92)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca9928 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

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


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...: memset (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

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

Use of uninitialised value of size 4
   at 0x...: memset (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:97)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:97)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:97)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:97)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:97)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:61)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:97)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:38)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:38)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:38)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: uniform (threebears.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: uniform (threebears.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: uniform (threebears.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: uniform (threebears.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: uniform (threebears.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: uniform (threebears.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:74)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:75)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:75)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:75)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:33)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: keccakf (shake.c:32)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:39)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:41)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:53)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:55)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:78)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:81)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:81)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:81)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:33)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: keccakf (shake.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:41)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:88)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

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 0xadcaac50 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 0xadcaac50 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 0xadcaac48 is on thread 1's stack
 32 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)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:33)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: keccakf (shake.c:32)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:39)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:41)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:53)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:55)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadca99d8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadca99d8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:113)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadca99d8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:114)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadca99d8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:118)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:118)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:121)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:121)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:33)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: keccakf (shake.c:32)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:39)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:41)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:53)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:55)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:38)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadca99d8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadca99d8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: uniform (threebears.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadca99d8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: uniform (threebears.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadca99d8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadca99d0 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:124)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadca99d8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_mac_3120 (ring.c:14)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:124)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_mac_3120 (ring.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:124)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_mac_3120 (ring.c:42)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:124)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:122)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: threebears_hash_init (threebears.c:33)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_mac_3120 (ring.c:51)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_contract_3120 (ring.c:78)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:126)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_canon_3120 (ring.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_contract_3120 (ring.c:78)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:126)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_canon_3120 (ring.c:66)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_contract_3120 (ring.c:78)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:126)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_contract_3120 (ring.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:126)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_contract_3120 (ring.c:83)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:126)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:128)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:128)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:133)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadca99d8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_mac_3120 (ring.c:14)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:133)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_mac_3120 (ring.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:133)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_mac_3120 (ring.c:42)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:133)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_mac_3120 (ring.c:51)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:135)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_canon_3120 (ring.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:135)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_canon_3120 (ring.c:66)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:135)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:156)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:158)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:163)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadca99d0 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:149)
   by 0x...: main (try-anything.c:345)
 Address 0xadcaac50 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 0xadcaac50 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 0xadcaac48 is on thread 1's stack
 32 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 0xadcaac48 is on thread 1's stack
 32 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)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:33)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: keccakf (shake.c:32)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:39)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:41)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:53)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:55)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadca9658 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadca9658 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:177)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadca9658 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:183)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadca9658 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:180)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:193)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:85)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:208)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:208)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:88)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:208)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:212)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:212)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: threebears_hash_init (threebears.c:33)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:212)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:156)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:212)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:212)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:158)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:212)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:217)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:224)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadca9658 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:225)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadca9650 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:33)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: keccakf (shake.c:32)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:39)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:41)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:53)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:55)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadca9658 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadca9658 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:229)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadca9658 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadca9658 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:232)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadca9650 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 0xadcaac50 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 0xadcaac48 is on thread 1's stack
 32 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:173)
   by 0x...: main (try-anything.c:345)
 Address 0xadcaac48 is on thread 1's stack
 32 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 0xadcaac48 is on thread 1's stack
 32 bytes below stack pointer

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

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

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

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:185)
   by 0x...: main (try-anything.c:345)
 Address 0xadcaac48 is on thread 1's stack
 32 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 0xadcaac48 is on thread 1's stack
 32 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 0xadcaac48 is on thread 1's stack
 32 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...: main (try-anything.c:347)
 Uninitialised value was created by a stack allocation
   at 0x...: doit (try.c:118)

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

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

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

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

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

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...: doit (try.c:118)

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...: doit (try.c:118)

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

TIMECOP error (can be valgrind bug)


error 99
0a7e8d3190615071aa7cdf7d937a0ba47b7b3b37ea5298174ff9d063a8834ec0 411973926 2814030014 1800000000 crypto_kem/threebears1248r2cca/lowmem
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xadda1c58 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 0xadda1c58 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...: KeccakP1600_Permute_24rounds (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 0xadda1c58 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...: KeccakP1600_Permute_24rounds (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 0xadda1c58 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...: KeccakP1600_Permute_24rounds (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_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:13)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda18a0 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_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:13)
   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_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Address 0xadda1368 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:104)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1450 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:104)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:104)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:104)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1450 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:104)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:105)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:105)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1450 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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:105)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:110)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:52)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:110)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1450 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:110)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1350 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:12)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:45)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1350 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_ExtractBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:12)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:45)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:52)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1350 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1450 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1450 is on thread 1's stack
 24 bytes below stack pointer

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1450 is on thread 1's stack
 24 bytes below stack pointer

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1350 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:12)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:45)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1350 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:12)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:45)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:52)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1350 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...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

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...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Conditional jump or move depends on uninitialised value(s)
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

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...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:120)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1450 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1450 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1450 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:120)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1450 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1450 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1450 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:120)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1450 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1450 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1450 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:119)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:120)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:145)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1440 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:145)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:145)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:145)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1440 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:145)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:146)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:146)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1440 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:146)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:147)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:147)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1440 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:147)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:152)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1440 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1440 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1440 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:155)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1440 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1440 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1440 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:155)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1440 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1440 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1440 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:155)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1440 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1440 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1440 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:154)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:155)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:160)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:165)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:165)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:165)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:165)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:199)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:52)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:199)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1440 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:199)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:263)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1160 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:263)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:263)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:263)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1160 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:263)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:264)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:264)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1160 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:264)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:271)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:271)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:271)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:271)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:285)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:52)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:285)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1160 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:285)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:286)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1160 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:286)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:286)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:286)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1160 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:286)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:287)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:287)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1160 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:287)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:288)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:288)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1160 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:288)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:294)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:298)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1160 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:298)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:298)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:298)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1160 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:298)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:298)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:298)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1160 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:298)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:298)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:299)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:303)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:308)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:310)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:338)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:52)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:338)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1160 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:338)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:342)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:342)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1160 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:342)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:343)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:52)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:343)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1160 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:343)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:346)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1160 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:346)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:346)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:346)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1160 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:346)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:347)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:347)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1160 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:347)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:348)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:23)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:348)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1160 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:12)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:24)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:348)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:348)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:23)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:348)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1160 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:12)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:24)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:348)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:348)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:348)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1160 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:348)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:349)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:52)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:349)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadda1160 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:349)
   by 0x...: crypto_kem_threebears1248r2cca_lowmem_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:369)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_Permute_24rounds (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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:370)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/lowmem/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:369)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_Permute_24rounds (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...: KeccakP1600_Permute_24rounds (impl.c:4)

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

TIMECOP error (can be valgrind bug)


error 99
0a7e8d3190615071aa7cdf7d937a0ba47b7b3b37ea5298174ff9d063a8834ec0 296881676 2351503740 1800000000 crypto_kem/threebears1248r2cca/opt
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xad850c58 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 0xad850c58 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...: KeccakP1600_Permute_24rounds (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 0xad850c58 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...: KeccakP1600_Permute_24rounds (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 0xad850c58 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...: KeccakP1600_Permute_24rounds (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_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:13)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8508a0 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_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:13)
   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_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Address 0xad84fdc0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:104)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:104)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:104)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:104)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea8 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:104)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:105)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:105)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea8 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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:105)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:110)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:52)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:110)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:110)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fda8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:12)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:45)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fda8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_ExtractBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:12)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:45)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:52)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fda8 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fda8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:12)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:45)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fda8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:12)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:45)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:52)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fda8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fda8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:12)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:45)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fda8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:12)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:45)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:52)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fda8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:110)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:117)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:120)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea8 is on thread 1's stack
 24 bytes below stack pointer

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea8 is on thread 1's stack
 24 bytes below stack pointer

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

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...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:146)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:146)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:146)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:146)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:146)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:147)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:147)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:147)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:148)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:148)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:148)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:152)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:152)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:152)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:152)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:155)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:162)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:200)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:52)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:200)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:200)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:264)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:264)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:264)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:264)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:264)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:265)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:265)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:265)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:270)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:286)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:52)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:286)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:286)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:287)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:287)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:287)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:287)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:287)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:288)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:288)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:288)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:289)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:289)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:289)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:295)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:296)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:298)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:298)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:298)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:298)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:304)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:109)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:308)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:336)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:52)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:336)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:336)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:340)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:340)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:340)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:341)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:52)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:341)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:341)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:344)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:344)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:344)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:344)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:344)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:345)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:345)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:345)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:346)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:23)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:346)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:12)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:24)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:346)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:346)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:23)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:346)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:12)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:24)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:346)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:21)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:346)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:28)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:346)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:29)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:346)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:347)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:52)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:347)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84f270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:347)
   by 0x...: crypto_kem_threebears1248r2cca_opt_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:369)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_Permute_24rounds (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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:370)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/opt/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:369)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_Permute_24rounds (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...: KeccakP1600_Permute_24rounds (impl.c:4)

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

TIMECOP error (can be valgrind bug)


error 99
0a7e8d3190615071aa7cdf7d937a0ba47b7b3b37ea5298174ff9d063a8834ec0 1333188703 7620607809 1800000000 crypto_kem/threebears1248r2cca/ref
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xad8b8c58 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 0xad8b8c58 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 0xad8b8c58 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 0xad8b8c58 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_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:13)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b88a0 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_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:13)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

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

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

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

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

TIMECOP error (can be valgrind bug)


error 99
0a7e8d3190615071aa7cdf7d937a0ba47b7b3b37ea5298174ff9d063a8834ec0 1828030451 11642620242 1800000000 crypto_kem/threebears1248r2cca/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 0xad9c7c70 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 0xad9c7c60 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 0xad9c7c60 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 0xad9c7c60 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 0xad9c7c60 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 0xad9c7c60 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 0xad9c7c60 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 0xad9c7c60 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 0xad9c7c60 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 0xad9c7c60 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 0xad9c7c60 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...: doit (try.c:118)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c7c78 is on thread 1's stack
 24 bytes below stack pointer

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_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:13)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c78b8 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_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:13)
   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...: keccakf (shake.c:87)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:97)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c68c8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: keccakf (shake.c:87)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:98)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c68c8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:98)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:98)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:98)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:98)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:98)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:61)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:98)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Invalid write of size 4
   at 0x...: keccakf (shake.c:87)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:99)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c68c8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:99)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:99)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:99)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:99)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:99)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:61)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:99)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_expand_3120 (shake.c:33)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:33)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:41)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:43)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:43)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:55)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c68d8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c68d8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:78)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c68d8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:82)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c68d0 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: noise (threebears.c:67)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:86)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c68d8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:86)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c68d0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:86)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: noise (threebears.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:86)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:86)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: noise (threebears.c:67)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c68d8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c68d0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:74)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)


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...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:75)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:75)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:75)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_expand_3120 (shake.c:33)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:33)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:41)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:43)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:43)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:55)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:78)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:81)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:81)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:81)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_expand_3120 (shake.c:33)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:33)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:41)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:43)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:43)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

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

Use of uninitialised value of size 4
   at 0x...: memset (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

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

Use of uninitialised value of size 4
   at 0x...: memset (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:97)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:97)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:90)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:97)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:97)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:97)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:61)
   by 0x...: left_encode (shake.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:97)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_expand_3120 (shake.c:33)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:33)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:41)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:43)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:43)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:55)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:38)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c68d8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:38)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:38)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:38)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c68d8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: uniform (threebears.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c68d8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: uniform (threebears.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: uniform (threebears.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: uniform (threebears.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: uniform (threebears.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c68d8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: uniform (threebears.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: uniform (threebears.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: uniform (threebears.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c68d0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:74)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:75)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:75)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:75)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:78)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:81)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:81)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:81)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:92)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c68d8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: threebears_hash_init (threebears.c:33)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: noise (threebears.c:67)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: noise (threebears.c:67)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: noise (threebears.c:67)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

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

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_expand_3120 (shake.c:33)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:33)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:41)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:43)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:43)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:55)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6990 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:112)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6990 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:113)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6990 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:114)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6990 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...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

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...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

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...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

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...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: noise (threebears.c:67)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:118)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6990 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: noise (threebears.c:67)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:118)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: noise (threebears.c:67)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:118)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: noise (threebears.c:67)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:118)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:118)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6988 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:74)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:118)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:75)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:118)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:75)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:118)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:75)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:118)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:118)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:78)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:118)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:81)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:118)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:81)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:118)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:81)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:118)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: noise (threebears.c:67)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:121)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6990 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:121)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6988 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:121)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_expand_3120 (shake.c:33)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:33)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:41)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:43)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:43)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:55)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:38)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6990 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6990 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: uniform (threebears.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6990 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: uniform (threebears.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6990 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6988 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:124)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6990 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_mac_3120 (ring.c:14)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:124)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_mac_3120 (ring.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:124)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_mac_3120 (ring.c:42)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:124)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:122)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: threebears_hash_init (threebears.c:33)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_mac_3120 (ring.c:51)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_contract_3120 (ring.c:78)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:126)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_canon_3120 (ring.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_contract_3120 (ring.c:78)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:126)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_canon_3120 (ring.c:59)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_contract_3120 (ring.c:78)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:126)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_canon_3120 (ring.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_contract_3120 (ring.c:78)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:126)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_canon_3120 (ring.c:66)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_contract_3120 (ring.c:78)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:126)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_canon_3120 (ring.c:67)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_contract_3120 (ring.c:78)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:126)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_canon_3120 (ring.c:67)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_contract_3120 (ring.c:78)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:126)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_contract_3120 (ring.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:126)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_contract_3120 (ring.c:83)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:126)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

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...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

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...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

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...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

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...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:121)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: noise (threebears.c:67)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:128)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6990 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:128)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6988 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:128)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:128)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:133)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6990 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_mac_3120 (ring.c:14)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:133)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_mac_3120 (ring.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:133)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_mac_3120 (ring.c:42)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:133)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_mac_3120 (ring.c:51)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:135)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_canon_3120 (ring.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:135)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_canon_3120 (ring.c:59)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:135)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_canon_3120 (ring.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:135)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_canon_3120 (ring.c:66)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:135)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_canon_3120 (ring.c:67)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:135)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_canon_3120 (ring.c:67)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:135)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:156)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:158)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:163)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6988 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:149)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c7c50 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 0xad9c7c50 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 0xad9c7c50 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 0xad9c7c50 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)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_expand_3120 (shake.c:33)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:33)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:41)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:43)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:43)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:55)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6608 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:176)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6608 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:177)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6608 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: noise (threebears.c:67)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6608 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6600 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:183)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6608 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_mac_3120 (ring.c:20)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:183)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:180)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bitinrangepublicpos_mask (crypto_int64.h:164)
   by 0x...: crypto_int64_shrmod (crypto_int64.h:207)
   by 0x...: crypto_int64_bitmod_01 (crypto_int64.h:222)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:195)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:86)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:208)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: noise (threebears.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:86)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:208)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:86)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:208)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: threebears_hash_init (threebears.c:33)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:208)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:121)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:212)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:122)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:212)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:212)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: threebears_hash_init (threebears.c:33)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:123)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:212)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:121)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:212)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:128)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:212)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:128)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:212)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:156)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:212)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:157)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:212)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:158)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:212)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (ring.c:7)

Use of uninitialised value of size 4
   at 0x...: crypto_uint32_signed_negative_mask (crypto_uint32.h:66)
   by 0x...: crypto_uint32_nonzero_mask (crypto_uint32.h:211)
   by 0x...: crypto_uint32_zero_mask (crypto_uint32.h:244)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:219)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:224)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6608 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:225)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6600 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_uint32_zero_mask (crypto_uint32.h:244)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:219)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_expand_3120 (shake.c:33)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:33)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:41)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:43)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:43)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:55)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccakf (shake.c:87)

Use of uninitialised value of size 4
   at 0x...: threebears_hash_init (threebears.c:33)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6608 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6608 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:228)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:229)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6608 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:229)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:229)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:229)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6608 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_expand_3120 (shake.c:33)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:33)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:41)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:43)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:43)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:55)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:232)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c6600 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:74)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:232)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:75)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:232)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:75)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:232)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:75)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:232)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:232)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:78)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:232)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:232)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:232)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:232)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:235)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

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 0xad9c7c50 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 0xad9c7c50 is on thread 1's stack
 24 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:173)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c7c50 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 0xad9c7c50 is on thread 1's stack
 24 bytes below stack pointer

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

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

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

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:185)
   by 0x...: main (try-anything.c:345)
 Address 0xad9c7c50 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 0xad9c7c50 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 0xad9c7c50 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...: main (try-anything.c:347)
 Uninitialised value was created by a stack allocation
   at 0x...: doit (try.c:118)

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

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

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

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

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

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

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

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

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...: doit (try.c:118)

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
0a7e8d3190615071aa7cdf7d937a0ba47b7b3b37ea5298174ff9d063a8834ec0 2860734528 15693339610 1800000000 crypto_kem/threebears1248r2cca/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 0xade73c70 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 0xade73c60 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 0xade73c60 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 0xade73c60 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 0xade73c60 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 0xade73c60 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 0xade73c60 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 0xade73c60 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 0xade73c60 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 0xade73c60 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 0xade73c60 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_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:13)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade738b8 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_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:13)
   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...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade72b60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:33)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: keccakf (shake.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:41)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: keccakf (shake.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:38)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade72b88 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade72b88 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:77)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:78)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade72ba8 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...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

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...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

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...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

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...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

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...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

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...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

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...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

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...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:82)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade72ba8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: noise (threebears.c:67)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:86)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade72988 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:86)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade72988 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:86)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:86)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: noise (threebears.c:67)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade72988 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: noise (threebears.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade72988 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:89)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:100)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade728e8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:33)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: keccakf (shake.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:41)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: keccakf (shake.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_threebears_cshake_init (shake.c:101)
   by 0x...: threebears_hash_init (threebears.c:32)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:38)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade72910 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade72910 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: threebears_hash_init (threebears.c:39)
   by 0x...: uniform (threebears.c:46)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: uniform (threebears.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade72930 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: uniform (threebears.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade72930 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: uniform (threebears.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: uniform (threebears.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: uniform (threebears.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade72930 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:74)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:75)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:75)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:75)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:75)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:33)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: keccakf (shake.c:32)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:39)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:41)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: keccakf (shake.c:48)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:48)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:53)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:55)
   by 0x...: hash_update_byte (shake.c:61)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:77)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:78)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:81)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)


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...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:81)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:81)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:33)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: keccakf (shake.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:37)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:39)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:41)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: keccakf (shake.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:48)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:51)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:53)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: uniform (threebears.c:49)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:91)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

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 0xade73c50 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 0xade73c50 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 0xade73c50 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...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:113)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xade72c40 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:114)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xade72c40 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: hash_update_byte (shake.c:60)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:114)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:69)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:114)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:118)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:118)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:121)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:121)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:128)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:128)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:139)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Invalid write of size 4
   at 0x...: s18update (melas_fec.c:17)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_set (melas_fec.c:30)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:151)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xade72c38 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_set (melas_fec.c:32)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:151)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: s18update (melas_fec.c:17)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:163)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xade72c40 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:149)
   by 0x...: main (try-anything.c:345)
 Address 0xade73c50 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 0xade73c50 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 0xade73c50 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 0xade73c50 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:177)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xade72660 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Use of uninitialised value of size 4
   at 0x...: noise (threebears.c:70)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

Invalid write of size 4
   at 0x...: s18update (melas_fec.c:17)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (melas_fec.c:62)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:202)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xade725f8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: s18update (melas_fec.c:17)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (melas_fec.c:62)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:202)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xade725f8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: s18update (melas_fec.c:19)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (melas_fec.c:62)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:202)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: s18update (melas_fec.c:17)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: s18update (melas_fec.c:18)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_melas_fec_correct (melas_fec.c:62)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:202)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: s18update (melas_fec.c:17)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:139)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:212)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:224)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xade72660 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:225)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xade72660 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:229)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xade72660 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:68)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:230)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xade72660 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:232)
   by 0x...: crypto_kem_threebears1248r2cca_ref_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xade72660 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:168)
   by 0x...: main (try-anything.c:345)
 Address 0xade73c50 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 0xade73c50 is on thread 1's stack
 24 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:173)
   by 0x...: main (try-anything.c:345)
 Address 0xade73c50 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 0xade73c50 is on thread 1's stack
 24 bytes below stack pointer

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

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

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

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:185)
   by 0x...: main (try-anything.c:345)
 Address 0xade73c50 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 0xade73c50 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 0xade73c50 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...: main (try-anything.c:346)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: 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...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:73)

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

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

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

TIMECOP error (can be valgrind bug)


error 99
0a7e8d3190615071aa7cdf7d937a0ba47b7b3b37ea5298174ff9d063a8834ec0 1406583151 7789000847 1800000000 crypto_kem/threebears1248r2cca/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 0xada6ec70 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_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:13)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada6e8b0 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_threebears1248r2cca_ref_constbranchindex_keypair (kem.c:13)
   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)

TIMECOP error (can be valgrind bug)


error 99
0a7e8d3190615071aa7cdf7d937a0ba47b7b3b37ea5298174ff9d063a8834ec0 294796652 2343134363 1800000000 crypto_kem/threebears1248r2cca/vec
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xad8b3c58 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 0xad8b3c58 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...: KeccakP1600_Permute_24rounds (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 0xad8b3c58 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...: KeccakP1600_Permute_24rounds (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 0xad8b3c58 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...: KeccakP1600_Permute_24rounds (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_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:13)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b38a0 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_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:13)
   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_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Address 0xad8b2dc0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:104)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:104)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:104)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:104)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea8 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:104)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:105)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:105)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea8 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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:105)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:73)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:110)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:87)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:110)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:88)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:110)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:73)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2da8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:83)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:80)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2da8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_ExtractBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:83)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:80)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:87)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2da8 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:88)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:73)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2da8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:83)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:80)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2da8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:83)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:80)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:87)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2da8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:88)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:73)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2da8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:83)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:80)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:82)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2da8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:83)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:80)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:87)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2da8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:88)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:197)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:129)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:132)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea8 is on thread 1's stack
 24 bytes below stack pointer

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea8 is on thread 1's stack
 24 bytes below stack pointer

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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

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...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

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...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

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...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

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...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_get_pubkey (threebears.c:134)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_keygen (threebears.h:40)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_keypair (kem.c:14)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:159)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:159)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:159)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:159)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:159)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:160)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:160)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:160)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:161)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:161)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:161)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:177)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:177)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:177)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:177)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:180)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:182)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:187)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:73)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:226)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:87)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:226)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2ea0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:88)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_encapsulate (threebears.c:226)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_enc (kem.c:26)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:292)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:292)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:292)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:292)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:292)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:293)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:293)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:293)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:308)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:73)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:325)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:87)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:325)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:88)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:325)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:326)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:326)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:326)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:326)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:326)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:327)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:327)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:327)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:328)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:328)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:328)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:352)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:353)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:355)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:355)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:355)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:355)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: uniform (threebears.c:55)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: uniform (threebears.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: uniform (threebears.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:361)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: hash_update_byte (shake.c:94)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_times_n (shake.c:196)
   by 0x...: noise (threebears.c:81)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:365)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:73)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:394)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:87)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:394)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:88)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:394)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:398)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:398)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:398)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:73)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:399)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:87)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:399)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:88)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:399)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:402)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:35)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:402)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:402)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:402)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: threebears_hash_init (threebears.c:36)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:402)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:403)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:403)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:403)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:404)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:404)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:59)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:404)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:404)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:58)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:404)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: keccakf (shake.c:47)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:59)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:404)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:56)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:404)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:63)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:404)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_update (shake.c:64)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:404)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:73)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:405)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Invalid write of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:87)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:405)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad8b2270 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_hash_output (shake.c:88)
   by 0x...: pqcrypto_kem_threebears1248r2cca_impl_priv_decapsulate (threebears.c:405)
   by 0x...: crypto_kem_threebears1248r2cca_vec_constbranchindex_dec (kem.c:38)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:369)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_Permute_24rounds (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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:370)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears1248r2cca/vec/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:369)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_Permute_24rounds (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...: KeccakP1600_Permute_24rounds (impl.c:4)

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