Test results for armeabi, tinker, crypto_kem/ntruhps4096821

[Page version: 20241215 22:35:41]

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: 20241022
Operation: crypto_kem
Primitive: ntruhps4096821
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
507609217544 0 035141 444 1560T:compactgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
513821817544 0 045253 444 1560compactgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
112096486156 0 025479 460 1552T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
112651746156 0 035591 460 1552refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
1275181010248 0 029775 464 1560T:compactclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
1280205110248 0 039887 464 1560compactclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
138767038728 0 026317 440 1552T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
139174804548 0 021413 440 1552T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
139288488728 0 036429 440 1552refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
139736014548 0 031525 440 1552refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
180585214976 0 021845 444 1560T:compactgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
181522114976 0 031957 444 1560compactgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
207654873392 0 018401 432 1544T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
208234203392 0 028513 432 1544refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
246588814260 0 020879 436 1544T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
247126644260 0 030991 436 1544refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
257143193112 0 018137 436 1552T:compactgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
257579393112 0 028249 436 1552compactgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
295393594580 0 021215 440 1552T:compactgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
298001554580 0 031327 440 1552compactgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022

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 596974477 13212725504 1800000000 crypto_kem/ntruhps4096821/compact
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xada64c58 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 0xada64c58 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 0xada64c58 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 0xada64c58 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 0xada605d8 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 0xada605d8 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 0xada61e70 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 0xada61e70 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 1978200795 19599529170 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 0xad7ffc70 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 0xad7ffc60 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 0xad7ffc60 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 0xad7ffc60 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 0xad7ffc60 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 0xad7ffc60 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 0xad7ffc60 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 0xad7ffc60 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 0xad7ffc60 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 0xad7ffc60 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 0xad7ffc60 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 0xad7ffc70 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 0xad7fb5c8 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 0xad7fb5c8 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 0xad7fb920 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 0xad7ffc48 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 0xad7ffc48 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 0xad7ffc40 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 0xad7fce88 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 0xad7fce88 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 0xad7fd1e0 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 0xad7fd1e0 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 0xad7ffc48 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 0xad7ffc48 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 0xad7ffc40 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 0xad7ffc40 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 0xad7fe038 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 0xad7fe038 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 0xad7ffc48 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 0xad7ffc40 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 0xad7ffc40 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 0xad7ffc40 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 0xad7fe038 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 0xad7fe038 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 0xad7ffc40 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 0xad7ffc40 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 0xad7ffc40 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 556403579 10995639343 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 0xad8afc70 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 0xad8afc60 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 0xad8afc60 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 0xad8afc60 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 0xad8afc60 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 0xad8afc60 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 0xad8afc60 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 0xad8afc60 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 0xad8afc60 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 0xad8afc60 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 0xad8afc60 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 0xad8afc70 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 0xad8ab4c0 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 0xad8ab4c0 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 0xad8afc48 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 0xad8afc48 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 0xad8afc48 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 0xad8ace50 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 0xad8ace50 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 0xad8ad1a0 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 0xad8afc48 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 0xad8afc48 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 0xad8afc48 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 0xad8afc48 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 0xad8adfa8 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 0xad8adfa8 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 0xad8afc48 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 0xad8afc48 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 0xad8afc48 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 0xad8afc48 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 0xad8adfa8 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 0xad8afc48 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 0xad8afc48 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 0xad8afc48 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 1557678097 20208148376 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 0xadebcc70 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 0xadebcc60 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 0xadebcc60 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 0xadebcc60 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 0xadebcc60 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 0xadebcc60 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 0xadebcc60 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 0xadebcc60 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 0xadebcc60 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 0xadebcc60 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 0xadebcc60 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 0xadeb85f0 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 0xadeb85f0 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 0xadebcc50 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 0xadebcc50 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 0xadebcc50 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 0xadebcc48 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 0xadeb9ea0 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 0xadeb9ea0 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 0xadeba1f8 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 0xadebcc50 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 0xadebcc50 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 0xadebcc50 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 0xadebcc50 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 0xadebab70 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 0xadebab70 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 0xadebcc50 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 0xadebcc50 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 0xadebcc50 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 0xadebcc50 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 0xadebab70 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 0xadebab70 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 0xadebcc50 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 0xadebcc50 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 0xadebcc50 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 0xadebab70 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 0xadebab70 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 0xadebcc68 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 986061133 17092861243 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 0xade72c70 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 0xade6e5f0 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 0xade6e5f0 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 0xade6fe98 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 0xade6fe98 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 625958198 15395298737 1800000000 crypto_kem/ntruhps4096821/ref
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xadcc6c68 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 0xadcc6c68 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 0xadcc6c68 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 0xadcc6c68 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 0xadcc5998 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 0xadcc5998 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 0xadcc4b70 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 0xadcc4b70 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 686026508 15963499082 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 0xadc06c80 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 0xadc06c70 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 0xadc06c70 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 0xadc06c70 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 0xadc06c70 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 0xadc06c70 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 0xadc06c70 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 0xadc06c70 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 0xadc06c70 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 0xadc06c70 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 0xadc06c70 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 0xadc06c80 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 0xadc059b0 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 0xadc059b0 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 0xadc05d08 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 0xadc06c58 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 0xadc06c58 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 0xadc06c50 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 0xadc06c50 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 0xadc04b80 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 0xadc04b80 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 0xadc04ee0 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 0xadc06c58 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 0xadc06c58 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 0xadc06c50 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 0xadc06c50 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 0xadc06c58 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 0xadc06c50 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 0xadc06c50 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 0xadc06c50 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 0xadc06c50 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 0xadc06c50 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 0xadc06c50 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 0xadc05d30 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 0xadc06c78 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 0xadc04f08 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 0xadc06c78 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 0xadc04f08 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 581878704 16282197954 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 0xadb19c80 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 0xadb19c70 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 0xadb19c70 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 0xadb19c70 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 0xadb19c70 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 0xadb19c70 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 0xadb19c70 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 0xadb19c70 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 0xadb19c70 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 0xadb19c70 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 0xadb19c70 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 0xadb19c80 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 0xadb189b0 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 0xadb189b0 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 0xadb18d08 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 0xadb16cd0 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 0xadb19c58 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 0xadb19c58 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 0xadb19c58 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 0xadb19c50 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 0xadb17b80 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 0xadb17b80 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 0xadb17ee0 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 0xadb19c58 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 0xadb19c58 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 0xadb19c58 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 0xadb19c58 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 0xadb19c58 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 0xadb19c58 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 0xadb19c58 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 0xadb19c58 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 0xadb19c58 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 0xadb19c58 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 0xadb19c58 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 0xadb19c78 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 2356072134 27983101000 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 0xadefcc80 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 0xadefcc70 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 0xadefcc70 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 0xadefcc70 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 0xadefcc70 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 0xadefcc70 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 0xadefcc70 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 0xadefcc70 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 0xadefcc70 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 0xadefcc70 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 0xadefcc70 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 0xadefb9b8 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 0xadefb9b8 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 0xadefbd10 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 0xadef9cd8 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 0xadefcc60 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 0xadefcc60 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 0xadefcc60 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 0xadefab88 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 0xadefab88 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 0xadefcc60 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 0xadefcc60 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 0xadefcc60 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 0xadefcc60 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 0xadefcc60 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 0xadefac20 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 0xadefac20 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 0xadefcc60 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 0xadefcc60 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 0xadefcc60 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 0xadefcc60 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 0xadefcc60 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 0xadefcc60 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 0xadefcc60 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 0xadefcc60 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 0xadefcc60 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 0xadefcc60 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 0xadefcc60 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 0xadefcc60 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 0xadefcc60 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 0xadefcc80 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 781217529 18805453612 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 0xadad3c80 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 0xadad29b0 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 0xadad29b0 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 0xadad1b80 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 0xadad1b80 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)