Test results for armeabi, tinker, crypto_kem/ntruhps4096821

[Page version: 20241024 12:18:11]

Measurements for armeabi, tinker, crypto_kem Test results for armeabi, tinker, crypto_kem Test results for crypto_kem/ntruhps4096821
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_kem
Primitive: ntruhps4096821
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
515240417576 0 035181 444 1560T:compactgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101220240909
520850317576 0 045293 444 1560compactgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101220240909
112054186156 0 025487 460 1552T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024101220240909
112615506156 0 035599 460 1552refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024101220240909
1274490810248 0 029783 464 1560T:compactclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024101220240909
1280081010248 0 039895 464 1560compactclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024101220240909
138723018752 0 026349 440 1552T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101220240909
139112614568 0 021437 440 1552T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101220240909
139265918752 0 036461 440 1552refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101220240909
139668684568 0 031549 440 1552refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101220240909
179219114984 0 021861 444 1560T:compactgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101220240909
179923844984 0 031973 444 1560compactgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101220240909
207637643396 0 018417 432 1544T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101220240909
208217483396 0 028529 432 1544refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101220240909
246561224272 0 020903 436 1544T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101220240909
247088184272 0 031015 436 1544refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101220240909
255727003120 0 018153 436 1552T:compactgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101220240909
256276413120 0 028265 436 1552compactgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101220240909
293984374588 0 021231 440 1552T:compactgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101220240909
297631434588 0 031343 440 1552compactgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024101220240909

Compiler output


neon_poly_mod.c: In file included from neon_poly_mod.c:20:
neon_poly_mod.c: /usr/lib/llvm-14/lib/clang/14.0.6/include/arm_neon.h:32:2: error: "NEON support not enabled"
neon_poly_mod.c: #error "NEON support not enabled"
neon_poly_mod.c:  ^
neon_poly_mod.c: neon_poly_mod.c:167:5: error: unknown type name 'uint16x8_t'; did you mean 'uint16_t'?
neon_poly_mod.c:     uint16x8_t last, hex_0xff, hex_0x0f, hex_0x03;
neon_poly_mod.c:     ^~~~~~~~~~
neon_poly_mod.c:     uint16_t
neon_poly_mod.c: /usr/include/arm-linux-gnueabihf/bits/stdint-uintn.h:25:20: note: 'uint16_t' declared here
neon_poly_mod.c: typedef __uint16_t uint16_t;
neon_poly_mod.c:                    ^
neon_poly_mod.c: neon_poly_mod.c:169:5: warning: implicit declaration of function 'vdupq_n_u16' is invalid in C99 [-Wimplicit-function-declaration]
neon_poly_mod.c:     poly_vdup_x1(last, r->coeffs[NTRU_N - 1]);
neon_poly_mod.c:     ^
neon_poly_mod.c: neon_poly_mod.c:33:36: note: expanded from macro 'poly_vdup_x1'
neon_poly_mod.c: #define poly_vdup_x1(c, value) c = vdupq_n_u16(value);
neon_poly_mod.c:                                    ^
neon_poly_mod.c: neon_poly_mod.c:171:5: warning: implicit declaration of function 'vshlq_n_u16' is invalid in C99 [-Wimplicit-function-declaration]
neon_poly_mod.c:     poly_vsl_x1(last, last, 1);
neon_poly_mod.c:     ^
neon_poly_mod.c: neon_poly_mod.c:30:38: note: expanded from macro 'poly_vsl_x1'
neon_poly_mod.c: #define poly_vsl_x1(c, a, value) c = vshlq_n_u16(a, value);
neon_poly_mod.c:                                      ^
neon_poly_mod.c: neon_poly_mod.c:178:17: error: expected ';' after expression
neon_poly_mod.c:     uint16x8x4_t r0, r1, r2, r3;
neon_poly_mod.c: ...

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

Compiler output


