Test results for armeabi, tinker, crypto_kem/kyber512

[Page version: 20241215 22:35:41]

Measurements for armeabi, tinker, crypto_kem Test results for armeabi, tinker, crypto_kem Test results for crypto_kem/kyber512
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20241022
Operation: crypto_kem
Primitive: kyber512
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
100970420280 0 037450 432 1552refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
107778521312 0 036937 404 1552T!!!refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
11775518706 0 021837 396 1544refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
118199612464 0 027353 404 1552T!!!refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
119279611246 0 025945 404 1544refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
144772818528 0 047453 408 1568T!!!compactgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
220155813484 0 044370 436 1568compactclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
28712376296 0 034485 408 1568T!!!compactgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
32710605016 0 033021 408 1560compactgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
33289743652 0 030081 400 1560T!!!compactgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024111720241022

Compiler output


kem.c: kem.c:23:32: warning: argument 1 of type ‘uint8_t[800]’ {aka ‘unsigned char[800]’} with mismatched bound [-Warray-parameter=]
kem.c:    23 | int crypto_kem_keypair(uint8_t pk[KYBER_PUBLICKEYBYTES],
kem.c:       |                        ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
kem.c: In file included from kem.c:4:
kem.c: kem.h:33:33: note: previously declared as ‘uint8_t *’ {aka ‘unsigned char *’}
kem.c:    33 | int crypto_kem_keypair(uint8_t *pk, uint8_t *sk);
kem.c:       |                        ~~~~~~~~~^~
kem.c: kem.c:24:32: warning: argument 2 of type ‘uint8_t[1632]’ {aka ‘unsigned char[1632]’} with mismatched bound [-Warray-parameter=]
kem.c:    24 |                        uint8_t sk[KYBER_SECRETKEYBYTES])
kem.c:       |                        ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
kem.c: kem.h:33:46: note: previously declared as ‘uint8_t *’ {aka ‘unsigned char *’}
kem.c:    33 | int crypto_kem_keypair(uint8_t *pk, uint8_t *sk);
kem.c:       |                                     ~~~~~~~~~^~
kem.c: kem.c:51:28: warning: argument 1 of type ‘uint8_t[768]’ {aka ‘unsigned char[768]’} with mismatched bound [-Warray-parameter=]
kem.c:    51 | int crypto_kem_enc(uint8_t ct[KYBER_CIPHERTEXTBYTES],
kem.c:       |                    ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
kem.c: kem.h:36:29: note: previously declared as ‘uint8_t *’ {aka ‘unsigned char *’}
kem.c:    36 | int crypto_kem_enc(uint8_t *ct, uint8_t *ss, const uint8_t *pk);
kem.c:       |                    ~~~~~~~~~^~
kem.c: kem.c:52:28: warning: argument 2 of type ‘uint8_t[32]’ {aka ‘unsigned char[32]’} with mismatched bound [-Warray-parameter=]
kem.c:    52 |                    uint8_t ss[KYBER_SSBYTES],
kem.c:       |                    ~~~~~~~~^~~~~~~~~~~~~~~~~
kem.c: kem.h:36:42: note: previously declared as ‘uint8_t *’ {aka ‘unsigned char *’}
kem.c:    36 | int crypto_kem_enc(uint8_t *ct, uint8_t *ss, const uint8_t *pk);
kem.c:       |                                 ~~~~~~~~~^~
kem.c: ...

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

Failed TIMECOP


Invalid write of size 4
   at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xad96ec80 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 0xad96ec70 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 0xad96ec70 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 0xad96ec70 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 0xad96ec70 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 0xad96ec70 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 0xad96ec70 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 0xad96ec70 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 0xad96ec70 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 0xad96ec70 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 0xad96ec70 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...: ??? (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...: indcpa_keypair (kem.c:392)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad96d438 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...: indcpa_keypair (kem.c:392)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   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...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Address 0xad96d770 is on thread 1's stack
 32 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/kyber512/compact/work/try-timecop)
 Address 0xad96d688 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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Address 0xad96d688 is on thread 1's stack
 24 bytes below stack pointer

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

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

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

Use of uninitialised value of size 4
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:353)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_keypair (kem.c:394)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:352)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_keypair (kem.c:394)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: cbd3 (kem.c:141)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_keypair (kem.c:395)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: cbd3 (kem.c:141)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_keypair (kem.c:395)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: cbd3 (kem.c:141)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_keypair (kem.c:396)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: cbd3 (kem.c:141)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_keypair (kem.c:396)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Invalid write of size 4
   at 0x...: ??? (kem.c:223)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:310)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad96d580 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (kem.c:223)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:312)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad96d580 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: fqmul (kem.c:66)
   by 0x...: basemul (kem.c:99)
   by 0x...: poly_basemul_montgomery (kem.c:226)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:312)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:223)

