Test results for armeabi, tinker, crypto_kem/kyber1024

[Page version: 20241215 22:35:41]

Measurements for armeabi, tinker, crypto_kem Test results for armeabi, tinker, crypto_kem Test results for crypto_kem/kyber1024
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20241022
Operation: crypto_kem
Primitive: kyber1024
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
234074520644 0 037818 432 1552refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
250082320828 0 036737 404 1552T!!!refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
26204119032 0 022165 396 1544refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
264132411560 0 026313 404 1544refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
266826812876 0 028049 404 1552refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
362136722144 0 051365 408 1568compactgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
483976413888 0 044754 436 1568compactclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
77000306304 0 034789 408 1568T!!!compactgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
80029403748 0 030177 400 1560T!!!compactgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024111720241022
80118575628 0 033677 408 1560compactgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024111720241022

Compiler output


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

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 0xadef7c80 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 0xadef7c70 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 0xadef7c70 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 0xadef7c70 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 0xadef7c70 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 0xadef7c70 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 0xadef7c70 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 0xadef7c70 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 0xadef7c70 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 0xadef7c70 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 0xadef7c70 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:367)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadef4068 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:367)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)
 Address 0xadef43a0 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/kyber1024/compact/work/try-timecop)
 Address 0xadef42b8 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
 Address 0xadef42b8 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/kyber1024/compact/work/try-timecop)
 Address 0xadef4040 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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
 Address 0xadef4048 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:328)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_keypair (kem.c:369)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:327)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_keypair (kem.c:369)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: cbd2 (kem.c:119)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_keypair (kem.c:370)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: cbd2 (kem.c:119)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_keypair (kem.c:371)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Invalid write of size 4
   at 0x...: ??? (kem.c:198)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadef41a0 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (kem.c:198)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadef41a0 is on thread 1's stack
 32 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_add (kem.c:224)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:288)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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:198)

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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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 0xadef7c50 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 0xadef7c50 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 0xadef7c48 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:443)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadef7c50 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:328)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:327)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: cbd2 (kem.c:119)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: cbd2 (kem.c:119)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: cbd2 (kem.c:119)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:394)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Invalid write of size 4
   at 0x...: ??? (kem.c:198)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
   by 0x...: indcpa_enc (kem.c:396)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadef32e8 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (kem.c:198)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
   by 0x...: indcpa_enc (kem.c:396)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadef32e8 is on thread 1's stack
 32 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_add (kem.c:224)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:288)
   by 0x...: indcpa_enc (kem.c:396)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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:198)