neon_poly_rq_mul.c: In file included from rq_mul/neon_poly_rq_mul.c:24,
neon_poly_rq_mul.c:                  from neon_poly_rq_mul.c:20:
neon_poly_rq_mul.c: rq_mul/neon_matrix_transpose.c: In function ‘half_transpose_8x16’:
neon_poly_rq_mul.c: rq_mul/neon_matrix_transpose.c:64:11: warning: implicit declaration of function ‘vtrn1q_u16’; did you mean ‘vtrnq_u16’? [-Wimplicit-function-declaration]
neon_poly_rq_mul.c:    64 |     y16 = vtrn1q_u16(y0, y1);
neon_poly_rq_mul.c:       |           ^~~~~~~~~~
neon_poly_rq_mul.c:       |           vtrnq_u16
neon_poly_rq_mul.c: rq_mul/neon_matrix_transpose.c:64:11: error: incompatible types when assigning to type ‘uint16x8_t’ from type ‘int’
neon_poly_rq_mul.c: rq_mul/neon_matrix_transpose.c:65:11: warning: implicit declaration of function ‘vtrn2q_u16’; did you mean ‘vtrnq_u16’? [-Wimplicit-function-declaration]
neon_poly_rq_mul.c:    65 |     y17 = vtrn2q_u16(y0, y1);
neon_poly_rq_mul.c:       |           ^~~~~~~~~~
neon_poly_rq_mul.c:       |           vtrnq_u16
neon_poly_rq_mul.c: rq_mul/neon_matrix_transpose.c:65:11: error: incompatible types when assigning to type ‘uint16x8_t’ from type ‘int’
neon_poly_rq_mul.c: rq_mul/neon_matrix_transpose.c:66:11: error: incompatible types when assigning to type ‘uint16x8_t’ from type ‘int’
neon_poly_rq_mul.c:    66 |     y18 = vtrn1q_u16(y2, y3);
neon_poly_rq_mul.c:       |           ^~~~~~~~~~
neon_poly_rq_mul.c: rq_mul/neon_matrix_transpose.c:67:11: error: incompatible types when assigning to type ‘uint16x8_t’ from type ‘int’
neon_poly_rq_mul.c:    67 |     y19 = vtrn2q_u16(y2, y3);
neon_poly_rq_mul.c:       |           ^~~~~~~~~~
neon_poly_rq_mul.c: rq_mul/neon_matrix_transpose.c:68:23: warning: implicit declaration of function ‘vtrn1q_u32’; did you mean ‘vtrnq_u32’? [-Wimplicit-function-declaration]
neon_poly_rq_mul.c:    68 |     y24 = (uint16x8_t)vtrn1q_u32((uint32x4_t)y16, (uint32x4_t)y17);
neon_poly_rq_mul.c:       |                       ^~~~~~~~~~
neon_poly_rq_mul.c:       |                       vtrnq_u32
neon_poly_rq_mul.c: rq_mul/neon_matrix_transpose.c:68:5: error: cannot convert a value of type ‘int’ to vector type ‘__simd128_uint16_t’ which has different size
neon_poly_rq_mul.c:    68 |     y24 = (uint16x8_t)vtrn1q_u32((uint32x4_t)y16, (uint32x4_t)y17);
neon_poly_rq_mul.c: ...

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

Compiler output


owcpa.c: owcpa.c:69:40: warning: argument 3 of type ‘const unsigned char[3895]’ with mismatched bound [-Warray-parameter=]
owcpa.c:    69 |                    const unsigned char seed[NTRU_SAMPLE_FG_BYTES])
owcpa.c:       |                    ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
owcpa.c: In file included from owcpa.c:2:
owcpa.c: owcpa.h:14:40: note: previously declared as ‘const unsigned char[32]’
owcpa.c:    14 |                    const unsigned char seed[NTRU_SEEDBYTES]);
owcpa.c:       |                    ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
owcpa.c: owcpa.c: In function ‘crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair’:
owcpa.c: <command-line>: warning: ‘crypto_kem_ntruhps4096821_ref_constbranchindex_sample_fg’ reading 3895 bytes from a region of size 32 [-Wstringop-overread]
owcpa.c: <command-line>: note: in definition of macro ‘CRYPTO_NAMESPACE’
owcpa.c: owcpa.c:79:3: note: in expansion of macro ‘sample_fg’
owcpa.c:    79 |   sample_fg(f,g,seed);
owcpa.c:       |   ^~~~~~~~~
owcpa.c: <command-line>: note: referencing argument 3 of type ‘const unsigned char[3895]’
owcpa.c: <command-line>: note: in definition of macro ‘CRYPTO_NAMESPACE’
owcpa.c: owcpa.c:79:3: note: in expansion of macro ‘sample_fg’
owcpa.c:    79 |   sample_fg(f,g,seed);
owcpa.c:       |   ^~~~~~~~~
owcpa.c: <command-line>: note: in a call to function ‘crypto_kem_ntruhps4096821_ref_constbranchindex_sample_fg’
owcpa.c: <command-line>: note: in definition of macro ‘CRYPTO_NAMESPACE’
owcpa.c: sample.h:11:6: note: in expansion of macro ‘sample_fg’
owcpa.c:    11 | void sample_fg(poly *f, poly *g, const unsigned char uniformbytes[NTRU_SAMPLE_FG_BYTES]);
owcpa.c:       |      ^~~~~~~~~
owcpa.c: <command-line>: warning: ‘crypto_kem_ntruhps4096821_ref_constbranchindex_sample_fg’ reading 3895 bytes from a region of size 32 [-Wstringop-overread]
owcpa.c: <command-line>: note: in definition of macro ‘CRYPTO_NAMESPACE’
owcpa.c: ...
pack3.c: pack3.c:3:36: warning: argument 1 of type ‘unsigned char[328]’ with mismatched bound [-Warray-parameter=]
pack3.c:     3 | void poly_S3_tobytes(unsigned char msg[NTRU_OWCPA_MSGBYTES], const poly *a)
pack3.c:       |                      ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
pack3.c: In file included from pack3.c:1:
pack3.c: poly.h:32:36: note: previously declared as ‘unsigned char[164]’
pack3.c:    32 | void poly_S3_tobytes(unsigned char msg[NTRU_PACK_TRINARY_BYTES], const poly *a);
pack3.c:       |                      ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pack3.c: pack3.c:19:53: warning: argument 2 of type ‘const unsigned char[328]’ with mismatched bound [-Warray-parameter=]
pack3.c:    19 | void poly_S3_frombytes(poly *r, const unsigned char msg[NTRU_OWCPA_MSGBYTES])
pack3.c:       |                                 ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
pack3.c: poly.h:33:53: note: previously declared as ‘const unsigned char[164]’
pack3.c:    33 | void poly_S3_frombytes(poly *r, const unsigned char msg[NTRU_PACK_TRINARY_BYTES]);
pack3.c:       |                                 ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