Use of uninitialised value of size 4
   at 0x...: fqmul (kem.c:66)
   by 0x...: basemul (kem.c:99)
   by 0x...: poly_basemul_montgomery (kem.c:227)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:312)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:223)

Use of uninitialised value of size 4
   at 0x...: poly_add (kem.c:249)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:313)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:223)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

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 0xad96ec50 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 0xad96ec50 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 0xad96ec48 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...: ??? (kem.c:468)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad96ec50 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:353)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:352)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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...: cbd3 (kem.c:141)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_enc (kem.c:417)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: cbd3 (kem.c:141)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_enc (kem.c:417)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: cbd2 (kem.c:126)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:418)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: cbd2 (kem.c:126)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:418)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: cbd2 (kem.c:126)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:419)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: poly_add (kem.c:249)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:313)
   by 0x...: indcpa_enc (kem.c:421)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:223)

Use of uninitialised value of size 4
   at 0x...: poly_add (kem.c:249)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:313)
   by 0x...: indcpa_enc (kem.c:421)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:223)

Use of uninitialised value of size 4
   at 0x...: poly_add (kem.c:249)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:313)
   by 0x...: indcpa_enc (kem.c:422)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:223)

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 0xad96ec50 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 0xad96ec50 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 0xad96ec48 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 0xad96ec48 is on thread 1's stack
 32 bytes below stack pointer

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

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

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

Use of uninitialised value of size 4
   at 0x...: poly_add (kem.c:249)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:313)
   by 0x...: indcpa_dec (kem.c:439)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:488)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:223)

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

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 0xad96ec48 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 0xad96ec48 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 0xad96ec48 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 0xad96ec48 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 0xad96ec48 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 0xad96ec48 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...: 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)

Invalid write of size 4
   at 0x...: ??? (kem.c:468)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Address 0xad96ec80 is on thread 1's stack
 24 bytes below stack pointer

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
compactgcc -march=native -mtune=native -O2 -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 0xadc6ec80 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 0xadc6ec70 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 0xadc6ec70 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 0xadc6ec70 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 0xadc6ec70 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 0xadc6ec70 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 0xadc6ec70 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 0xadc6ec70 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 0xadc6ec70 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 0xadc6ec70 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 0xadc6ec70 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...: ??? (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...: indcpa_keypair (kem.c:392)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadc6d228 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...: indcpa_keypair (kem.c:392)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   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...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Address 0xadc6d560 is on thread 1's stack
 32 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/kyber512/compact/work/try-timecop)
 Address 0xadc6d478 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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Address 0xadc6d478 is on thread 1's stack
 24 bytes below stack pointer

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

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

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

Use of uninitialised value of size 4
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:357)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_keypair (kem.c:394)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:357)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_keypair (kem.c:394)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:352)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_keypair (kem.c:394)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:356)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_keypair (kem.c:394)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:357)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_keypair (kem.c:394)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:352)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_keypair (kem.c:394)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_basemul_montgomery (kem.c:223)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:310)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: basemul (kem.c:100)
   by 0x...: poly_basemul_montgomery (kem.c:227)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:310)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: basemul (kem.c:100)
   by 0x...: poly_basemul_montgomery (kem.c:227)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:310)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: basemul (kem.c:99)
   by 0x...: poly_basemul_montgomery (kem.c:226)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:310)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: basemul (kem.c:100)
   by 0x...: poly_basemul_montgomery (kem.c:227)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:310)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: basemul (kem.c:99)
   by 0x...: poly_basemul_montgomery (kem.c:227)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:310)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: poly_add (kem.c:249)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:313)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: poly_reduce (kem.c:239)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:315)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_reduce (kem.c:239)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:315)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: poly_tomont (kem.c:234)
   by 0x...: indcpa_keypair (kem.c:401)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_tomont (kem.c:234)
   by 0x...: indcpa_keypair (kem.c:401)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

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


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
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 0xadc6ec50 is on thread 1's stack
 24 bytes below stack pointer

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

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

Invalid write of size 4
   at 0x...: ??? (kem.c:468)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadc6ec50 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:357)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:357)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:352)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:356)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:357)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:352)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: prf (kem.c:41)
   by 0x...: poly_getnoise_3 (kem.c:213)
   by 0x...: indcpa_enc (kem.c:417)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: prf (kem.c:41)
   by 0x...: poly_getnoise_2 (kem.c:219)
   by 0x...: indcpa_enc (kem.c:418)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: prf (kem.c:41)
   by 0x...: poly_getnoise_2 (kem.c:219)
   by 0x...: indcpa_enc (kem.c:419)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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 0xadc6ec50 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 0xadc6ec50 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 0xadc6ec50 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 0xadc6ec50 is on thread 1's stack
 24 bytes below stack pointer

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

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

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