Invalid write of size 4
   at 0x...: ??? (kem.c:198)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
   by 0x...: indcpa_enc (kem.c:397)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadef32e8 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.
Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_add (kem.c:224)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:288)
   by 0x...: indcpa_enc (kem.c:397)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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:198)

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 0xadef7c50 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 0xadef7c50 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 0xadef7c48 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 0xadef7c48 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)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_add (kem.c:224)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:288)
   by 0x...: indcpa_dec (kem.c:414)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
   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:198)

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 0xadef7c50 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 0xadef7c48 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 0xadef7c48 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 0xadef7c48 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 0xadef7c48 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 0xadef7c48 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 0xadef7c48 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:443)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Address 0xadef7c80 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:443)

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:443)

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:443)

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:443)

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: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)

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:443)

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:443)

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:443)

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:443)

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:443)

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:443)

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:443)

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:443)

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:443)

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 0xad85fc80 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:367)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad85c078 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:367)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)
 Address 0xad85c3b0 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/kyber1024/compact/work/try-timecop)
 Address 0xad85c2c8 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
 Address 0xad85c2c8 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/kyber1024/compact/work/try-timecop)
 Address 0xad85c080 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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
 Address 0xad85c0c8 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: gen_matrix (kem.c:341)
   by 0x...: indcpa_keypair (kem.c:369)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:332)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_keypair (kem.c:369)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:331)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_keypair (kem.c:369)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_keypair (kem.c:370)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_keypair (kem.c:370)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_keypair (kem.c:371)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_keypair (kem.c:371)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: gen_matrix (kem.c:341)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:332)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:331)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:394)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:394)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: gen_matrix (kem.c:341)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:332)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:331)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:394)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:394)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: gen_matrix (kem.c:341)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:394)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:394)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: gen_matrix (kem.c:341)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   by 0x...: test (try.c:190)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   by 0x...: test (try.c:190)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   by 0x...: test (try.c:190)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   by 0x...: test (try.c:190)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:394)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   by 0x...: test (try.c:190)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:394)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   by 0x...: test (try.c:190)
   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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: gen_matrix (kem.c:341)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   by 0x...: test (try.c:199)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   by 0x...: test (try.c:199)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   by 0x...: test (try.c:199)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   by 0x...: test (try.c:199)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   by 0x...: test (try.c:199)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:394)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   by 0x...: test (try.c:199)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:394)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   by 0x...: test (try.c:199)
   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/kyber1024/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: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)

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 0xadb54c80 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 0xadb54c70 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 0xadb54c70 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 0xadb54c70 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 0xadb54c70 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 0xadb54c70 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 0xadb54c70 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 0xadb54c70 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 0xadb54c70 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 0xadb54c70 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 0xadb54c70 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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadb51058 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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadb513b8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: rej_uniform (indcpa.c:135)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_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_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_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_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_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_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:600)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Invalid write of size 4
   at 0x...: keccak_absorb (fips202.c:461)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256_absorb_once (fips202.c:669)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:728)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadb511e8 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_cmov (fips202.c:102)
   by 0x...: keccak_squeeze (fips202.c:436)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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...: cbd2 (cbd.c:59)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadb51328 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: cbd2 (cbd.c:59)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: cbd2 (cbd.c:72)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: keccak_squeeze (fips202.c:440)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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...: cbd2 (cbd.c:59)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:226)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:225)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadb51328 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:89)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:90)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:88)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:89)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:90)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:88)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:89)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:90)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:88)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:89)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:90)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:88)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

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

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadb51180 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: ???
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadb51180 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadb51180 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadb51180 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_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.
Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:231)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:236)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadb513b8 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_kyber1024_ref_constbranchindex_sha3_256 (fips202.c:750)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:30)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadb54b38 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_cmov (fips202.c:102)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_sha3_256 (fips202.c:751)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_sha3_256 (fips202.c:751)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_sha3_256 (fips202.c:751)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_sha3_256 (fips202.c:751)
   by 0x...: crypto_kem_kyber1024_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)

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadb50538 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: rej_uniform (indcpa.c:135)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_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_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:600)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

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

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

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:142)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:142)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:283)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

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

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:286)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:116)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:115)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:125)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:124)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:116)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:115)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:125)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:124)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:116)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:115)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:125)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:124)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:187)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:116)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:115)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:125)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:124)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:288)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

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

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_add (polyvec.c:243)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:291)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_add (polyvec.c:243)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:291)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_add (polyvec.c:243)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:291)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:292)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:294)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:294)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:294)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:294)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:294)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:227)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:294)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:294)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:294)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_compress (polyvec.c:25)
   by 0x...: pack_ciphertext (indcpa.c:92)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: keccak_squeeze (fips202.c:440)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber1024_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 0xadb54c50 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 0xadb54c50 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 0xadb54c50 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 0xadb54c50 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...: ??? (poly.c:82)
   by 0x...: unpack_ciphertext (indcpa.c:109)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:320)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadb53170 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber1024_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...: ??? (poly.c:82)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber1024_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...: ??? (poly.c:82)

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

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: ???
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:82)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:324)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:116)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:115)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:125)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:124)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:356)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:356)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:356)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:355)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:328)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:328)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:192)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (indcpa.c:135)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:114)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:114)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:283)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:114)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Use of uninitialised value of size 4
   at 0x...: keccak_squeeze (fips202.c:440)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber1024_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 0xadb54c50 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 0xadb54c50 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 0xadb54c50 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 0xadb54c50 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_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: ???
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:82)

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

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: ???
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

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 0xadb54c80 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_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: ???
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:82)

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 stack allocation
   at 0x...: ??? (kem.c:54)

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

TIMECOP error (can be valgrind bug)


error 99
2a4f0b315ec755dc658766a48bbcc93ab1520116536a02116ab3e2c2ff842f1d 245584293 2039862618 1800000000 crypto_kem/kyber1024/compact
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xada7ec68 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 0xada7ec68 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 0xada7ec68 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 0xada7ec68 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:367)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada7b078 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:367)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)
 Address 0xada7b3b0 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/kyber1024/compact/work/try-timecop)
 Address 0xada7b2c8 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
 Address 0xada7b2c8 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:369)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada7b0a0 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/kyber1024/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/kyber1024/compact/work/try-timecop)

Invalid write of size 4
   at 0x...: gen_matrix (kem.c:348)
   by 0x...: indcpa_keypair (kem.c:369)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada7b0a8 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:332)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_keypair (kem.c:369)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:331)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_keypair (kem.c:369)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_keypair (kem.c:370)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_keypair (kem.c:370)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_keypair (kem.c:370)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_keypair (kem.c:370)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_keypair (kem.c:371)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_keypair (kem.c:371)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_keypair (kem.c:371)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_keypair (kem.c:371)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)

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

Invalid write of size 4
   at 0x...: gen_matrix (kem.c:348)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada7a1e8 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:332)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:331)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:394)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

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