Compiler output


owcpa.c: owcpa.c:69:40: warning: argument 3 of type ‘const unsigned char[3895]’ with mismatched bound [-Warray-parameter=]
owcpa.c:    69 |                    const unsigned char seed[NTRU_SAMPLE_FG_BYTES])
owcpa.c:       |                    ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
owcpa.c: In file included from owcpa.c:2:
owcpa.c: owcpa.h:14:40: note: previously declared as ‘const unsigned char[32]’
owcpa.c:    14 |                    const unsigned char seed[NTRU_SEEDBYTES]);
owcpa.c:       |                    ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
owcpa.c: owcpa.c: In function ‘crypto_kem_ntruhps4096821_ref_timingleaks_owcpa_keypair’:
owcpa.c: <command-line>: warning: ‘crypto_kem_ntruhps4096821_ref_timingleaks_sample_fg’ reading 3895 bytes from a region of size 32 [-Wstringop-overread]
owcpa.c: <command-line>: note: in definition of macro ‘CRYPTO_NAMESPACE’
owcpa.c: owcpa.c:79:3: note: in expansion of macro ‘sample_fg’
owcpa.c:    79 |   sample_fg(f,g,seed);
owcpa.c:       |   ^~~~~~~~~
owcpa.c: <command-line>: note: referencing argument 3 of type ‘const unsigned char[3895]’
owcpa.c: <command-line>: note: in definition of macro ‘CRYPTO_NAMESPACE’
owcpa.c: owcpa.c:79:3: note: in expansion of macro ‘sample_fg’
owcpa.c:    79 |   sample_fg(f,g,seed);
owcpa.c:       |   ^~~~~~~~~
owcpa.c: <command-line>: note: in a call to function ‘crypto_kem_ntruhps4096821_ref_timingleaks_sample_fg’
owcpa.c: <command-line>: note: in definition of macro ‘CRYPTO_NAMESPACE’
owcpa.c: sample.h:11:6: note: in expansion of macro ‘sample_fg’
owcpa.c:    11 | void sample_fg(poly *f, poly *g, const unsigned char uniformbytes[NTRU_SAMPLE_FG_BYTES]);
owcpa.c:       |      ^~~~~~~~~
owcpa.c: <command-line>: warning: ‘crypto_kem_ntruhps4096821_ref_timingleaks_sample_fg’ reading 3895 bytes from a region of size 32 [-Wstringop-overread]
owcpa.c: <command-line>: note: in definition of macro ‘CRYPTO_NAMESPACE’
owcpa.c: ...
pack3.c: pack3.c:3:36: warning: argument 1 of type ‘unsigned char[328]’ with mismatched bound [-Warray-parameter=]
pack3.c:     3 | void poly_S3_tobytes(unsigned char msg[NTRU_OWCPA_MSGBYTES], const poly *a)
pack3.c:       |                      ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
pack3.c: In file included from pack3.c:1:
pack3.c: poly.h:32:36: note: previously declared as ‘unsigned char[164]’
pack3.c:    32 | void poly_S3_tobytes(unsigned char msg[NTRU_PACK_TRINARY_BYTES], const poly *a);
pack3.c:       |                      ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pack3.c: pack3.c:19:53: warning: argument 2 of type ‘const unsigned char[328]’ with mismatched bound [-Warray-parameter=]
pack3.c:    19 | void poly_S3_frombytes(poly *r, const unsigned char msg[NTRU_OWCPA_MSGBYTES])
pack3.c:       |                                 ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
pack3.c: poly.h:33:53: note: previously declared as ‘const unsigned char[164]’
pack3.c:    33 | void poly_S3_frombytes(poly *r, const unsigned char msg[NTRU_PACK_TRINARY_BYTES]);
pack3.c:       |                                 ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~

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

TIMECOP error (can be valgrind bug)