Use of uninitialised value of size 4
   at 0x...: prf (kem.c:41)
   by 0x...: poly_getnoise_3 (kem.c:213)
   by 0x...: indcpa_enc (kem.c:417)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: prf (kem.c:41)
   by 0x...: poly_getnoise_2 (kem.c:219)
   by 0x...: indcpa_enc (kem.c:418)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: prf (kem.c:41)
   by 0x...: poly_getnoise_2 (kem.c:219)
   by 0x...: indcpa_enc (kem.c:419)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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 0xadc6ec50 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)

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 0xadc6ec50 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 0xadc6ec50 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 0xadc6ec50 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 0xadc6ec50 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 0xadc6ec50 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 0xadc6ec50 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...: 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)

Invalid write of size 4
   at 0x...: ??? (kem.c:468)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Address 0xadc6ec80 is on thread 1's stack
 24 bytes below stack pointer

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
compactgcc -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 0xade98c80 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...: indcpa_keypair (kem.c:392)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade97478 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...: indcpa_keypair (kem.c:392)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   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...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Address 0xade977b0 is on thread 1's stack
 32 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_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Address 0xade976c8 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_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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/kyber512/compact/work/try-timecop)
 Address 0xade976c8 is on thread 1's stack
 24 bytes below stack pointer

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

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

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

Use of uninitialised value of size 4
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:357)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_keypair (kem.c:394)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:356)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_keypair (kem.c:394)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: gen_matrix (kem.c:367)
   by 0x...: indcpa_keypair (kem.c:394)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: gen_matrix (kem.c:366)
   by 0x...: indcpa_keypair (kem.c:394)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load24_littleendian (kem.c:113)
   by 0x...: cbd3 (kem.c:134)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_keypair (kem.c:395)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load24_littleendian (kem.c:113)
   by 0x...: cbd3 (kem.c:134)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_keypair (kem.c:395)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load24_littleendian (kem.c:113)
   by 0x...: cbd3 (kem.c:134)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_keypair (kem.c:396)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load24_littleendian (kem.c:113)
   by 0x...: cbd3 (kem.c:134)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_keypair (kem.c:396)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:357)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:356)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: gen_matrix (kem.c:367)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: gen_matrix (kem.c:366)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load24_littleendian (kem.c:113)
   by 0x...: cbd3 (kem.c:134)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_enc (kem.c:417)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load24_littleendian (kem.c:113)
   by 0x...: cbd3 (kem.c:134)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_enc (kem.c:417)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:120)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:418)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:120)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:418)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:120)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:418)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:120)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:418)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:120)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:419)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:120)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:419)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:357)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:356)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: gen_matrix (kem.c:367)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: gen_matrix (kem.c:366)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load24_littleendian (kem.c:113)
   by 0x...: cbd3 (kem.c:134)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_enc (kem.c:417)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load24_littleendian (kem.c:113)
   by 0x...: cbd3 (kem.c:134)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_enc (kem.c:417)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:120)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:418)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:120)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:418)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:120)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:418)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:120)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:418)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:120)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:419)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:120)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:419)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: gen_matrix (kem.c:367)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: gen_matrix (kem.c:366)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load24_littleendian (kem.c:113)
   by 0x...: cbd3 (kem.c:134)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_enc (kem.c:417)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load24_littleendian (kem.c:113)
   by 0x...: cbd3 (kem.c:134)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_enc (kem.c:417)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:120)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:418)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:120)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:418)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:120)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:418)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:120)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:418)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:120)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:419)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:120)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:419)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: gen_matrix (kem.c:367)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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...: main (try-anything.c:347)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)

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

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

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

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

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

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

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

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

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

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

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

Failed TIMECOP


Invalid write of size 4
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xadfbcc80 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 0xadfbcc70 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 0xadfbcc70 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 0xadfbcc70 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 0xadfbcc70 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 0xadfbcc70 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 0xadfbcc70 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 0xadfbcc70 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 0xadfbcc70 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 0xadfbcc70 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 0xadfbcc70 is on thread 1's stack
 40 bytes below stack pointer

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

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

Invalid write of size 4
   at 0x...: ??? (indcpa.c:209)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbcc38 is on thread 1's stack
 32 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_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbb480 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_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbb4d0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: rej_uniform (indcpa.c:135)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (indcpa.c:134)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: store64 (fips202.c:44)
   by 0x...: keccak_squeezeblocks (fips202.c:510)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:600)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Invalid write of size 4
   at 0x...: keccak_absorb (fips202.c:431)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbb5c8 is on thread 1's stack
 32 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbb5b0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbb5b0 is on thread 1's stack
 24 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbb5b0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbb5b0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbb5b0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbb5b0 is on thread 1's stack
 24 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbb5b0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbb5b0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:29)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:29)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:28)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