Invalid write of size 4
   at 0x...: gen_matrix (kem.c:348)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xada78de0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:332)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:331)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:394)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Invalid write of size 4
   at 0x...: gen_matrix (kem.c:0)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Address 0xada78dd8 is on thread 1's stack
 40 bytes below stack pointer

Invalid write of size 4
   at 0x...: gen_matrix (kem.c:348)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Address 0xada78de0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:332)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:331)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: load32_littleendian (kem.c:106)
   by 0x...: cbd2 (kem.c:113)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/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: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_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/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_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/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
2a4f0b315ec755dc658766a48bbcc93ab1520116536a02116ab3e2c2ff842f1d 211203478 2286153488 1800000000 crypto_kem/kyber1024/compact
Invalid write of size 4
   at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xad8d4c80 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 0xad8d4c70 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 0xad8d4c70 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 0xad8d4c70 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 0xad8d4c70 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 0xad8d4c70 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 0xad8d4c70 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 0xad8d4c70 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 0xad8d4c70 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 0xad8d4c70 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 0xad8d4c70 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:367)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad8d0db0 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:367)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)
 Address 0xad8d10e8 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/kyber1024/compact/work/try-timecop)
 Address 0xad8d1000 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
 Address 0xad8d1000 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/kyber1024/compact/work/try-timecop)
 Address 0xad8d1100 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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
 Address 0xad8d1108 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:328)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_keypair (kem.c:369)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:332)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_keypair (kem.c:369)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:332)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_keypair (kem.c:369)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:327)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_keypair (kem.c:369)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:327)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_keypair (kem.c:369)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:331)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_keypair (kem.c:369)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:332)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_keypair (kem.c:369)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:327)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_keypair (kem.c:369)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: ntt (kem.c:74)
   by 0x...: poly_ntt (kem.c:218)
   by 0x...: polyvec_ntt (kem.c:274)
   by 0x...: indcpa_keypair (kem.c:372)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: ntt (kem.c:75)
   by 0x...: poly_ntt (kem.c:218)
   by 0x...: polyvec_ntt (kem.c:274)
   by 0x...: indcpa_keypair (kem.c:372)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ntt (kem.c:73)
   by 0x...: poly_ntt (kem.c:218)
   by 0x...: polyvec_ntt (kem.c:274)
   by 0x...: indcpa_keypair (kem.c:372)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: fqmul (kem.c:66)
   by 0x...: ntt (kem.c:74)
   by 0x...: poly_ntt (kem.c:218)
   by 0x...: polyvec_ntt (kem.c:274)
   by 0x...: indcpa_keypair (kem.c:372)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: ntt (kem.c:75)
   by 0x...: poly_ntt (kem.c:218)
   by 0x...: polyvec_ntt (kem.c:274)
   by 0x...: indcpa_keypair (kem.c:372)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: ntt (kem.c:73)
   by 0x...: poly_ntt (kem.c:218)
   by 0x...: polyvec_ntt (kem.c:274)
   by 0x...: indcpa_keypair (kem.c:372)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: poly_reduce (kem.c:214)
   by 0x...: poly_ntt (kem.c:219)
   by 0x...: polyvec_ntt (kem.c:274)
   by 0x...: indcpa_keypair (kem.c:372)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_reduce (kem.c:214)
   by 0x...: poly_ntt (kem.c:219)
   by 0x...: polyvec_ntt (kem.c:274)
   by 0x...: indcpa_keypair (kem.c:372)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_basemul_montgomery (kem.c:198)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: basemul (kem.c:99)
   by 0x...: poly_basemul_montgomery (kem.c:201)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: basemul (kem.c:100)
   by 0x...: poly_basemul_montgomery (kem.c:202)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: basemul (kem.c:99)
   by 0x...: poly_basemul_montgomery (kem.c:201)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: basemul (kem.c:100)
   by 0x...: poly_basemul_montgomery (kem.c:202)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

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:201)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: fqmul (kem.c:66)
   by 0x...: basemul (kem.c:100)
   by 0x...: poly_basemul_montgomery (kem.c:201)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: fqmul (kem.c:66)
   by 0x...: basemul (kem.c:100)
   by 0x...: poly_basemul_montgomery (kem.c:202)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: fqmul (kem.c:66)
   by 0x...: basemul (kem.c:100)
   by 0x...: poly_basemul_montgomery (kem.c:202)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: poly_tobytes (kem.c:152)
   by 0x...: polyvec_tobytes (kem.c:264)
   by 0x...: indcpa_keypair (kem.c:380)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: poly_tobytes (kem.c:152)
   by 0x...: polyvec_tobytes (kem.c:264)
   by 0x...: indcpa_keypair (kem.c:380)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: poly_tobytes (kem.c:152)
   by 0x...: polyvec_tobytes (kem.c:264)
   by 0x...: indcpa_keypair (kem.c:380)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: poly_tobytes (kem.c:152)
   by 0x...: polyvec_tobytes (kem.c:264)
   by 0x...: indcpa_keypair (kem.c:380)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: poly_tobytes (kem.c:152)
   by 0x...: polyvec_tobytes (kem.c:264)
   by 0x...: indcpa_keypair (kem.c:380)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: poly_tobytes (kem.c:152)
   by 0x...: polyvec_tobytes (kem.c:264)
   by 0x...: indcpa_keypair (kem.c:380)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: poly_tobytes (kem.c:152)
   by 0x...: polyvec_tobytes (kem.c:264)
   by 0x...: indcpa_keypair (kem.c:380)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: poly_tobytes (kem.c:152)
   by 0x...: polyvec_tobytes (kem.c:264)
   by 0x...: indcpa_keypair (kem.c:380)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/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...: poly_tobytes (kem.c:152)
   by 0x...: polyvec_tobytes (kem.c:264)
   by 0x...: indcpa_keypair (kem.c:380)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: poly_tobytes (kem.c:152)
   by 0x...: polyvec_tobytes (kem.c:264)
   by 0x...: indcpa_keypair (kem.c:380)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: poly_tobytes (kem.c:152)
   by 0x...: polyvec_tobytes (kem.c:264)
   by 0x...: indcpa_keypair (kem.c:380)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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 0xad8d4c50 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 0xad8d4c50 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 0xad8d4c50 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:443)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad8d4c50 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:332)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:332)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:327)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:331)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:332)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:327)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: prf (kem.c:41)
   by 0x...: poly_getnoise_2 (kem.c:194)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: prf (kem.c:41)
   by 0x...: poly_getnoise_2 (kem.c:194)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: prf (kem.c:41)
   by 0x...: poly_getnoise_2 (kem.c:194)
   by 0x...: indcpa_enc (kem.c:394)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bitinrangepublicpos_mask (crypto_int64.h:164)
   by 0x...: crypto_int64_shrmod (crypto_int64.h:207)
   by 0x...: crypto_int64_bitmod_01 (crypto_int64.h:222)
   by 0x...: polyvec_compress (kem.c:243)
   by 0x...: pack_ciphertext (kem.c:316)
   by 0x...: indcpa_enc (kem.c:405)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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/kyber1024/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 0xad8d4c50 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 0xad8d4c50 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 0xad8d4c50 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 0xad8d4c50 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)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:332)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:332)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:327)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:331)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:332)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:327)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: prf (kem.c:41)
   by 0x...: poly_getnoise_2 (kem.c:194)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: prf (kem.c:41)
   by 0x...: poly_getnoise_2 (kem.c:194)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: prf (kem.c:41)
   by 0x...: poly_getnoise_2 (kem.c:194)
   by 0x...: indcpa_enc (kem.c:394)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bitinrangepublicpos_mask (crypto_int64.h:164)
   by 0x...: crypto_int64_shrmod (crypto_int64.h:207)
   by 0x...: crypto_int64_bitmod_01 (crypto_int64.h:222)
   by 0x...: polyvec_compress (kem.c:243)
   by 0x...: pack_ciphertext (kem.c:316)
   by 0x...: indcpa_enc (kem.c:405)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   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_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/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 0xad8d4c50 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 0xad8d4c50 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 0xad8d4c50 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 0xad8d4c50 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 0xad8d4c50 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 0xad8d4c50 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 0xad8d4c50 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:443)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Address 0xad8d4c80 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:443)

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:443)

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:443)

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:443)

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 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/kyber1024/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_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/kyber1024/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_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:443)

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:443)

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:443)

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:443)

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:443)

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:443)

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:443)

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:443)

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:443)

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