error 99
fbcebcaa5d40e20b7cf697a9ea12f1f220ef2e1116a1b0b546d332377c3443e3 599385923 13260187102 1800000000 crypto_kem/ntruhps4096821/compact
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xadef0c58 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 0xadef0c58 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 0xadef0c58 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 0xadef0c58 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadeec5d8 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   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...: ??? (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_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadeec5d8 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_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   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...: ??? (estream-convert-api.h:73)
   by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadeede70 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: test (try.c:141)
   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...: ??? (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_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadeede70 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_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: test (try.c:141)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

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_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

Use of uninitialised value of size 4
   at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

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_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 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
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
fbcebcaa5d40e20b7cf697a9ea12f1f220ef2e1116a1b0b546d332377c3443e3 1976418230 19618334835 1800000000 crypto_kem/ntruhps4096821/compact
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 0xad84fc70 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 0xad84fc60 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 0xad84fc60 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 0xad84fc60 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 0xad84fc60 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 0xad84fc60 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 0xad84fc60 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 0xad84fc60 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 0xad84fc60 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 0xad84fc60 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 0xad84fc60 is on thread 1's stack
 40 bytes below stack pointer

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

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

Invalid write of size 4
   at 0x...: doit (try.c:118)
   by 0x...: main (try-anything.c:345)
 Address 0xad84fc70 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (estream-convert-api.h:73)
   by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84b5c8 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   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...: ??? (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_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84b5c8 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_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   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...: poly_Rq_mul (kem.c:233)
   by 0x...: sample_fg (kem.c:247)
   by 0x...: owcpa_keypair (kem.c:297)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_keypair (kem.c:352)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad84b920 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: owcpa_keypair (kem.c:301)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_keypair (kem.c:352)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Rq_mul (kem.c:233)

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 0xad84fc48 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 0xad84fc48 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 0xad84fc40 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...: ??? (estream-convert-api.h:73)
   by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad84ce88 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: test (try.c:141)
   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...: ??? (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_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad84ce88 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_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: test (try.c:141)
   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...: poly_Rq_mul (kem.c:233)
   by 0x...: sample_rm (kem.c:252)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:361)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad84d1e0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: poly_S3_tobytes (kem.c:190)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:363)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Rq_mul (kem.c:233)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_S3_tobytes (kem.c:190)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:363)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Rq_mul (kem.c:233)

Use of uninitialised value of size 4
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:365)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Rq_mul (kem.c:233)

Invalid write of size 4
   at 0x...: poly_Sq_tobytes (kem.c:214)
   by 0x...: poly_Rq_sum_zero_frombytes (kem.c:222)
   by 0x...: owcpa_enc (kem.c:318)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad84d1e0 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:223)
   by 0x...: owcpa_enc (kem.c:318)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_enc (kem.c:318)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_enc (kem.c:318)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: owcpa_enc (kem.c:319)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: owcpa_enc (kem.c:319)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: owcpa_enc (kem.c:319)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

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...: poly_Sq_tobytes (kem.c:214)

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...: poly_Sq_tobytes (kem.c:214)

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...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

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...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: poly_lift (kem.c:183)
   by 0x...: owcpa_enc (kem.c:320)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: poly_lift (kem.c:183)
   by 0x...: owcpa_enc (kem.c:320)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_enc (kem.c:321)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

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 0xad84fc48 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 0xad84fc48 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 0xad84fc40 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 0xad84fc40 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...: poly_Sq_tobytes (kem.c:214)
   by 0x...: poly_Rq_sum_zero_frombytes (kem.c:222)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84e038 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:340)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Invalid write of size 4
   at 0x...: poly_Sq_tobytes (kem.c:214)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xad84e038 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

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 0xad84fc48 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 0xad84fc40 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 0xad84fc40 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 0xad84fc40 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...: poly_Sq_tobytes (kem.c:214)
   by 0x...: poly_Rq_sum_zero_frombytes (kem.c:222)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Address 0xad84e038 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:340)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Invalid write of size 4
   at 0x...: poly_Sq_tobytes (kem.c:214)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Address 0xad84e038 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.
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 0xad84fc40 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 0xad84fc40 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 0xad84fc40 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...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:340)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:340)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:208)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:208)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:340)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:208)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:340)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:340)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

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

Use of uninitialised value of size 4
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: owcpa_keypair (kem.c:301)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_keypair (kem.c:352)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Rq_mul (kem.c:233)

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

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

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

Use of uninitialised value of size 4
   at 0x...: poly_S3_tobytes (kem.c:190)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:363)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Rq_mul (kem.c:233)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_S3_tobytes (kem.c:190)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:363)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Rq_mul (kem.c:233)

Use of uninitialised value of size 4
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:365)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Rq_mul (kem.c:233)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:223)
   by 0x...: owcpa_enc (kem.c:318)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_enc (kem.c:318)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_enc (kem.c:318)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: poly_lift (kem.c:183)
   by 0x...: owcpa_enc (kem.c:320)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: poly_lift (kem.c:183)
   by 0x...: owcpa_enc (kem.c:320)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_enc (kem.c:321)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:340)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

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

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:340)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

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

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

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

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

TIMECOP error (can be valgrind bug)


error 99
fbcebcaa5d40e20b7cf697a9ea12f1f220ef2e1116a1b0b546d332377c3443e3 560403297 11016193918 1800000000 crypto_kem/ntruhps4096821/compact
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 0xadba8c70 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 0xadba8c60 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 0xadba8c60 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 0xadba8c60 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 0xadba8c60 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 0xadba8c60 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 0xadba8c60 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 0xadba8c60 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 0xadba8c60 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 0xadba8c60 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 0xadba8c60 is on thread 1's stack
 40 bytes below stack pointer

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

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