Use of uninitialised value of size 4
   at 0x...: load64 (fips202.c:27)
   by 0x...: keccak_absorb_once (fips202.c:474)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_sha3_256 (fips202.c:750)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:30)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

Use of uninitialised value of size 4
   at 0x...: keccak_absorb_once (fips202.c:481)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_sha3_256 (fips202.c:750)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:30)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

Use of uninitialised value of size 4
   at 0x...: keccak_absorb_once (fips202.c:481)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_sha3_256 (fips202.c:750)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:30)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: keccak_absorb_once (fips202.c:480)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_sha3_256 (fips202.c:750)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:30)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

Use of uninitialised value of size 4
   at 0x...: store64 (fips202.c:44)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_sha3_256 (fips202.c:753)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:30)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

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...: ??? (indcpa.c:209)

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...: ??? (indcpa.c:209)

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...: ??? (indcpa.c:209)

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...: ??? (indcpa.c:209)

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...: ??? (indcpa.c:209)

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 0xadfbcc50 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 0xadfbcc50 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 0xadfbcc48 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...: ??? (kem.c:54)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbcc50 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbaa60 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: rej_uniform (indcpa.c:135)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (indcpa.c:134)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: store64 (fips202.c:44)
   by 0x...: keccak_squeezeblocks (fips202.c:510)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:600)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Invalid write of size 4
   at 0x...: keccak_absorb (fips202.c:431)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_getnoise_eta2 (poly.c:244)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:277)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbab98 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbab58 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbab40 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbab40 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbab58 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbab40 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbab40 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbab58 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbab40 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbab40 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbab58 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbab40 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbab40 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
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 0xadfbcc50 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 0xadfbcc50 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 0xadfbcc48 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 0xadfbcc48 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...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:168)
   by 0x...: main (try-anything.c:345)
 Address 0xadfbcc50 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 0xadfbcc48 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)

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 0xadfbcc48 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 0xadfbcc48 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 0xadfbcc48 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 0xadfbcc48 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 0xadfbcc48 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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:29)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:29)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:28)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

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...: ??? (indcpa.c:209)

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

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

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

Invalid write of size 4
   at 0x...: ??? (kem.c:54)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Address 0xadfbcc80 is on thread 1's stack
 24 bytes below stack pointer

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

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

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

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

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

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

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:370)
 Uninitialised value was created by a client request
   at 0x...: poison (try-anything.c:281)
   by 0x...: test (try.c: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...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

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

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

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

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

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

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

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

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

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

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

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

Failed TIMECOP


Invalid write of size 4
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xade1ec80 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 0xade1ec70 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 0xade1ec70 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 0xade1ec70 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 0xade1ec70 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 0xade1ec70 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 0xade1ec70 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 0xade1ec70 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 0xade1ec70 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 0xade1ec70 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 0xade1ec70 is on thread 1's stack
 40 bytes below stack pointer

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

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

Invalid write of size 4
   at 0x...: ??? (indcpa.c:209)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade1ec38 is on thread 1's stack
 32 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_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade1d480 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_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade1d4c8 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (indcpa.c:141)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (indcpa.c:142)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (indcpa.c:134)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (indcpa.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (indcpa.c:141)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (indcpa.c:134)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Invalid write of size 4
   at 0x...: keccak_absorb (fips202.c:461)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_absorb_once (fips202.c:669)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:728)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade1d5d0 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_cmov (fips202.c:102)
   by 0x...: keccak_squeezeblocks (fips202.c:508)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_squeezeblocks (fips202.c:687)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:730)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_absorb (fips202.c:461)

Use of uninitialised value of size 4
   at 0x...: KeccakF1600_StatePermute (fips202.c:112)
   by 0x...: keccak_squeezeblocks (fips202.c:508)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_squeezeblocks (fips202.c:687)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:730)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_absorb (fips202.c:461)

Use of uninitialised value of size 4
   at 0x...: KeccakF1600_StatePermute (fips202.c:319)
   by 0x...: keccak_squeezeblocks (fips202.c:508)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_squeezeblocks (fips202.c:687)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:730)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_absorb (fips202.c:461)

Use of uninitialised value of size 4
   at 0x...: KeccakF1600_StatePermute (fips202.c:333)
   by 0x...: keccak_squeezeblocks (fips202.c:508)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_squeezeblocks (fips202.c:687)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:730)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_absorb (fips202.c:461)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_cmov (fips202.c:102)
   by 0x...: keccak_squeeze (fips202.c:436)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_absorb (fips202.c:461)

Use of uninitialised value of size 4
   at 0x...: KeccakF1600_StatePermute (fips202.c:112)
   by 0x...: keccak_squeeze (fips202.c:436)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_absorb (fips202.c:461)

Use of uninitialised value of size 4
   at 0x...: KeccakF1600_StatePermute (fips202.c:319)
   by 0x...: keccak_squeeze (fips202.c:436)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_absorb (fips202.c:461)