TIMECOP error (can be valgrind bug)


error 99
2a4f0b315ec755dc658766a48bbcc93ab1520116536a02116ab3e2c2ff842f1d 423379041 2506472797 1800000000 crypto_kem/kyber1024/compact
Invalid write of size 4
   at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xada12c80 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 0xada12c70 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 0xada12c70 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 0xada12c70 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 0xada12c70 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 0xada12c70 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 0xada12c70 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 0xada12c70 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 0xada12c70 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 0xada12c70 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 0xada12c70 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:367)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada0f078 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:367)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)
 Address 0xada0f3b0 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/kyber1024/compact/work/try-timecop)
 Address 0xada0f2c8 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
 Address 0xada0f2c8 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/kyber1024/compact/work/try-timecop)
 Address 0xada0f080 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)
 Address 0xada0f0c0 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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: rej_uniform (kem.c:328)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_keypair (kem.c:369)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: rej_uniform (kem.c:327)
   by 0x...: gen_matrix (kem.c:350)
   by 0x...: indcpa_keypair (kem.c:369)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: gen_matrix (kem.c:342)
   by 0x...: indcpa_keypair (kem.c:369)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: cbd2 (kem.c:119)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_keypair (kem.c:370)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: cbd2 (kem.c:119)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_keypair (kem.c:371)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Invalid write of size 4
   at 0x...: polyvec_ntt (kem.c:282)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada0f3d8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: basemul (kem.c:198)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada0f1b8 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: poly_getnoise_2 (kem.c:98)
   by 0x...: poly_basemul_montgomery (kem.c:201)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada0f1a0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: poly_getnoise_2 (kem.c:98)
   by 0x...: poly_basemul_montgomery (kem.c:202)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada0f1a0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: basemul (kem.c:198)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada0f1b8 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: poly_getnoise_2 (kem.c:98)
   by 0x...: poly_basemul_montgomery (kem.c:201)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada0f1a0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: poly_getnoise_2 (kem.c:98)
   by 0x...: poly_basemul_montgomery (kem.c:202)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada0f1a0 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: polyvec_basemul_acc_montgomery (kem.c:286)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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:198)

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:201)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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:198)

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:201)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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:198)

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:201)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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:198)

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:201)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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:198)