Invalid write of size 4
   at 0x...: doit (try.c:118)
   by 0x...: main (try-anything.c:345)
 Address 0xadba8c70 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (estream-convert-api.h:73)
   by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadba44c0 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   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...: ??? (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_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadba44c0 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_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   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...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:133)
   by 0x...: main (try-anything.c:345)
 Address 0xadba8c48 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 0xadba8c48 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 0xadba8c48 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...: ??? (estream-convert-api.h:73)
   by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadba5e50 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: test (try.c:141)
   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...: ??? (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_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadba5e50 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_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: test (try.c:141)
   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...: poly_Sq_tobytes (kem.c:214)
   by 0x...: poly_Rq_sum_zero_frombytes (kem.c:222)
   by 0x...: owcpa_enc (kem.c:318)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadba61a0 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:223)
   by 0x...: owcpa_enc (kem.c:318)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_enc (kem.c:318)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_enc (kem.c:318)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: owcpa_enc (kem.c:319)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: owcpa_enc (kem.c:319)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: owcpa_enc (kem.c:319)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: owcpa_enc (kem.c:319)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: owcpa_enc (kem.c:319)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: owcpa_enc (kem.c:319)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: owcpa_enc (kem.c:319)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: owcpa_enc (kem.c:319)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

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...: poly_Sq_tobytes (kem.c:214)

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...: poly_Sq_tobytes (kem.c:214)

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...: poly_Sq_tobytes (kem.c:214)

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...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

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...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: poly_lift (kem.c:183)
   by 0x...: owcpa_enc (kem.c:320)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: poly_lift (kem.c:183)
   by 0x...: owcpa_enc (kem.c:320)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

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 0xadba8c48 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 0xadba8c48 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 0xadba8c48 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 0xadba8c48 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_Sq_tobytes (kem.c:214)
   by 0x...: poly_Rq_sum_zero_frombytes (kem.c:222)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadba6fa8 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:223)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:340)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Invalid write of size 4
   at 0x...: poly_Sq_tobytes (kem.c:214)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadba6fa8 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

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 0xadba8c48 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 0xadba8c48 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 0xadba8c48 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 0xadba8c48 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...: poly_Sq_tobytes (kem.c:214)
   by 0x...: poly_Rq_sum_zero_frombytes (kem.c:222)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Address 0xadba6fa8 is on thread 1's stack
 40 bytes below stack pointer


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:223)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:340)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

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 0xadba8c48 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 0xadba8c48 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 0xadba8c48 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...: poly_Rq_sum_zero_frombytes (kem.c:223)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:340)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:223)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:340)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:223)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:208)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:208)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:208)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:340)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:208)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:208)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:208)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:208)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:208)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:208)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:208)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:208)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:223)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:340)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:223)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:340)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

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

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

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

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

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:223)
   by 0x...: owcpa_enc (kem.c:318)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_enc (kem.c:318)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_enc (kem.c:318)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: owcpa_enc (kem.c:319)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: owcpa_enc (kem.c:319)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: owcpa_enc (kem.c:319)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: owcpa_enc (kem.c:319)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: owcpa_enc (kem.c:319)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: owcpa_enc (kem.c:319)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: owcpa_enc (kem.c:319)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: owcpa_enc (kem.c:319)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: poly_lift (kem.c:183)
   by 0x...: owcpa_enc (kem.c:320)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: poly_lift (kem.c:183)
   by 0x...: owcpa_enc (kem.c:320)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:223)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:340)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

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

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:223)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:224)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:340)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

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

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

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

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

TIMECOP error (can be valgrind bug)