Use of uninitialised value of size 4
   at 0x...: KeccakF1600_StatePermute (fips202.c:333)
   by 0x...: keccak_squeeze (fips202.c:436)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_absorb (fips202.c:461)

Use of uninitialised value of size 4
   at 0x...: keccak_squeeze (fips202.c:440)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_absorb (fips202.c:461)

Use of uninitialised value of size 4
   at 0x...: keccak_squeeze (fips202.c:440)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_absorb (fips202.c:461)

Use of uninitialised value of size 4
   at 0x...: keccak_squeeze (fips202.c:440)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_absorb (fips202.c:461)

Use of uninitialised value of size 4
   at 0x...: keccak_squeeze (fips202.c:440)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_absorb (fips202.c:461)

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade1d5b0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade1d5b0 is on thread 1's stack
 24 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade1d5b0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade1d5b0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade1d5b0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade1d5b0 is on thread 1's stack
 24 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade1d5b0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade1d5b0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:28)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:29)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:29)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:28)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

Invalid write of size 4
   at 0x...: keccak_absorb (fips202.c:461)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_sha3_256 (fips202.c:750)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:30)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade1eb38 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: load64 (fips202.c:27)
   by 0x...: keccak_absorb_once.constprop.1 (fips202.c:474)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_sha3_256 (fips202.c:750)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:30)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

Use of uninitialised value of size 4
   at 0x...: keccak_absorb_once.constprop.1 (fips202.c:481)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_sha3_256 (fips202.c:750)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:30)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

Use of uninitialised value of size 4
   at 0x...: keccak_absorb_once.constprop.1 (fips202.c:481)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_sha3_256 (fips202.c:750)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:30)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a client request
   at 0x...: randombytes_callback (try-anything.c:307)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: keccak_absorb_once.constprop.1 (fips202.c:480)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_sha3_256 (fips202.c:750)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:30)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_cmov (fips202.c:102)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_sha3_256 (fips202.c:751)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:30)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_absorb (fips202.c:461)

Use of uninitialised value of size 4
   at 0x...: KeccakF1600_StatePermute (fips202.c:112)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_sha3_256 (fips202.c:751)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:30)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_absorb (fips202.c:461)

Use of uninitialised value of size 4
   at 0x...: KeccakF1600_StatePermute (fips202.c:319)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_sha3_256 (fips202.c:751)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:30)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_absorb (fips202.c:461)

Use of uninitialised value of size 4
   at 0x...: KeccakF1600_StatePermute (fips202.c:333)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_sha3_256 (fips202.c:751)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:30)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_absorb (fips202.c:461)

Use of uninitialised value of size 4
   at 0x...: store64 (fips202.c:44)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_sha3_256 (fips202.c:753)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:30)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

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...: ??? (indcpa.c:209)

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...: ??? (indcpa.c:209)

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...: ??? (indcpa.c:209)

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...: ??? (indcpa.c:209)

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...: ??? (indcpa.c:209)

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 0xade1ec50 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 0xade1ec50 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 0xade1ec50 is on thread 1's stack
 24 bytes below stack pointer

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

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

Invalid write of size 4
   at 0x...: ??? (kem.c:54)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xade1ec50 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: keccak_absorb (fips202.c:461)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_sha3_256 (fips202.c:750)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:61)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xade1eab0 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_cmov (fips202.c:102)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_sha3_256 (fips202.c:751)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:61)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_absorb (fips202.c:461)

Use of uninitialised value of size 4
   at 0x...: KeccakF1600_StatePermute (fips202.c:112)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_sha3_256 (fips202.c:751)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:61)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_absorb (fips202.c:461)

Use of uninitialised value of size 4
   at 0x...: KeccakF1600_StatePermute (fips202.c:319)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_sha3_256 (fips202.c:751)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:61)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_absorb (fips202.c:461)


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...: rej_uniform (indcpa.c:141)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (indcpa.c:142)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (indcpa.c:134)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (indcpa.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (indcpa.c:141)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (indcpa.c:134)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_cbd_eta2 (cbd.c:122)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_getnoise_eta2 (poly.c:245)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:277)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xade1cce0 is on thread 1's stack
 24 bytes below stack pointer

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