Use of uninitialised value of size 4
   at 0x...: fqmul (kem.c:66)
   by 0x...: basemul (kem.c:100)
   by 0x...: poly_basemul_montgomery (kem.c:201)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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:198)

Use of uninitialised value of size 4
   at 0x...: fqmul (kem.c:66)
   by 0x...: basemul (kem.c:100)
   by 0x...: poly_basemul_montgomery (kem.c:201)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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:198)

Use of uninitialised value of size 4
   at 0x...: fqmul (kem.c:66)
   by 0x...: basemul (kem.c:100)
   by 0x...: poly_basemul_montgomery (kem.c:201)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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:198)

Use of uninitialised value of size 4
   at 0x...: fqmul (kem.c:66)
   by 0x...: basemul (kem.c:100)
   by 0x...: poly_basemul_montgomery (kem.c:201)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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:198)

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:202)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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:198)

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:202)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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:198)

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:202)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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:198)

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:202)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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:198)

Use of uninitialised value of size 4
   at 0x...: fqmul (kem.c:66)
   by 0x...: basemul (kem.c:100)
   by 0x...: poly_basemul_montgomery (kem.c:202)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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:198)

Use of uninitialised value of size 4
   at 0x...: fqmul (kem.c:66)
   by 0x...: basemul (kem.c:100)
   by 0x...: poly_basemul_montgomery (kem.c:202)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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:198)

Use of uninitialised value of size 4
   at 0x...: fqmul (kem.c:66)
   by 0x...: basemul (kem.c:100)
   by 0x...: poly_basemul_montgomery (kem.c:202)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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:198)

Use of uninitialised value of size 4
   at 0x...: fqmul (kem.c:66)
   by 0x...: basemul (kem.c:100)
   by 0x...: poly_basemul_montgomery (kem.c:202)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:287)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   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:198)

Use of uninitialised value of size 4
   at 0x...: poly_tomont (kem.c:209)
   by 0x...: indcpa_keypair (kem.c:376)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_tomont (kem.c:209)
   by 0x...: indcpa_keypair (kem.c:376)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)


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...: indcpa_keypair (kem.c:374)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: basemul (kem.c:99)
   by 0x...: poly_basemul_montgomery (kem.c:201)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: basemul (kem.c:100)
   by 0x...: poly_basemul_montgomery (kem.c:201)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: basemul (kem.c:99)
   by 0x...: poly_basemul_montgomery (kem.c:202)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: basemul (kem.c:100)
   by 0x...: poly_basemul_montgomery (kem.c:202)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:285)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: poly_add (kem.c:224)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:288)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: poly_add (kem.c:224)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:288)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_add (kem.c:224)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:288)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: poly_reduce (kem.c:214)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:290)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_reduce (kem.c:214)
   by 0x...: polyvec_basemul_acc_montgomery (kem.c:290)
   by 0x...: indcpa_keypair (kem.c:375)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_keypair (kem.c:436)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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/kyber1024/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 0xada12c60 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 0xada12c60 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 0xada12c60 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)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: gen_matrix (kem.c:342)
   by 0x...: indcpa_enc (kem.c:391)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: cbd2 (kem.c:119)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:392)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: cbd2 (kem.c:119)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:393)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Use of uninitialised value of size 4
   at 0x...: cbd2 (kem.c:119)
   by 0x...: poly_getnoise_2 (kem.c:195)
   by 0x...: indcpa_enc (kem.c:394)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   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_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_kem/kyber1024/compact/work/try-timecop)