error 99
fbcebcaa5d40e20b7cf697a9ea12f1f220ef2e1116a1b0b546d332377c3443e3 1556658631 20202291906 1800000000 crypto_kem/ntruhps4096821/compact
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 0xadfa2c70 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 0xadfa2c60 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 0xadfa2c60 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 0xadfa2c60 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 0xadfa2c60 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 0xadfa2c60 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 0xadfa2c60 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 0xadfa2c60 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 0xadfa2c60 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 0xadfa2c60 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 0xadfa2c60 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadf9e5f0 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   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...: ??? (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_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadf9e5f0 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_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   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...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:133)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa2c50 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 0xadfa2c50 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 0xadfa2c50 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_ntruhps4096821_compact_constbranchindex_keypair (kem.c:357)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa2c48 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (estream-convert-api.h:73)
   by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadf9fea0 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: test (try.c:141)
   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...: ??? (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_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadf9fea0 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_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: test (try.c:141)
   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...: poly_Sq_tobytes (kem.c:214)
   by 0x...: poly_Rq_sum_zero_frombytes (kem.c:222)
   by 0x...: owcpa_enc (kem.c:318)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa01f8 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: poly_Sq_tobytes (kem.c:210)
   by 0x...: owcpa_enc (kem.c:322)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Sq_tobytes (kem.c:210)
   by 0x...: owcpa_enc (kem.c:322)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Sq_tobytes (kem.c:211)
   by 0x...: owcpa_enc (kem.c:322)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:366)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

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 0xadfa2c50 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 0xadfa2c50 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 0xadfa2c50 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 0xadfa2c50 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_Sq_tobytes (kem.c:214)
   by 0x...: poly_Rq_sum_zero_frombytes (kem.c:222)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa0b70 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: poly_Sq_tobytes (kem.c:214)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa0b70 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_check_r (kem.c:272)
   by 0x...: owcpa_dec (kem.c:343)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:344)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

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

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 0xadfa2c50 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...: poly_Sq_tobytes (kem.c:214)
   by 0x...: poly_Rq_sum_zero_frombytes (kem.c:222)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa0b70 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: poly_Sq_tobytes (kem.c:214)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa0b70 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_check_r (kem.c:272)
   by 0x...: owcpa_dec (kem.c:343)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:344)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

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 0xadfa2c50 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 0xadfa2c50 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 0xadfa2c50 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...: poly_Sq_tobytes (kem.c:214)
   by 0x...: poly_Rq_sum_zero_frombytes (kem.c:222)
   by 0x...: owcpa_dec (kem.c:329)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa0b70 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: poly_Sq_tobytes (kem.c:214)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Address 0xadfa0b70 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_check_r (kem.c:272)
   by 0x...: owcpa_dec (kem.c:343)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:344)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)


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_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_check_r (kem.c:272)
   by 0x...: owcpa_dec (kem.c:343)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:344)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:199)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:208)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_check_r (kem.c:272)
   by 0x...: owcpa_dec (kem.c:343)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:208)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:344)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:208)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_check_r (kem.c:272)
   by 0x...: owcpa_dec (kem.c:343)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:344)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:213)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_check_r (kem.c:272)
   by 0x...: owcpa_dec (kem.c:343)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:344)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

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_ntruhps4096821_compact_constbranchindex_keypair (kem.c:357)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Address 0xadfa2c68 is on thread 1's stack
 32 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...: crypto_kem_ntruhps4096821_compact_constbranchindex_keypair (kem.c:357)

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...: crypto_kem_ntruhps4096821_compact_constbranchindex_keypair (kem.c:357)

Use of uninitialised value of size 4
   at 0x...: poly_mod_q_Phi_n (kem.c:51)
   by 0x...: poly_Sq_mul (kem.c:80)
   by 0x...: owcpa_dec (kem.c:342)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: doit (try.c:114)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: owcpa_check_r (kem.c:272)
   by 0x...: owcpa_dec (kem.c:343)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: doit (try.c:114)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:344)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_dec (kem.c:373)
   by 0x...: doit (try.c:114)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:214)

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...: crypto_kem_ntruhps4096821_compact_constbranchindex_keypair (kem.c:357)

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...: crypto_kem_ntruhps4096821_compact_constbranchindex_keypair (kem.c:357)

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)

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
compactgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
fbcebcaa5d40e20b7cf697a9ea12f1f220ef2e1116a1b0b546d332377c3443e3 987629370 17181554690 1800000000 crypto_kem/ntruhps4096821/compact
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 0xad92ac70 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9265f0 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   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...: ??? (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_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad9265f0 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_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   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...: ??? (estream-convert-api.h:73)
   by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad927e98 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: test (try.c:141)
   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...: ??? (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_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad927e98 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_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: test (try.c:141)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

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_ntruhps4096821_compact_constbranchindex_keypair (kem.c:351)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 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: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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

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_ntruhps4096821_compact_constbranchindex_enc (kem.c:360)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 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: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
compactgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
fbcebcaa5d40e20b7cf697a9ea12f1f220ef2e1116a1b0b546d332377c3443e3 627148282 15457240653 1800000000 crypto_kem/ntruhps4096821/ref
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xada89c68 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 0xada89c68 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 0xada89c68 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 0xada89c68 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada88998 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   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...: ??? (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_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xada88998 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_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   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...: ??? (estream-convert-api.h:73)
   by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada87b70 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   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...: ??? (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_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xada87b70 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_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

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_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

Use of uninitialised value of size 4
   at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

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_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 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
fbcebcaa5d40e20b7cf697a9ea12f1f220ef2e1116a1b0b546d332377c3443e3 688830559 16018947988 1800000000 crypto_kem/ntruhps4096821/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 0xadc29c80 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 0xadc29c70 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 0xadc29c70 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 0xadc29c70 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 0xadc29c70 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 0xadc29c70 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 0xadc29c70 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 0xadc29c70 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 0xadc29c70 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 0xadc29c70 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 0xadc29c70 is on thread 1's stack
 40 bytes below stack pointer

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

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

Invalid write of size 4
   at 0x...: doit (try.c:118)
   by 0x...: main (try-anything.c:345)
 Address 0xadc29c80 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (estream-convert-api.h:73)
   by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadc289b0 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   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...: ??? (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_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadc289b0 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_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   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...: ??? (owcpa.c:70)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadc28d08 is on thread 1's stack
 32 bytes below stack pointer

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

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...: ??? (owcpa.c:70)

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...: ??? (owcpa.c:70)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (owcpa.c:70)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (owcpa.c:70)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (owcpa.c:70)

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...: ??? (owcpa.c:70)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (owcpa.c:70)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (owcpa.c:70)

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

Invalid write of size 4
   at 0x...: ??? (estream-convert-api.h:73)
   by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadc27b80 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   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...: ??? (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_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadc27b80 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_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   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_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:112)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_enc (kem.c:38)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadc27ee0 is on thread 1's stack
 24 bytes below stack pointer

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

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

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

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

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

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

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

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

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

Use of uninitialised value of size 4
   at 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

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_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

Invalid write of size 4
   at 0x...: ??? (owcpa.c:70)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 Address 0xadc28d30 is on thread 1's stack
 32 bytes below stack pointer

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

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

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

Invalid write of size 4
   at 0x...: ??? (kem.c:24)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Address 0xadc29c78 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

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_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:112)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_enc (kem.c:38)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Address 0xadc27f08 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:24)

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

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

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

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


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:24)

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

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

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

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

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

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _itoa (_itoa.c:297)
   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:24)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _itoa (_itoa.c:366)
   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:24)

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

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

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

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

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

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

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

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

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
fbcebcaa5d40e20b7cf697a9ea12f1f220ef2e1116a1b0b546d332377c3443e3 586557380 16344570754 1800000000 crypto_kem/ntruhps4096821/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 0xadde3c80 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 0xadde3c70 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 0xadde3c70 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 0xadde3c70 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 0xadde3c70 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 0xadde3c70 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 0xadde3c70 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 0xadde3c70 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 0xadde3c70 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 0xadde3c70 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 0xadde3c70 is on thread 1's stack
 40 bytes below stack pointer

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

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