Use of uninitialised value of size 4
   at 0x...: keccak_squeeze (fips202.c:440)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_absorb (fips202.c:461)

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 0xade1ec50 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 0xade1ec50 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 0xade1ec50 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 0xade1ec50 is on thread 1's stack
 24 bytes below stack pointer

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

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

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)
   by 0x...: unpack_ciphertext (indcpa.c:108)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:320)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xade1dc90 is on thread 1's stack
 32 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_decompress (poly.c:82)
   by 0x...: unpack_ciphertext (indcpa.c:109)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:320)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_decompress (poly.c:87)
   by 0x...: unpack_ciphertext (indcpa.c:109)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:320)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_decompress (poly.c:87)
   by 0x...: unpack_ciphertext (indcpa.c:109)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:320)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_decompress (poly.c:87)
   by 0x...: unpack_ciphertext (indcpa.c:109)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:320)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_decompress (poly.c:87)
   by 0x...: unpack_ciphertext (indcpa.c:109)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:320)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_decompress (poly.c:87)
   by 0x...: unpack_ciphertext (indcpa.c:109)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:320)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_ntt (ntt.c:89)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_ntt (poly.c:260)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_ntt (ntt.c:90)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_ntt (poly.c:260)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_ntt (ntt.c:88)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_ntt (poly.c:260)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)

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

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:324)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:324)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:324)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:324)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:324)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:324)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:324)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_dec (indcpa.c:324)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_compress (polyvec.c:88)

Use of uninitialised value of size 4
   at 0x...: keccak_squeeze (fips202.c:440)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_dec (kem.c:125)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_absorb (fips202.c:461)

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 0xade1ec50 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 0xade1ec50 is on thread 1's stack
 24 bytes below stack pointer

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

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

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

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

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

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

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

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

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

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

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

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

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

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:28)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:29)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:29)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:28)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (indcpa.c:209)

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...: ??? (indcpa.c:209)

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

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

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

Invalid write of size 4
   at 0x...: ??? (kem.c:54)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Address 0xade1ec80 is on thread 1's stack
 24 bytes below stack pointer

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Conditional jump or move depends on uninitialised value(s)
   at 0x...: pad_func (vfprintf-internal.c:192)
   by 0x...: __vfprintf_internal (vfprintf-process-arg.c:211)
   by 0x...: printf (printf.c:33)
   by 0x...: printnum (try-anything.c:229)
   by 0x...: main (try-anything.c:376)
 Uninitialised value was created by a client request
   at 0x...: randombytes_callback (try-anything.c:307)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)

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

TIMECOP error (can be valgrind bug)


error 99
8c72861beb58657c688719c33ba01c96f1825fc771834cf47e27a2365feaeb06 104787683 1409645549 1800000000 crypto_kem/kyber512/compact
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xadbd2c68 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 0xadbd2c68 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 0xadbd2c68 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 0xadbd2c68 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...: indcpa_keypair (kem.c:392)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadbd1270 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...: indcpa_keypair (kem.c:392)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   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...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Address 0xadbd15a8 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Address 0xadbd14c0 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/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Invalid write 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/kyber512/compact/work/try-timecop)
 Address 0xadbd14c0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: gen_matrix (kem.c:0)
   by 0x...: indcpa_keypair (kem.c:394)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadbd1298 is on thread 1's stack
 40 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Invalid write of size 4
   at 0x...: gen_matrix (kem.c:373)
   by 0x...: indcpa_keypair (kem.c:394)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadbd12a0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/work/try-timecop)

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/kyber512/compact/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/kyber512/compact/work/try-timecop)

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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/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/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:353)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_keypair (kem.c:394)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:352)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_keypair (kem.c:394)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

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

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

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

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

Invalid write of size 4
   at 0x...: gen_matrix (kem.c:0)
   by 0x...: indcpa_keypair (kem.c:394)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadbd1298 is on thread 1's stack
 40 bytes below stack pointer

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

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

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

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

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

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

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

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

Invalid write of size 4
   at 0x...: gen_matrix (kem.c:373)
   by 0x...: indcpa_keypair (kem.c:394)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadbd12a0 is on thread 1's stack
 32 bytes below stack pointer

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

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load24_littleendian (kem.c:113)
   by 0x...: cbd3 (kem.c:134)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_keypair (kem.c:395)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load24_littleendian (kem.c:113)
   by 0x...: cbd3 (kem.c:134)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_keypair (kem.c:395)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load24_littleendian (kem.c:113)
   by 0x...: cbd3 (kem.c:134)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_keypair (kem.c:396)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load24_littleendian (kem.c:113)
   by 0x...: cbd3 (kem.c:134)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_keypair (kem.c:396)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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/kyber512/compact/work/try-timecop)

Invalid write of size 4
   at 0x...: gen_matrix (kem.c:0)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadbd07e8 is on thread 1's stack
 40 bytes below stack pointer

Invalid write of size 4
   at 0x...: gen_matrix (kem.c:373)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadbd07f0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:353)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:352)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Invalid write of size 4
   at 0x...: gen_matrix (kem.c:0)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadbd07e8 is on thread 1's stack
 40 bytes below stack pointer