Invalid write of size 4
   at 0x...: polyvec_ntt (kem.c:282)
   by 0x...: indcpa_enc (kem.c:396)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada0e528 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: polyvec_basemul_acc_montgomery (kem.c:286)
   by 0x...: indcpa_enc (kem.c:396)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: basemul (kem.c:198)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: indcpa_enc (kem.c:396)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Invalid write of size 4
   at 0x...: polyvec_ntt (kem.c:282)
   by 0x...: indcpa_enc (kem.c:397)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada0e528 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: polyvec_basemul_acc_montgomery (kem.c:286)
   by 0x...: indcpa_enc (kem.c:397)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: basemul (kem.c:198)

Use of uninitialised value of size 4
   at 0x...: invntt (kem.c:89)
   by 0x...: indcpa_enc (kem.c:399)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: invntt (kem.c:90)
   by 0x...: indcpa_enc (kem.c:399)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: invntt (kem.c:88)
   by 0x...: indcpa_enc (kem.c:399)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: fqmul (kem.c:66)
   by 0x...: invntt (kem.c:95)
   by 0x...: indcpa_enc (kem.c:399)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: invntt (kem.c:95)
   by 0x...: indcpa_enc (kem.c:399)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: polyvec_add (kem.c:300)
   by 0x...: indcpa_enc (kem.c:400)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_enc (kem.c:450)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

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 0xada12c60 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 0xada12c60 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 0xada12c60 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 0xada12c60 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...: polyvec_ntt (kem.c:282)
   by 0x...: indcpa_dec (kem.c:414)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xada11170 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: polyvec_basemul_acc_montgomery (kem.c:286)
   by 0x...: indcpa_dec (kem.c:414)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: basemul (kem.c:198)

Use of uninitialised value of size 4
   at 0x...: invntt (kem.c:89)
   by 0x...: indcpa_dec (kem.c:415)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: invntt (kem.c:90)
   by 0x...: indcpa_dec (kem.c:415)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: invntt (kem.c:88)
   by 0x...: indcpa_dec (kem.c:415)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: fqmul (kem.c:66)
   by 0x...: invntt (kem.c:95)
   by 0x...: indcpa_dec (kem.c:415)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: invntt (kem.c:95)
   by 0x...: indcpa_dec (kem.c:415)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bottombit_01 (crypto_int64.h:151)
   by 0x...: poly_tomsg (kem.c:187)
   by 0x...: indcpa_dec (kem.c:418)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: indcpa_enc (kem.c:396)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: polyvec_add (kem.c:300)
   by 0x...: indcpa_enc (kem.c:400)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:466)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: crypto_uint64_signed_negative_mask (crypto_uint64.h:82)
   by 0x...: crypto_uint64_nonzero_mask (crypto_uint64.h:227)
   by 0x...: verify (kem.c:425)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:467)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

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 0xada12c60 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 0xada12c60 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 0xada12c60 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 0xada12c60 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...: crypto_int64_bottombit_01 (crypto_int64.h:151)
   by 0x...: poly_tomsg (kem.c:187)
   by 0x...: indcpa_dec (kem.c:418)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: crypto_uint64_signed_negative_mask (crypto_uint64.h:82)
   by 0x...: crypto_uint64_nonzero_mask (crypto_uint64.h:227)
   by 0x...: verify (kem.c:425)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:467)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

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 0xada12c60 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 0xada12c60 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 0xada12c60 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...: crypto_int64_bottombit_01 (crypto_int64.h:151)
   by 0x...: poly_tomsg (kem.c:187)
   by 0x...: indcpa_dec (kem.c:418)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: crypto_uint64_signed_negative_mask (crypto_uint64.h:82)
   by 0x...: crypto_uint64_nonzero_mask (crypto_uint64.h:227)
   by 0x...: verify (kem.c:425)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:467)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bottombit_01 (crypto_int64.h:151)
   by 0x...: poly_tomsg (kem.c:187)
   by 0x...: indcpa_dec (kem.c:418)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: crypto_uint64_signed_negative_mask (crypto_uint64.h:82)
   by 0x...: crypto_uint64_nonzero_mask (crypto_uint64.h:227)
   by 0x...: verify (kem.c:425)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:467)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bottombit_01 (crypto_int64.h:151)
   by 0x...: poly_tomsg (kem.c:187)
   by 0x...: indcpa_dec (kem.c:418)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
   by 0x...: test (try.c:208)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: crypto_uint64_signed_negative_mask (crypto_uint64.h:82)
   by 0x...: crypto_uint64_nonzero_mask (crypto_uint64.h:227)
   by 0x...: verify (kem.c:425)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:467)
   by 0x...: test (try.c:208)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bottombit_01 (crypto_int64.h:151)
   by 0x...: poly_tomsg (kem.c:187)
   by 0x...: indcpa_dec (kem.c:418)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: crypto_uint64_signed_negative_mask (crypto_uint64.h:82)
   by 0x...: crypto_uint64_nonzero_mask (crypto_uint64.h:227)
   by 0x...: verify (kem.c:425)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:467)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bottombit_01 (crypto_int64.h:151)
   by 0x...: poly_tomsg (kem.c:187)
   by 0x...: indcpa_dec (kem.c:418)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: crypto_uint64_signed_negative_mask (crypto_uint64.h:82)
   by 0x...: crypto_uint64_nonzero_mask (crypto_uint64.h:227)
   by 0x...: verify (kem.c:425)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:467)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

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...: crypto_int64_bottombit_01 (crypto_int64.h:151)
   by 0x...: poly_tomsg (kem.c:187)
   by 0x...: indcpa_dec (kem.c:418)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:463)
   by 0x...: doit (try.c:114)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