Invalid write of size 4
   at 0x...: doit (try.c:118)
   by 0x...: main (try-anything.c:345)
 Address 0xadde3c80 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (estream-convert-api.h:73)
   by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadde29b0 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   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...: ??? (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_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadde29b0 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_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   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_ntruhps4096821_ref_constbranchindex_dec (owcpa.c:70)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadde2d08 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (poly.c:67)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:96)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadde0cd0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:9)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:98)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:98)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:98)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:9)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_mul (poly.c:24)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:99)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_mul (poly.c:24)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:99)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_mul (poly.c:24)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:99)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_mul (poly.c:24)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:99)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_mul (poly.c:24)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:99)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:12)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_mul (poly.c:24)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:99)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_mod_q_Phi_n (poly_mod.c:32)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:99)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_mod_q_Phi_n (poly_mod.c:32)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:99)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_mod_q_Phi_n (poly_mod.c:31)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:99)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_tobytes (packq.c:5)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:100)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_tobytes (packq.c:10)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:100)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_tobytes (packq.c:10)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:100)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_tobytes (packq.c:8)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:100)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_tobytes (packq.c:10)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:100)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_tobytes (packq.c:10)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:100)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:9)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:102)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:102)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:102)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:9)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:103)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:103)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:103)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:103)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:103)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:12)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:103)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_sum_zero_tobytes (packq.c:28)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:104)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_tobytes (packq.c:10)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_sum_zero_tobytes (packq.c:29)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:104)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_tobytes (packq.c:10)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_sum_zero_tobytes (packq.c:29)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:104)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_tobytes (packq.c:8)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_sum_zero_tobytes (packq.c:29)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:104)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_tobytes (packq.c:10)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_sum_zero_tobytes (packq.c:29)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:104)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_tobytes (packq.c:10)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_sum_zero_tobytes (packq.c:29)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:104)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (poly.c:67)

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

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

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

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_dec (owcpa.c:70)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_dec (owcpa.c:70)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_dec (owcpa.c:70)

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

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_dec (owcpa.c:70)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_dec (owcpa.c:70)

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