Invalid write of size 4
   at 0x...: gen_matrix (kem.c:373)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadbd07f0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: load24_littleendian (kem.c:113)
   by 0x...: cbd3 (kem.c:134)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_enc (kem.c:417)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load24_littleendian (kem.c:113)
   by 0x...: cbd3 (kem.c:134)
   by 0x...: poly_getnoise_3 (kem.c:214)
   by 0x...: indcpa_enc (kem.c:417)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:120)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:418)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:120)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:418)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:120)
   by 0x...: poly_getnoise_2 (kem.c:220)
   by 0x...: indcpa_enc (kem.c:419)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_enc (kem.c:475)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Invalid write of size 4
   at 0x...: gen_matrix (kem.c:0)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadbcfa20 is on thread 1's stack
 40 bytes below stack pointer

Invalid write of size 4
   at 0x...: gen_matrix (kem.c:373)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadbcfa28 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:353)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:352)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Invalid write of size 4
   at 0x...: gen_matrix (kem.c:0)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadbcfa20 is on thread 1's stack
 40 bytes below stack pointer

Invalid write of size 4
   at 0x...: gen_matrix (kem.c:373)
   by 0x...: indcpa_enc (kem.c:416)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_dec (kem.c:491)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadbcfa28 is on thread 1's stack
 32 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...: 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/kyber512/compact/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/kyber512/compact/work/try-timecop)

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

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

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

TIMECOP error (can be valgrind bug)


error 99
8c72861beb58657c688719c33ba01c96f1825fc771834cf47e27a2365feaeb06 138844166 1163500412 1800000000 crypto_kem/kyber512/compact
Invalid write of size 4
   at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xada81c80 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 0xada81c70 is on thread 1's stack
 40 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:65)
   by 0x...: main (try-anything.c:339)
 Address 0xada81c70 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 0xada81c70 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 0xada81c70 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 0xada81c70 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 0xada81c70 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 0xada81c70 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 0xada81c70 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 0xada81c70 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 0xada81c70 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...: ??? (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...: indcpa_keypair (kem.c:392)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada80498 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...: indcpa_keypair (kem.c:392)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   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...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Address 0xada807d0 is on thread 1's stack
 32 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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Address 0xada806e8 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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Address 0xada806e8 is on thread 1's stack
 24 bytes below stack pointer

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

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

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

Use of uninitialised value of size 4
   at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)
 Uninitialised value was created by a stack allocation
   at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

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

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

Use of uninitialised value of size 4
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:353)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_keypair (kem.c:394)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:352)
   by 0x...: gen_matrix (kem.c:375)
   by 0x...: indcpa_keypair (kem.c:394)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Invalid write of size 4
   at 0x...: basemul (kem.c:223)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:310)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada805e0 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: poly_getnoise_3 (kem.c:98)
   by 0x...: poly_basemul_montgomery (kem.c:226)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:310)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada805c8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: poly_getnoise_3 (kem.c:98)
   by 0x...: poly_basemul_montgomery (kem.c:227)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:310)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada805c8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: basemul (kem.c:223)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:312)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada805e0 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: poly_getnoise_3 (kem.c:98)
   by 0x...: poly_basemul_montgomery (kem.c:226)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:312)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada805c8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: poly_getnoise_3 (kem.c:98)
   by 0x...: poly_basemul_montgomery (kem.c:227)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:312)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada805c8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: poly_add (kem.c:249)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:313)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: basemul (kem.c:223)

Use of uninitialised value of size 4
   at 0x...: poly_add (kem.c:249)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:313)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: basemul (kem.c:223)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_add (kem.c:249)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:313)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: basemul (kem.c:223)

Use of uninitialised value of size 4
   at 0x...: poly_reduce (kem.c:239)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:315)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: basemul (kem.c:223)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_reduce (kem.c:239)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:315)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: basemul (kem.c:223)

Invalid write of size 4
   at 0x...: basemul (kem.c:223)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:310)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada805e0 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: poly_getnoise_3 (kem.c:98)
   by 0x...: poly_basemul_montgomery (kem.c:226)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:310)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada805c8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: poly_getnoise_3 (kem.c:98)
   by 0x...: poly_basemul_montgomery (kem.c:227)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:310)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada805c8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: basemul (kem.c:223)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:312)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada805e0 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: poly_getnoise_3 (kem.c:98)
   by 0x...: poly_basemul_montgomery (kem.c:226)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:312)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada805c8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: poly_getnoise_3 (kem.c:98)
   by 0x...: poly_basemul_montgomery (kem.c:227)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:312)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada805c8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: poly_add (kem.c:249)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:313)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: basemul (kem.c:223)

Use of uninitialised value of size 4
   at 0x...: poly_add (kem.c:249)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:313)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: basemul (kem.c:223)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_add (kem.c:249)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:313)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: basemul (kem.c:223)