Use of uninitialised value of size 4
   at 0x...: crypto_uint64_signed_negative_mask (crypto_uint64.h:82)
   by 0x...: crypto_uint64_nonzero_mask (crypto_uint64.h:227)
   by 0x...: verify (kem.c:425)
   by 0x...: crypto_kem_kyber1024_compact_constbranchindex_dec (kem.c:467)
   by 0x...: doit (try.c:114)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: polyvec_ntt (kem.c:282)

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_2 (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_2 (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
2a4f0b315ec755dc658766a48bbcc93ab1520116536a02116ab3e2c2ff842f1d 110599480 1288836638 1800000000 crypto_kem/kyber1024/ref
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xade6fc68 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 0xade6fc68 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 0xade6fc68 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 0xade6fc68 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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade6c070 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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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
2a4f0b315ec755dc658766a48bbcc93ab1520116536a02116ab3e2c2ff842f1d 341001493 2161754157 1800000000 crypto_kem/kyber1024/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 0xadfa6c80 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 0xadfa6c70 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 0xadfa6c70 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 0xadfa6c70 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 0xadfa6c70 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 0xadfa6c70 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 0xadfa6c70 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 0xadfa6c70 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 0xadfa6c70 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 0xadfa6c70 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 0xadfa6c70 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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa3070 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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa30c0 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_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_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_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:600)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:220)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Invalid write of size 4
   at 0x...: keccak_absorb (fips202.c:431)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa31f8 is on thread 1's stack
 32 bytes below stack pointer

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

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa3198 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa3198 is on thread 1's stack
 24 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa3198 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa3198 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomont (poly.c:309)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:233)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomont (poly.c:308)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:233)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:231)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:142)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:142)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

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

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa2250 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_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_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_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:182)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:600)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_gen_matrix (indcpa.c:180)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:272)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_shake128_squeezeblocks (fips202.c:599)

Invalid write of size 4
   at 0x...: keccak_absorb (fips202.c:431)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta2 (poly.c:244)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:277)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa2388 is on thread 1's stack
 32 bytes below stack pointer

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

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa2328 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa2328 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa2340 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.
Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:283)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

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

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:286)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:116)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:115)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:125)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:124)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

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

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:292)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:292)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:292)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:293)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:293)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:293)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:295)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:295)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_compress (poly.c:50)
   by 0x...: pack_ciphertext (indcpa.c:93)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

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 0xadfa6c50 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 0xadfa6c50 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 0xadfa6c48 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 0xadfa6c48 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...: crypto_kem_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)
   by 0x...: unpack_ciphertext (indcpa.c:109)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:320)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:106)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa5170 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:89)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:90)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_ntt (ntt.c:88)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:260)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_ntt (polyvec.c:172)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_ntt (poly.c:261)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:323)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)

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

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: ???
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:324)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:116)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:115)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:125)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:124)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:325)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:356)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:356)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:356)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:355)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:328)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:328)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

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

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 0xadfa6c50 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 0xadfa6c48 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 0xadfa6c48 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 0xadfa6c48 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)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: ???
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)

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 0xadfa6c48 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 0xadfa6c48 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 0xadfa6c48 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...: 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 0xadfa6c80 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_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: ???
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)

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 stack allocation
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)

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_kyber1024_ref_constbranchindex_poly_decompress (poly.c:82)

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)

TIMECOP error (can be valgrind bug)