Invalid write of size 4
   at 0x...: ??? (estream-convert-api.h:73)
   by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadde1b80 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   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...: ??? (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_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadde1b80 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_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   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...: ??? (owcpa.c:112)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_enc (kem.c:38)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadde1ee0 is on thread 1's stack
 24 bytes below stack pointer

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

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

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

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

Invalid write of size 4
   at 0x...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:168)
   by 0x...: main (try-anything.c:345)
 Address 0xadde3c58 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)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: test (try.c: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 0xadde3c58 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 0xadde3c58 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 0xadde3c58 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 0xadde3c58 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 0xadde3c58 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 0xadde3c58 is on thread 1's stack
 24 bytes below stack pointer

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

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

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

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

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

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

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

Invalid write of size 4
   at 0x...: ??? (kem.c:24)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Address 0xadde3c78 is on thread 1's stack
 32 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:24)

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

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

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

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

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

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

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

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

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _itoa (_itoa.c:297)
   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:24)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: _itoa (_itoa.c:366)
   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:24)

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

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

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

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

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

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

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

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

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
fbcebcaa5d40e20b7cf697a9ea12f1f220ef2e1116a1b0b546d332377c3443e3 2362943675 28155074584 1800000000 crypto_kem/ntruhps4096821/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 0xade5cc80 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 0xade5cc70 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 0xade5cc70 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 0xade5cc70 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 0xade5cc70 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 0xade5cc70 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 0xade5cc70 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 0xade5cc70 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 0xade5cc70 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 0xade5cc70 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 0xade5cc70 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade5b9b8 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   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...: ??? (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_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade5b9b8 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_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   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...: ??? (owcpa.c:70)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade5bd10 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_S3_mul (poly.c:67)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:96)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade59cd8 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:9)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_mul (poly.c:24)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:99)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_mul (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_mul (poly.c:24)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:99)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_mul (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_mul (poly.c:24)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:99)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_mul (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_mod_q_Phi_n (poly_mod.c:32)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_mul (poly.c:25)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:99)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_mul (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_mod_q_Phi_n (poly_mod.c:32)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_mul (poly.c:25)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:99)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_mul (poly.c:67)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_mod_q_Phi_n (poly_mod.c:31)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_mul (poly.c:25)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:99)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_mul (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_tobytes (packq.c:10)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:100)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_mul (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_tobytes (packq.c:11)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:100)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_mul (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:9)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:103)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_mul (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:103)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_mul (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:103)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_mul (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_tobytes (packq.c:10)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_sum_zero_tobytes (packq.c:29)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:104)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_mul (poly.c:67)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Sq_tobytes (packq.c:11)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_sum_zero_tobytes (packq.c:29)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_keypair (owcpa.c:104)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:16)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_mul (poly.c:67)

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...: ??? (owcpa.c:70)

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...: ??? (owcpa.c:70)

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...: ??? (owcpa.c:70)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (owcpa.c:70)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (owcpa.c:70)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (owcpa.c:70)

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...: ??? (owcpa.c:70)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (owcpa.c:70)

Use of uninitialised value of size 4
   at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (owcpa.c:70)

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 0xade5cc60 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 0xade5cc60 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 0xade5cc60 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...: ??? (estream-convert-api.h:73)
   by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xade5ab88 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   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...: ??? (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_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xade5ab88 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_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   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...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:149)
   by 0x...: main (try-anything.c:345)
 Address 0xade5cc60 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 0xade5cc60 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 0xade5cc60 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 0xade5cc60 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_ntruhps4096821_ref_constbranchindex_enc (kem.c:44)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xade5cc60 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_dec (owcpa.c:143)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xade5ac28 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Z3_to_Zq (poly.c:8)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_dec (owcpa.c:144)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_dec (kem.c:49)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Z3_to_Zq (poly.c:7)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_dec (owcpa.c:144)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_dec (kem.c:49)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_dec (owcpa.c:146)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_dec (kem.c:49)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:10)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_dec (owcpa.c:146)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_dec (kem.c:49)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_dec (owcpa.c:146)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_dec (kem.c:49)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:53)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_dec (owcpa.c:147)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_dec (kem.c:49)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_mod_3_Phi_n (poly_mod.c:25)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_dec (owcpa.c:147)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_dec (kem.c:49)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_mod_3_Phi_n (poly_mod.c:25)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_dec (owcpa.c:147)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_dec (kem.c:49)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_mod_3_Phi_n (poly_mod.c:24)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_dec (owcpa.c:147)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_dec (kem.c:49)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_dec (owcpa.c:149)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xade5ac28 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_S3_mul (poly.c:30)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_dec (kem.c:49)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_S3_mul (poly.c:30)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_dec (kem.c:49)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:12)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_poly_S3_mul (poly.c:30)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_dec (kem.c:49)
   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_ntruhps4096821_ref_constbranchindex_poly_S3_tobytes (pack3.c:20)

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


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
   at 0x...: test (try.c: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_ntruhps4096821_ref_constbranchindex_enc (kem.c:44)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Address 0xade5cc60 is on thread 1's stack
 24 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 0xade5cc60 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 0xade5cc60 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 0xade5cc60 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_ntruhps4096821_ref_constbranchindex_enc (kem.c:44)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Address 0xade5cc60 is on thread 1's stack
 24 bytes below stack pointer

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

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

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

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_enc (kem.c:44)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Address 0xade5cc60 is on thread 1's stack
 24 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_ntruhps4096821_ref_constbranchindex_enc (kem.c:44)
   by 0x...: doit (try.c:114)
   by 0x...: main (try-anything.c:357)
 Address 0xade5cc80 is on thread 1's stack
 24 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)

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
fbcebcaa5d40e20b7cf697a9ea12f1f220ef2e1116a1b0b546d332377c3443e3 783881399 18896797045 1800000000 crypto_kem/ntruhps4096821/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 0xadca4c80 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca39b0 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   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...: ??? (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_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadca39b0 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_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   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...: ??? (estream-convert-api.h:73)
   by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadca2b80 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:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   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...: ??? (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_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadca2b80 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_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

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_ntruhps4096821_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 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: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...: crypto_rng_chacha20_ref_constbranchindex (rng.c:24)
   by 0x...: randombytes_internal (knownrandombytes.c:31)
   by 0x...: randombytes (knownrandombytes.c:56)
   by 0x...: crypto_kem_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (estream-convert-api.h:73)

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_ntruhps4096821_ref_constbranchindex_enc (kem.c:29)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 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: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)