Use of uninitialised value of size 4
   at 0x...: poly_reduce (kem.c:239)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:315)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: basemul (kem.c:223)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_reduce (kem.c:239)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:315)
   by 0x...: indcpa_keypair (kem.c:400)
   by 0x...: crypto_kem_kyber512_compact_constbranchindex_keypair (kem.c:461)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: basemul (kem.c:223)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakWidth1600_Sponge (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Conditional jump or move depends on uninitialised value(s)
   at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber512/compact/work/try-timecop)

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 0xada81c68 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 0xada81c68 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 0xada81c68 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...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:149)
   by 0x...: main (try-anything.c:345)
 Address 0xada81c68 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 0xada81c68 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 0xada81c68 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 0xada81c68 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...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:168)
   by 0x...: main (try-anything.c:345)
 Address 0xada81c68 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 0xada81c68 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 0xada81c68 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 0xada81c68 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 0xada81c68 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 0xada81c68 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 0xada81c68 is on thread 1's stack
 24 bytes below stack pointer

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

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

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

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

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

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

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

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

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

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

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

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

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

TIMECOP error (can be valgrind bug)


error 99
8c72861beb58657c688719c33ba01c96f1825fc771834cf47e27a2365feaeb06 49061163 1056066903 1800000000 crypto_kem/kyber512/ref
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xada75c78 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 0xada75c78 is on thread 1's stack
 in frame #1, created by setrlimit (setrlimit.c:35)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)

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

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

Invalid write of size 4
   at 0x...: ??? (estream-convert-api.h:73)
   by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
   by 0x...: randombytes_internal (knownrandombytes.c:37)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada74480 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_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

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

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

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

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

TIMECOP error (can be valgrind bug)


error 99
8c72861beb58657c688719c33ba01c96f1825fc771834cf47e27a2365feaeb06 61778743 741102816 1800000000 crypto_kem/kyber512/ref
Invalid write of size 4
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xada93c80 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 0xada93c70 is on thread 1's stack
 40 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:65)
   by 0x...: main (try-anything.c:339)
 Address 0xada93c70 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 0xada93c70 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 0xada93c70 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 0xada93c70 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 0xada93c70 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 0xada93c70 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 0xada93c70 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 0xada93c70 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 0xada93c70 is on thread 1's stack
 40 bytes below stack pointer

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

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

Invalid write of size 4
   at 0x...: ??? (estream-convert-api.h:73)
   by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
   by 0x...: randombytes_internal (knownrandombytes.c:37)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada92498 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_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

Invalid write of size 4
   at 0x...: keccak_finalize (fips202.c:431)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada925e8 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_finalize (fips202.c:431)

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada925c8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada925c8 is on thread 1's stack
 24 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada925c8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada925c8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada925c8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada925c8 is on thread 1's stack
 24 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada925c8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada925c8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

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 0xada93c68 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 0xada93c68 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 0xada93c68 is on thread 1's stack
 24 bytes below stack pointer

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

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

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_getnoise_eta2 (poly.c:244)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:277)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_finalize (fips202.c:431)

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada91b70 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada91b58 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada91b58 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada91b70 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada91b58 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada91b58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada91b70 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada91b58 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada91b58 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada91b70 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada91b58 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada91b58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:286)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada91b70 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:286)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada91b58 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:286)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada91b58 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:286)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada91b70 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:286)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada91b58 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:286)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada91b58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:286)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:286)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:286)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:286)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:286)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

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

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_compress (poly.c:31)
   by 0x...: pack_ciphertext (indcpa.c:93)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_sub (polyvec.c:16)

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

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_compress (poly.c:40)
   by 0x...: pack_ciphertext (indcpa.c:93)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_poly_sub (polyvec.c:16)

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

Invalid write of size 4
   at 0x...: keccak_finalize (fips202.c:431)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada93ac0 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: keccak_finalize (fips202.c:431)

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 0xada93c68 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 0xada93c68 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...: 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 0xada93c68 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 0xada93c68 is on thread 1's stack
 24 bytes below stack pointer

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

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

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

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

Invalid write of size 4
   at 0x...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:168)
   by 0x...: main (try-anything.c:345)
 Address 0xada93c68 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 0xada93c68 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 0xada93c68 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 0xada93c68 is on thread 1's stack
 24 bytes below stack pointer

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

TIMECOP error (can be valgrind bug)


error 99
8c72861beb58657c688719c33ba01c96f1825fc771834cf47e27a2365feaeb06 48687608 703517675 1800000000 crypto_kem/kyber512/ref
Invalid write of size 4
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xad970c80 is on thread 1's stack
 32 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: ??? (estream-convert-api.h:73)
   by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
   by 0x...: randombytes_internal (knownrandombytes.c:37)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad96f480 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_kyber512_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber512_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

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

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

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

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

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

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

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

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

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

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