error 99
2a4f0b315ec755dc658766a48bbcc93ab1520116536a02116ab3e2c2ff842f1d 244323684 1653701403 1800000000 crypto_kem/kyber1024/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 0xadba7c80 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 0xadba7c70 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 0xadba7c70 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 0xadba7c70 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 0xadba7c70 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 0xadba7c70 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 0xadba7c70 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 0xadba7c70 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 0xadba7c70 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 0xadba7c70 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 0xadba7c70 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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadba4090 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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadba4220 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta1 (poly.c:225)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:223)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadba43f0 is on thread 1's stack
 24 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadba41b8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadba41b8 is on thread 1's stack
 24 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadba41b8 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadba41b8 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomont (poly.c:309)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:233)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomont (poly.c:308)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:233)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:231)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:142)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:142)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:339)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:208)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:211)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:232)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

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

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tobytes (poly.c:133)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_tobytes (polyvec.c:141)
   by 0x...: pack_pk (indcpa.c:28)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:240)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_tobytes (polyvec.c:140)
   by 0x...: pack_pk (indcpa.c:28)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:240)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Use of uninitialised value of size 4
   at 0x...: pack_pk (indcpa.c:30)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:240)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

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

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

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

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

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256_squeeze (fips202.c:655)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:733)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_kyber_shake256_prf (symmetric-shake.c:50)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_getnoise_eta2 (poly.c:244)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:277)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadba3588 is on thread 1's stack
 24 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadba3350 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:205)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadba3350 is on thread 1's stack
 24 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadba3350 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:140)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:68)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadba3350 is on thread 1's stack
 24 bytes below stack pointer

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:143)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:144)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:145)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:291)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_basemul (ntt.c:141)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_basemul_montgomery (poly.c:292)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:207)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:284)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_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.
Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:283)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

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

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:286)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:116)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:275)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:275)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:117)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:275)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: fqmul (ntt.c:69)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:125)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:275)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_invntt (ntt.c:124)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:275)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:289)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

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

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:292)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:292)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

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

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:293)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_add (poly.c:340)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:293)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

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

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:295)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_reduce (polyvec.c:240)

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

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

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_compress (polyvec.c:35)
   by 0x...: pack_ciphertext (indcpa.c:92)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_compress (poly.c:50)
   by 0x...: pack_ciphertext (indcpa.c:93)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_sub (polyvec.c:16)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_compress (poly.c:48)
   by 0x...: pack_ciphertext (indcpa.c:93)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_sub (polyvec.c:16)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_compress (poly.c:59)
   by 0x...: pack_ciphertext (indcpa.c:93)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_sub (polyvec.c:16)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_compress (poly.c:47)
   by 0x...: pack_ciphertext (indcpa.c:93)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_enc (indcpa.c:297)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_sub (polyvec.c:16)

Use of uninitialised value of size 4
   at 0x...: keccak_absorb_once (fips202.c:481)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256_absorb_once (fips202.c:669)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_shake256 (fips202.c:728)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:73)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:263)

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 0xadba7c60 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 0xadba7c60 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 0xadba7c60 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 0xadba7c60 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_kyber1024_ref_constbranchindex_enc (kem.c:97)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadba7c58 is on thread 1's stack
 32 bytes below stack pointer

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

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_polyvec_basemul_acc_montgomery (polyvec.c:206)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:324)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_poly_invntt_tomont (poly.c:288)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:356)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:356)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:356)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_sub (poly.c:355)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:327)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:324)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:328)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_reduce (poly.c:323)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:328)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_poly_tomsg (poly.c:199)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_dec (indcpa.c:330)
   by 0x...: crypto_kem_kyber1024_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_kyber1024_ref_constbranchindex_polyvec_invntt_tomont (polyvec.c:201)

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

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

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

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

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_kyber1024_ref_constbranchindex_sha3_256 (fips202.c:750)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:119)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:263)

Use of uninitialised value of size 4
   at 0x...: keccak_absorb_once (fips202.c:481)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_sha3_256 (fips202.c:750)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:119)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:263)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_cmov (verify.c:46)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_dec (kem.c:122)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:263)

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 0xadba7c60 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 0xadba7c60 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 0xadba7c60 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 0xadba7c60 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_kyber1024_ref_constbranchindex_enc (kem.c:97)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Address 0xadba7c58 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 0xadba7c60 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 0xadba7c60 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 0xadba7c60 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_kyber1024_ref_constbranchindex_enc (kem.c:97)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Address 0xadba7c58 is on thread 1's stack
 32 bytes below stack pointer

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

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

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

Invalid write of size 4
   at 0x...: crypto_kem_kyber1024_ref_constbranchindex_enc (kem.c:97)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Address 0xadba7c58 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_kyber1024_ref_constbranchindex_enc (kem.c:97)
   by 0x...: doit (try.c:114)
   by 0x...: main (try-anything.c:357)
 Address 0xadba7c78 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_kyber1024_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_kyber1024_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
2a4f0b315ec755dc658766a48bbcc93ab1520116536a02116ab3e2c2ff842f1d 109658906 1021603863 1800000000 crypto_kem/kyber1024/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 0xadc26c80 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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c:27)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadc23078 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_kyber1024_ref_constbranchindex_indcpa_keypair (indcpa.c:217)
   by 0x...: crypto_kem_kyber1024_ref_constbranchindex_keypair (kem.c: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)