Test results for armeabi, tinker, crypto_kem/threebears936r2cpax
[Page version: 20241024 12:18:11]
Measurements for armeabi, tinker, crypto_kem
Test results for armeabi, tinker, crypto_kem
Test results for crypto_kem/threebears936r2cpax
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_kem
Primitive: threebears936r2cpax
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
1082188 | 6474 0 0 | 32521 404 1552 | opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241014 | 20240909 |
1097049 | 9426 0 0 | 36201 404 1552 | opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241014 | 20240909 |
1126617 | 10812 0 0 | 39610 432 1552 | opt | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241014 | 20240909 |
1129848 | 10812 0 0 | 39610 432 1552 | vec | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241014 | 20240909 |
1172592 | 9601 0 0 | 36925 404 1552 | vec | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241014 | 20240909 |
1270843 | 4678 0 0 | 29077 396 1544 | T!!!opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241014 | 20240909 |
Compiler output
threebears.c: threebears.c:102:22: warning: argument 1 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c: 102 | void keygen(uint8_t *pk, uint8_t *sk, const uint8_t *seed) {
threebears.c: | ~~~~~~~~~^~
threebears.c: In file included from threebears.c:8:
threebears.c: threebears.h:23:13: note: previously declared as an array ‘uint8_t[1194]’ {aka ‘unsigned char[1194]’}
threebears.c: 23 | uint8_t pk[PQCRYPTO_KEM_THREEBEARS936R2CPAX_IMPL_PRIV_PUBLIC_KEY_BYTES],
threebears.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: threebears.c:102:35: warning: argument 2 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c: 102 | void keygen(uint8_t *pk, uint8_t *sk, const uint8_t *seed) {
threebears.c: | ~~~~~~~~~^~
threebears.c: threebears.h:24:13: note: previously declared as an array ‘uint8_t[1194]’ {aka ‘unsigned char[1194]’}
threebears.c: 24 | uint8_t sk[PQCRYPTO_KEM_THREEBEARS936R2CPAX_IMPL_PRIV_PRIVATE_KEY_BYTES],
threebears.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: threebears.c:102:54: warning: argument 3 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c: 102 | void keygen(uint8_t *pk, uint8_t *sk, 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_THREEBEARS936R2CPAX_IMPL_PRIV_KEYGEN_SEED_BYTES]
threebears.c: | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: threebears.c:144:14: warning: argument 1 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c: 144 | uint8_t *shared_secret,
threebears.c: | ~~~~~~~~~^~~~~~~~~~~~~
threebears.c: threebears.h:39:13: note: previously declared as an array ‘uint8_t[32]’ {aka ‘unsigned char[32]’}
threebears.c: 39 | uint8_t shared_secret[PQCRYPTO_KEM_THREEBEARS936R2CPAX_IMPL_PRIV_SHARED_SECRET_BYTES],
threebears.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
opt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
threebears.c: threebears.c:102:22: warning: argument 1 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c: 102 | void keygen(uint8_t *pk, uint8_t *sk, const uint8_t *seed) {
threebears.c: | ~~~~~~~~~^~
threebears.c: In file included from threebears.c:8:
threebears.c: threebears.h:23:13: note: previously declared as an array ‘uint8_t[1194]’ {aka ‘unsigned char[1194]’}
threebears.c: 23 | uint8_t pk[PQCRYPTO_KEM_THREEBEARS936R2CPAX_IMPL_PRIV_PUBLIC_KEY_BYTES],
threebears.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: threebears.c:102:35: warning: argument 2 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c: 102 | void keygen(uint8_t *pk, uint8_t *sk, const uint8_t *seed) {
threebears.c: | ~~~~~~~~~^~
threebears.c: threebears.h:24:13: note: previously declared as an array ‘uint8_t[1194]’ {aka ‘unsigned char[1194]’}
threebears.c: 24 | uint8_t sk[PQCRYPTO_KEM_THREEBEARS936R2CPAX_IMPL_PRIV_PRIVATE_KEY_BYTES],
threebears.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: threebears.c:102:54: warning: argument 3 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c: 102 | void keygen(uint8_t *pk, uint8_t *sk, 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_THREEBEARS936R2CPAX_IMPL_PRIV_KEYGEN_SEED_BYTES]
threebears.c: | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: threebears.c:159:14: warning: argument 1 of type ‘uint8_t *’ {aka ‘unsigned char *’} declared as a pointer [-Warray-parameter=]
threebears.c: 159 | uint8_t *shared_secret,
threebears.c: | ~~~~~~~~~^~~~~~~~~~~~~
threebears.c: threebears.h:39:13: note: previously declared as an array ‘uint8_t[32]’ {aka ‘unsigned char[32]’}
threebears.c: 39 | uint8_t shared_secret[PQCRYPTO_KEM_THREEBEARS936R2CPAX_IMPL_PRIV_SHARED_SECRET_BYTES],
threebears.c: | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
threebears.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
vec | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
vec | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
vec | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
vec | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Namespace violations
melas_fec.o pqcrypto_kem_threebears936r2cpax_impl_priv_melas_fec_correct T
melas_fec.o pqcrypto_kem_threebears936r2cpax_impl_priv_melas_fec_set T
ring.o pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 T
ring.o pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 T
ring.o pqcrypto_kem_threebears936r2cpax_impl_priv_expand_3120 T
ring.o pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 T
shake.o pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output T
shake.o pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n T
shake.o pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update T
shake.o pqcrypto_kem_threebears936r2cpax_impl_priv_threebears_cshake_init T
threebears.o pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate T
threebears.o pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate T
threebears.o pqcrypto_kem_threebears936r2cpax_impl_priv_keygen T
threebears.o pqcrypto_kem_threebears936r2cpax_impl_priv_secure_bzero T
Number of similar (implementation,compiler) pairs: 6, namely:
Implementation | Compiler |
opt | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
vec | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
vec | gcc -march=native -mtune=native -O3 -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 0xadc2fc70 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_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:13)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadc2f8b0 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_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Address 0xadc2f078 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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/opt/work/try-timecop)
Address 0xadc2f160 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:105)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:105)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:38)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:110)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/opt/work/try-timecop)
Address 0xadc2f190 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:110)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:109)
by 0x...: noise.constprop.0 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:38)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise.constprop.0 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: keccakf (shake.c:12)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:48)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise.constprop.0 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:45)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise.constprop.0 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:45)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise.constprop.0 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise.constprop.0 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:109)
by 0x...: noise.constprop.0 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:38)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise.constprop.0 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: keccakf (shake.c:12)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:48)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise.constprop.0 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:45)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise.constprop.0 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:45)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise.constprop.0 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise.constprop.0 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: uniform.constprop.0 (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: uniform.constprop.0 (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:109)
by 0x...: uniform.constprop.0 (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:38)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: uniform.constprop.0 (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: keccakf (shake.c:12)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:48)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: uniform.constprop.0 (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:45)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: uniform.constprop.0 (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:45)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: uniform.constprop.0 (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: uniform.constprop.0 (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:156)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:156)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:156)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:157)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:157)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:158)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:158)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:38)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:183)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:183)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:186)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:186)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:187)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:187)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:38)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:210)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:210)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:297)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:297)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:298)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:298)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:38)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:302)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:302)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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...: 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/threebears936r2cpax/opt/work/try-timecop)
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:
Implementation | Compiler |
opt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
d0d4e34a74285c287acc15699cc8846de7d08b5af114759a27e97c307b83aae7 88683711 980791551 1800000000 crypto_kem/threebears936r2cpax/opt
Invalid write of size 4
at 0x...: main (try-anything.c:335)
Address 0xadf22c58 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 0xadf22c58 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 0xadf22c58 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 0xadf22c58 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_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:13)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf228a0 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_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Address 0xadf21fa0 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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:28)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf22088 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:28)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf22088 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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:105)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:28)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:105)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf22088 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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:105)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:38)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:110)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:52)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:110)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf22088 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:110)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:109)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:38)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:47)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf21f88 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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: keccakf (shake.c:12)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:48)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:45)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:47)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf21f88 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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: keccakf (shake.c:12)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:48)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:45)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:52)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf21f88 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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:109)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:38)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:47)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf21f88 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_threebears936r2cpax_impl_priv_hash_output (shake.c:48)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:45)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:47)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf21f88 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_threebears936r2cpax_impl_priv_hash_output (shake.c:48)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:45)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:52)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf21f88 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:109)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:38)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:47)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf21f88 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_threebears936r2cpax_impl_priv_hash_output (shake.c:48)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:45)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:47)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf21f88 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_threebears936r2cpax_impl_priv_hash_output (shake.c:48)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:45)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:52)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf21f88 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:109)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf22088 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf22088 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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:28)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf22088 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/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:109)
by 0x...: uniform (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf22088 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf22088 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:28)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf22088 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:109)
by 0x...: uniform (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf22088 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf22088 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:28)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadf22088 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:109)
by 0x...: uniform (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:28)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:156)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf22080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:156)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:156)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:28)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:156)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf22080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:156)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:157)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:28)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:157)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf22080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:157)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:158)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:28)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:158)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf22080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:158)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:109)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:162)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:109)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:162)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:109)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:162)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:109)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:165)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf22080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf22080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:28)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf22080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:109)
by 0x...: uniform (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf22080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf22080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:28)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf22080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:109)
by 0x...: uniform (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf22080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf22080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:28)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf22080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:109)
by 0x...: uniform (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:109)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:172)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:38)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:183)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:52)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:183)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf22080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:183)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:28)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:185)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf22080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:185)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:185)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:28)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:185)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf22080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:185)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:186)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:28)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:186)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf22080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:186)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:187)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:28)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:187)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf22080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:187)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:38)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:210)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:52)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:210)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadf22080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:210)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:28)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:296)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadf225f8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:296)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:296)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:28)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:296)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadf225f8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:296)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:297)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:28)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:297)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadf225f8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:297)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:298)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:28)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:298)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadf225f8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:298)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:38)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:302)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:52)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:302)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadf225f8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:302)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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:
Implementation | Compiler |
opt | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
TIMECOP error (can be valgrind bug)
error 99
d0d4e34a74285c287acc15699cc8846de7d08b5af114759a27e97c307b83aae7 93072046 841570825 1800000000 crypto_kem/threebears936r2cpax/opt
Invalid write of size 4
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xadbddc70 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 0xadbddc60 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 0xadbddc60 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 0xadbddc60 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 0xadbddc60 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 0xadbddc60 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 0xadbddc60 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 0xadbddc60 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 0xadbddc60 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 0xadbddc60 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 0xadbddc60 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...: KeccakP1600_Permute_24rounds (impl.c:4)
Invalid write of size 4
at 0x...: doit (try.c:118)
by 0x...: main (try-anything.c:345)
Address 0xadbddc78 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_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:13)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbdd8b8 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_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Address 0xadbdd0b0 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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbdd1b0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Address 0xadbdd198 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbdd1b0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:105)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbdd1b0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:105)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:110)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbdd1b0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Address 0xadbdd198 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:110)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (threebears.c:74)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbdd1b0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise.constprop.0 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbdd090 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/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: keccakf (shake.c:12)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:48)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise.constprop.0 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise.constprop.0 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
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_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
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_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
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_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
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_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:106)
by 0x...: noise.constprop.0 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
Use of uninitialised value of size 4
at 0x...: noise.constprop.0 (threebears.c:90)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
Conditional jump or move depends on uninitialised value(s)
at 0x...: noise.constprop.0 (threebears.c:89)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
Use of uninitialised value of size 4
at 0x...: noise.constprop.0 (threebears.c:93)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbdd1b0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_expand_3120 (ring.c:253)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:179)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:179)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbdd198 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:260)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:179)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:268)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:179)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:185)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:183)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Use of uninitialised value of size 4
at 0x...: write_limb (ring.c:170)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:187)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:197)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:196)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Invalid write of size 4
at 0x...: ??? (threebears.c:74)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbdd1b0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise.constprop.0 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbdd090 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_threebears936r2cpax_impl_priv_hash_output (shake.c:48)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise.constprop.0 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise.constprop.0 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:106)
by 0x...: noise.constprop.0 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: uniform.constprop.0 (threebears.c:55)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbdd098 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: uniform.constprop.0 (threebears.c:55)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbdd098 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:20)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: uniform.constprop.0 (threebears.c:55)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: uniform.constprop.0 (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbdd098 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:20)
by 0x...: uniform.constprop.0 (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:21)
by 0x...: uniform.constprop.0 (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: uniform.constprop.0 (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:106)
by 0x...: uniform.constprop.0 (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_expand_3120 (ring.c:212)
by 0x...: uniform.constprop.0 (threebears.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_expand_3120 (ring.c:216)
by 0x...: uniform.constprop.0 (threebears.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_expand_3120 (ring.c:208)
by 0x...: uniform.constprop.0 (threebears.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:122)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:126)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadbdd1b0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: write_limb (ring.c:170)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:187)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:126)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:197)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:126)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:196)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:126)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
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 0xadbddc50 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 0xadbddc50 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 0xadbddc48 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)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:156)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbdd188 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:156)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:156)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbdd188 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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:156)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:157)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbdd188 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:157)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:158)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbdd188 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:158)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (threebears.c:74)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:162)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbdd188 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (threebears.c:74)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:162)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbdd188 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (threebears.c:74)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:162)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbdd188 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (threebears.c:74)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:165)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbdd188 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: noise.constprop.0 (threebears.c:90)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:165)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Conditional jump or move depends on uninitialised value(s)
at 0x...: noise.constprop.0 (threebears.c:89)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:165)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Use of uninitialised value of size 4
at 0x...: noise.constprop.0 (threebears.c:93)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:165)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:85)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:168)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:135)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:168)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:155)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:168)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:166)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:170)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbdd188 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:185)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:170)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:183)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:170)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Use of uninitialised value of size 4
at 0x...: write_limb (ring.c:170)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:187)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:170)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:197)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:170)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:196)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:170)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:164)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Invalid write of size 4
at 0x...: ??? (threebears.c:74)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:172)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbdd188 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: noise.constprop.0 (threebears.c:90)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:172)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: noise.constprop.0 (threebears.c:89)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:172)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: noise.constprop.0 (threebears.c:93)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:172)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:85)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:177)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:135)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:177)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:155)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:177)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_expand_3120 (ring.c:253)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbdd188 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:260)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:268)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:183)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbdd188 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:183)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:185)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbdd188 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:185)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:185)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbdd188 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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:185)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:186)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbdd188 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:186)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:187)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbdd188 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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
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_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
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_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:187)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: s18update (melas_fec.c:13)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_melas_fec_set (melas_fec.c:27)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:195)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
Conditional jump or move depends on uninitialised value(s)
at 0x...: s18update (melas_fec.c:12)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_melas_fec_set (melas_fec.c:27)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:195)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:201)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Use of uninitialised value of size 4
at 0x...: bits_starting_at (threebears.c:42)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:205)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
Use of uninitialised value of size 4
at 0x...: bits_starting_at (threebears.c:42)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:206)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:210)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadbdd188 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:210)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
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 0xadbddc50 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 0xadbddc50 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 0xadbddc48 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 0xadbddc48 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)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
by 0x...: decrypt_seed (threebears.c:224)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:267)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadbdd628 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: decrypt_seed (threebears.c:229)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:267)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:296)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadbdd628 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:296)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:296)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadbdd628 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:296)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:297)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadbdd628 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:297)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:298)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadbdd628 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:298)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:302)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadbdd628 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:302)
by 0x...: crypto_kem_threebears936r2cpax_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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
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 0xadbddc50 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 0xadbddc48 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 0xadbddc48 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 0xadbddc48 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 0xadbddc48 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 0xadbddc48 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 0xadbddc48 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)
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_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
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...: 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:
Implementation | Compiler |
opt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
d0d4e34a74285c287acc15699cc8846de7d08b5af114759a27e97c307b83aae7 85915237 918274402 1800000000 crypto_kem/threebears936r2cpax/opt
Invalid write of size 4
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xadebfc70 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 0xadebfc60 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 0xadebfc60 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 0xadebfc60 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 0xadebfc60 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 0xadebfc60 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 0xadebfc60 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 0xadebfc60 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 0xadebfc60 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 0xadebfc60 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 0xadebfc60 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...: KeccakP1600_Permute_24rounds (impl.c:4)
Invalid write of size 4
at 0x...: doit (try.c:118)
by 0x...: main (try-anything.c:345)
Address 0xadebfc78 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_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:13)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadebf8b8 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_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Address 0xadebefa8 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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Address 0xadebf090 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:105)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:105)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:110)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:37)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:110)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:39)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:110)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
Use of uninitialised value of size 4
at 0x...: keccakf (shake.c:12)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:42)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:110)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
Invalid write of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Address 0xadebf090 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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:110)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
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_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
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_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
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_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
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_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
Invalid write of size 4
at 0x...: ??? (threebears.c:74)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise.constprop.1 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadebef88 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_threebears936r2cpax_impl_priv_hash_output (shake.c:48)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise.constprop.1 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:110)
by 0x...: noise.constprop.1 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:106)
by 0x...: noise.constprop.1 (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_expand_3120 (ring.c:253)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:179)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:179)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadebf088 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:260)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:179)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:268)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:179)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:269)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:179)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:269)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:179)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:185)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:183)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Use of uninitialised value of size 4
at 0x...: write_limb (ring.c:170)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:187)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:197)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:196)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:118)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Use of uninitialised value of size 4
at 0x...: noise.constprop.1 (threebears.c:90)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: noise.constprop.1 (threebears.c:89)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: noise.constprop.1 (threebears.c:93)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Invalid write of size 4
at 0x...: ??? (threebears.c:74)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a8 is on thread 1's stack
24 bytes below stack pointer
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...: threebears_hash_init (threebears.c:30)
by 0x...: uniform (threebears.c:55)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: uniform (threebears.c:55)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a8 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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (threebears.c:74)
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...: ??? (threebears.c:74)
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...: ??? (threebears.c:74)
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...: ??? (threebears.c:74)
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...: ??? (threebears.c:74)
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...: ??? (threebears.c:74)
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...: ??? (threebears.c:74)
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...: ??? (threebears.c:74)
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...: ??? (threebears.c:74)
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...: ??? (threebears.c:74)
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...: ??? (threebears.c:74)
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...: ??? (threebears.c:74)
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...: ??? (threebears.c:74)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: uniform (threebears.c:55)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:106)
by 0x...: uniform (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:123)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:122)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:126)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: write_limb (ring.c:170)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:187)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:126)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:197)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:126)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:196)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:126)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
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 0xadebfc50 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 0xadebfc50 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 0xadebfc50 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_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:156)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:156)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:156)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:156)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:157)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:157)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:158)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:158)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (threebears.c:74)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:162)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (threebears.c:74)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:162)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (threebears.c:74)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:162)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (threebears.c:74)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:165)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a0 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:30)
by 0x...: uniform (threebears.c:55)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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...: ??? (threebears.c:74)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: uniform (threebears.c:55)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: uniform (threebears.c:55)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:106)
by 0x...: uniform (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:167)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:166)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:170)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: write_limb (ring.c:170)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:187)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:170)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:197)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:170)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:196)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:170)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:164)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:106)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:172)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadebf098 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:183)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:183)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: threebears_hash_init (threebears.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:185)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
Use of uninitialised value of size 4
at 0x...: threebears_hash_init (threebears.c:30)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:185)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:185)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:185)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:185)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:185)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:186)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:186)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:187)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:187)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_melas_fec_set (melas_fec.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:195)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:210)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadebf0a0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:210)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
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 0xadebfc50 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 0xadebfc50 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 0xadebfc50 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 0xadebfc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:158)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
by 0x...: decrypt_seed (threebears.c:224)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:267)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadebf628 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: decrypt_seed (threebears.c:226)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:267)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Use of uninitialised value of size 4
at 0x...: threebears_hash_init (threebears.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:296)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:296)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadebf630 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:296)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:296)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadebf630 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:296)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:297)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadebf630 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:297)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:19)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:298)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadebf630 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:298)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:302)
by 0x...: crypto_kem_threebears936r2cpax_opt_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadebf630 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:53)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:302)
by 0x...: crypto_kem_threebears936r2cpax_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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/opt/work/try-timecop)
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 0xadebfc50 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 0xadebfc50 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 0xadebfc50 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 0xadebfc50 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 0xadebfc50 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 0xadebfc50 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 0xadebfc50 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_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
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_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
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:
Implementation | Compiler |
opt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 99
d0d4e34a74285c287acc15699cc8846de7d08b5af114759a27e97c307b83aae7 89043256 983662674 1800000000 crypto_kem/threebears936r2cpax/vec
Invalid write of size 4
at 0x...: main (try-anything.c:335)
Address 0xaddaec58 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 0xaddaec58 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 0xaddaec58 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 0xaddaec58 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_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:13)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddae8a0 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_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Address 0xaddadfa0 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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:63)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddae088 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:56)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:63)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddae088 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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/vec/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:105)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:63)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:105)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddae088 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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/vec/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:105)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:73)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:110)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:87)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:110)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddae088 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:88)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:110)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:196)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:73)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:82)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddadf88 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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/vec/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: keccakf (shake.c:47)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:83)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:80)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:82)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddadf88 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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/vec/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: keccakf (shake.c:47)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:83)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:80)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:87)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddadf88 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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/vec/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:88)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:196)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:73)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:82)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddadf88 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_threebears936r2cpax_impl_priv_hash_output (shake.c:83)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:80)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:82)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddadf88 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_threebears936r2cpax_impl_priv_hash_output (shake.c:83)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:80)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:87)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddadf88 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:88)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:196)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:73)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:82)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddadf88 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_threebears936r2cpax_impl_priv_hash_output (shake.c:83)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:80)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:82)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddadf88 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_threebears936r2cpax_impl_priv_hash_output (shake.c:83)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:80)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:87)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddadf88 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:88)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:197)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:131)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:196)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:135)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddae088 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddae088 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/threebears936r2cpax/vec/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:56)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:63)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddae088 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/threebears936r2cpax/vec/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:196)
by 0x...: uniform (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddae088 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddae088 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:56)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:63)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddae088 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:196)
by 0x...: uniform (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddae088 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddae088 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:56)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:63)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xaddae088 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:196)
by 0x...: uniform (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:137)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:63)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:171)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xaddae080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:171)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:56)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:171)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:63)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:171)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xaddae080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:171)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:172)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:63)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:172)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xaddae080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:172)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:173)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:63)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:173)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xaddae080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:173)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:196)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:189)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:196)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:189)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:196)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:189)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:196)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:192)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xaddae080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xaddae080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:56)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:63)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xaddae080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:196)
by 0x...: uniform (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xaddae080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xaddae080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:56)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:63)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xaddae080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:196)
by 0x...: uniform (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xaddae080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xaddae080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:56)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:63)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xaddae080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:196)
by 0x...: uniform (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:194)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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_threebears936r2cpax_impl_priv_hash_times_n (shake.c:196)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:199)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:73)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:211)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:87)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:211)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xaddae080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:88)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:211)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:63)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:213)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xaddae080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:213)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:56)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:213)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:63)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:213)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xaddae080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:213)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:214)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:63)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:214)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xaddae080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:214)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:215)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:63)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:215)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xaddae080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:215)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:73)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:238)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:87)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:238)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xaddae080 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:88)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:238)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:63)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:326)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xaddae5f8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:326)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:56)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:326)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:63)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:326)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xaddae5f8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:326)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:327)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:63)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:327)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xaddae5f8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:327)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:328)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:63)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:328)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xaddae5f8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:328)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:73)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:332)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:87)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:332)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xaddae5f8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:88)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:332)
by 0x...: crypto_kem_threebears936r2cpax_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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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/threebears936r2cpax/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:
Implementation | Compiler |
vec | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
TIMECOP error (can be valgrind bug)
error 99
d0d4e34a74285c287acc15699cc8846de7d08b5af114759a27e97c307b83aae7 129305376 1013137035 1800000000 crypto_kem/threebears936r2cpax/vec
Invalid write of size 4
at 0x...: KeccakP1600times2_ExtractAndAddLanesAll (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xadd7bc70 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 0xadd7bc60 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 0xadd7bc60 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 0xadd7bc60 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 0xadd7bc60 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 0xadd7bc60 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 0xadd7bc60 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 0xadd7bc60 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 0xadd7bc60 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 0xadd7bc60 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 0xadd7bc60 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...: KeccakP1600times2_ExtractAndAddLanesAll (impl.c:4)
Invalid write of size 4
at 0x...: doit (try.c:118)
by 0x...: main (try-anything.c:345)
Address 0xadd7bc78 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_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:13)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadd7b8b8 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_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Address 0xadd79d10 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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadd79e10 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Address 0xadd79df8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadd79e10 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:104)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:105)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadd79e10 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:105)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:71)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:110)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadd79e10 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:72)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:110)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:74)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:110)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: keccakf (shake.c:47)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:77)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:110)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Invalid write of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Address 0xadd79df8 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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:88)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:110)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
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_threebears936r2cpax_impl_priv_hash_update (shake.c:71)
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_threebears936r2cpax_impl_priv_hash_update (shake.c:71)
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_threebears936r2cpax_impl_priv_hash_update (shake.c:71)
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_threebears936r2cpax_impl_priv_hash_update (shake.c:71)
Invalid write of size 4
at 0x...: KeccakP1600times2_OverwriteBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Address 0xadd79b60 is on thread 1's stack
24 bytes below stack pointer
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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:160)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:117)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: KeccakP1600times2_ExtractBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Address 0xadd79b60 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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600times2_OverwriteBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:119)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadd79e10 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:179)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:119)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadd79df0 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: write_limb (ring.c:170)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:187)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:119)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:197)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:119)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:196)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:119)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:119)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadd79e10 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:179)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:119)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadd79df0 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: write_limb (ring.c:170)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:187)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:119)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:197)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:119)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:196)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:119)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:119)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadd79e10 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:179)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:119)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadd79df0 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: write_limb (ring.c:170)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:187)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:119)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:197)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:119)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:196)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:119)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Use of uninitialised value of size 4
at 0x...: threebears_hash_init (threebears.c:30)
by 0x...: uniform (threebears.c:55)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: uniform (threebears.c:55)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadd79e10 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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
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_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
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_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
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_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
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_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
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_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
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_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
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_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
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_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
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_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
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_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
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_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
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_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: uniform (threebears.c:55)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadd79e10 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadd79e10 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:160)
by 0x...: uniform (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:176)
by 0x...: uniform (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: read_limb (ring.c:174)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_expand_3120 (ring.c:211)
by 0x...: uniform (threebears.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_expand_3120 (ring.c:212)
by 0x...: uniform (threebears.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_expand_3120 (ring.c:205)
by 0x...: uniform (threebears.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_expand_3120 (ring.c:216)
by 0x...: uniform (threebears.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: read_limb (ring.c:174)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_expand_3120 (ring.c:207)
by 0x...: uniform (threebears.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_expand_3120 (ring.c:208)
by 0x...: uniform (threebears.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: uniform (threebears.c:59)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:121)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:124)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:124)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:124)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:124)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:124)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:124)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:124)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:124)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:124)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:124)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:68)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:124)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:76)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:124)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:100)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:124)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:99)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:124)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:108)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:124)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:126)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_keypair (kem.c:14)
by 0x...: test (try.c:126)
by 0x...: main (try-anything.c:345)
Address 0xadd79e10 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: write_limb (ring.c:170)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:187)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:126)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:197)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:126)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:196)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:126)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_keygen (threebears.c:153)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
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 0xadd7bc50 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 0xadd7bc50 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 0xadd7bc50 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_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:171)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadd79c20 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:171)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:171)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadd79c20 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:171)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:172)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadd79c20 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:172)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:173)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadd79c20 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:173)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:160)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:178)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:176)
by 0x...: noise (threebears.c:81)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:178)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: threebears_hash_init (threebears.c:30)
by 0x...: uniform (threebears.c:55)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: uniform (threebears.c:55)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadd79c20 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: uniform (threebears.c:55)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadd79c20 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:55)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: uniform (threebears.c:55)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_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_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadd79c20 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:55)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:56)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: uniform (threebears.c:56)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:146)
by 0x...: uniform (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:160)
by 0x...: uniform (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_times_n (shake.c:176)
by 0x...: uniform (threebears.c:58)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: read_limb (ring.c:174)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_expand_3120 (ring.c:211)
by 0x...: uniform (threebears.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_expand_3120 (ring.c:212)
by 0x...: uniform (threebears.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_expand_3120 (ring.c:205)
by 0x...: uniform (threebears.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_expand_3120 (ring.c:216)
by 0x...: uniform (threebears.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: read_limb (ring.c:174)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_expand_3120 (ring.c:207)
by 0x...: uniform (threebears.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_expand_3120 (ring.c:208)
by 0x...: uniform (threebears.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: uniform (threebears.c:59)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:179)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:182)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:182)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:182)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:182)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:182)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:182)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:182)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:182)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:182)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:60)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:182)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:68)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:182)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:76)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:182)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:100)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:182)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:99)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:182)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_mac_3120 (ring.c:108)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:182)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:178)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:184)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadd79c20 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: write_limb (ring.c:170)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:187)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:184)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:197)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:184)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Conditional jump or move depends on uninitialised value(s)
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (ring.c:196)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:184)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:207)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadd79c18 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:71)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:211)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadd79c20 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:88)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:211)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:213)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadd79c20 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:213)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:213)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadd79c20 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:213)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:214)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadd79c20 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:214)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:215)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadd79c20 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:215)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_melas_fec_set (melas_fec.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:223)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: bits_starting_at (threebears.c:42)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:233)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Use of uninitialised value of size 4
at 0x...: bits_starting_at (threebears.c:42)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:234)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:71)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:238)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_enc (kem.c:26)
by 0x...: test (try.c:141)
by 0x...: main (try-anything.c:345)
Address 0xadd79c20 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:88)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_encapsulate (threebears.c:238)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
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 0xadd7bc50 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 0xadd7bc50 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 0xadd7bc50 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 0xadd7bc50 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:158)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Use of uninitialised value of size 4
at 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: myrandom (try-anything.c:153)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
by 0x...: decrypt_seed (threebears.c:254)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:297)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadd7b628 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: decrypt_seed (threebears.c:256)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:297)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Use of uninitialised value of size 4
at 0x...: threebears_hash_init (threebears.c:29)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:326)
by 0x...: crypto_kem_threebears936r2cpax_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...: pqcrypto_kem_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:326)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadd7b630 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: threebears_hash_init (threebears.c:35)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:326)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:326)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadd7b630 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: threebears_hash_init (threebears.c:36)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:326)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:327)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadd7b630 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:327)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_contract_3120 (shake.c:54)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:328)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadd7b630 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:64)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:328)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
Invalid write of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_update (shake.c:71)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:332)
by 0x...: crypto_kem_threebears936r2cpax_vec_constbranchindex_dec (kem.c:38)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadd7b630 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_hash_output (shake.c:88)
by 0x...: pqcrypto_kem_threebears936r2cpax_impl_priv_decapsulate (threebears.c:332)
by 0x...: crypto_kem_threebears936r2cpax_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/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/threebears936r2cpax/vec/work/try-timecop)
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 0xadd7bc50 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 0xadd7bc50 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 0xadd7bc50 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 0xadd7bc50 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 0xadd7bc50 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 0xadd7bc50 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 0xadd7bc50 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_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
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_threebears936r2cpax_impl_priv_canon_3120 (ring.c:249)
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:
Implementation | Compiler |
vec | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |