Test results for armeabi, tinker, crypto_kem/ntruhps2048677

[Page version: 20241215 22:35:41]

Measurements for armeabi, tinker, crypto_kem Test results for armeabi, tinker, crypto_kem Test results for crypto_kem/ntruhps2048677
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20241022
Operation: crypto_kem
Primitive: ntruhps2048677
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
397249617648 0 035237 444 1560T:compactgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
401443317648 0 045349 444 1560compactgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
76917717028 0 026351 460 1552T:refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
77334957028 0 036463 460 1552refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
897263510804 0 030327 464 1560T:compactclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
901408010804 0 040439 464 1560compactclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
95069978120 0 025701 440 1552T:refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
95335225204 0 022053 440 1552T:refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
95532178120 0 035813 440 1552refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
95792375204 0 032165 440 1552refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
127573284768 0 021621 444 1560T:compactgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
128701314768 0 031733 444 1560compactgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
141910943840 0 018849 432 1544T:refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
142362733840 0 028961 432 1544refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
168339974916 0 021529 436 1544T:refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
168767664916 0 031631 436 1544refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
180631993180 0 018201 436 1552T:compactgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
180692363180 0 028313 436 1552compactgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
207188724744 0 031479 440 1552compactgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024112820241022
207545884744 0 021367 440 1552T:compactgcc -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[3211]’ 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_ntruhps2048677_ref_constbranchindex_owcpa_keypair’:
owcpa.c: <command-line>: warning: ‘crypto_kem_ntruhps2048677_ref_constbranchindex_sample_fg’ reading 3211 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[3211]’
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_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_sample_fg’ reading 3211 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[272]’ 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[136]’
pack3.c:    32 | void poly_S3_tobytes(unsigned char msg[NTRU_PACK_TRINARY_BYTES], const poly *a);
pack3.c:       |                      ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pack3.c: pack3.c:25:53: warning: argument 2 of type ‘const unsigned char[272]’ with mismatched bound [-Warray-parameter=]
pack3.c:    25 | 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[136]’
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[3211]’ 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_ntruhps2048677_ref_timingleaks_owcpa_keypair’:
owcpa.c: <command-line>: warning: ‘crypto_kem_ntruhps2048677_ref_timingleaks_sample_fg’ reading 3211 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[3211]’
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_ntruhps2048677_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_ntruhps2048677_ref_timingleaks_sample_fg’ reading 3211 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[272]’ 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[136]’
pack3.c:    32 | void poly_S3_tobytes(unsigned char msg[NTRU_PACK_TRINARY_BYTES], const poly *a);
pack3.c:       |                      ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
pack3.c: pack3.c:25:53: warning: argument 2 of type ‘const unsigned char[272]’ with mismatched bound [-Warray-parameter=]
pack3.c:    25 | 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[136]’
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
2b69858b6cca3be4a12f4392389ac68617a184bc934d858a84e3d957760c178c 414563349 9745634858 1800000000 crypto_kem/ntruhps2048677/compact
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xaded0c58 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 0xaded0c58 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 0xaded0c58 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 0xaded0c58 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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadecd180 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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadecd180 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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadece5d8 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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadece5d8 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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   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
2b69858b6cca3be4a12f4392389ac68617a184bc934d858a84e3d957760c178c 1368088420 14030208345 1800000000 crypto_kem/ntruhps2048677/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 0xadc1ec70 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 0xadc1ec60 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 0xadc1ec60 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 0xadc1ec60 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 0xadc1ec60 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 0xadc1ec60 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 0xadc1ec60 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 0xadc1ec60 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 0xadc1ec60 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 0xadc1ec60 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 0xadc1ec60 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 0xadc1ec70 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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadc1b178 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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadc1b178 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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   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...: ??? (kem.c:245)
   by 0x...: sample_fg (kem.c:259)
   by 0x...: owcpa_keypair (kem.c:309)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadc1b4d0 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:313)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

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 0xadc1ec48 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 0xadc1ec48 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 0xadc1ec40 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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadc1c5e8 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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadc1c5e8 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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   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...: ??? (kem.c:245)
   by 0x...: sample_rm (kem.c:264)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:373)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadc1c940 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...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:377)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:377)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Invalid write of size 4
   at 0x...: poly_Sq_tobytes (kem.c:226)
   by 0x...: poly_Rq_sum_zero_frombytes (kem.c:234)
   by 0x...: owcpa_enc (kem.c:330)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadc1c940 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:235)
   by 0x...: owcpa_enc (kem.c:330)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_enc (kem.c:330)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_enc (kem.c:330)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: owcpa_enc (kem.c:331)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: owcpa_enc (kem.c:331)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: owcpa_enc (kem.c:331)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

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

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

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

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

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

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

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

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:332)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

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:332)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_enc (kem.c:333)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

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 0xadc1ec48 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 0xadc1ec48 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 0xadc1ec40 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 0xadc1ec40 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:226)
   by 0x...: poly_Rq_sum_zero_frombytes (kem.c:234)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadc1d518 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:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Invalid write of size 4
   at 0x...: poly_Sq_tobytes (kem.c:226)
   by 0x...: owcpa_dec (kem.c:353)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadc1d518 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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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 0xadc1ec48 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 0xadc1ec40 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 0xadc1ec40 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 0xadc1ec40 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:226)
   by 0x...: poly_Rq_sum_zero_frombytes (kem.c:234)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Address 0xadc1d518 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:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)


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:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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 0xadc1ec40 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 0xadc1ec40 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 0xadc1ec40 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:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:313)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: predoit (try.c:106)
   by 0x...: main (try-anything.c:351)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

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_Z3_to_Zq (kem.c:67)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:377)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Z3_to_Zq (kem.c:67)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:377)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (kem.c:245)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_enc (kem.c:330)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_enc (kem.c:330)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_enc (kem.c:330)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

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:332)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

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:332)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_enc (kem.c:333)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_trinary_Zq_to_Z3 (kem.c:73)
   by 0x...: owcpa_dec (kem.c:356)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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
2b69858b6cca3be4a12f4392389ac68617a184bc934d858a84e3d957760c178c 437530336 8787972461 1800000000 crypto_kem/ntruhps2048677/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 0xadd40c70 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 0xadd40c60 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 0xadd40c60 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 0xadd40c60 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 0xadd40c60 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 0xadd40c60 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 0xadd40c60 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 0xadd40c60 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 0xadd40c60 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 0xadd40c60 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 0xadd40c60 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 0xadd40c70 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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadd3d070 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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadd3d070 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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   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_S3_frombytes (kem.c:220)
   by 0x...: owcpa_keypair (kem.c:320)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadd3d3c0 is on thread 1's stack
 40 bytes below stack pointer

Invalid write of size 4
   at 0x...: poly_S3_frombytes (kem.c:220)
   by 0x...: owcpa_keypair (kem.c:323)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_keypair (kem.c:364)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadd3d3c0 is on thread 1's stack
 40 bytes below stack pointer

Invalid write of size 4
   at 0x...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:133)
   by 0x...: main (try-anything.c:345)
 Address 0xadd40c48 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 0xadd40c48 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 0xadd40c48 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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadd3e5a8 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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadd3e5a8 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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   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:226)
   by 0x...: poly_Rq_sum_zero_frombytes (kem.c:234)
   by 0x...: owcpa_enc (kem.c:330)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadd3e8f8 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:236)
   by 0x...: owcpa_enc (kem.c:330)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_enc (kem.c:330)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: owcpa_enc (kem.c:331)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

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:332)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: owcpa_enc (kem.c:333)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

Invalid write of size 4
   at 0x...: poly_S3_frombytes (kem.c:220)
   by 0x...: owcpa_enc (kem.c:334)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadd3e8f8 is on thread 1's stack
 40 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 0xadd40c48 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 0xadd40c48 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 0xadd40c48 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 0xadd40c48 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:226)
   by 0x...: poly_Rq_sum_zero_frombytes (kem.c:234)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadd3f490 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:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Invalid write of size 4
   at 0x...: poly_Sq_tobytes (kem.c:226)
   by 0x...: owcpa_dec (kem.c:353)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadd3f490 is on thread 1's stack
 40 bytes below stack pointer

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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 0xadd40c48 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 0xadd40c48 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 0xadd40c48 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 0xadd40c48 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:226)
   by 0x...: poly_Rq_sum_zero_frombytes (kem.c:234)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Address 0xadd3f490 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:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)


More than 100 errors detected.  Subsequent errors
will still be recorded, but in less detail than before.
Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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 0xadd40c48 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 0xadd40c48 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 0xadd40c48 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:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   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:226)

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:236)
   by 0x...: owcpa_enc (kem.c:330)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_enc (kem.c:330)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_mul (kem.c:35)
   by 0x...: owcpa_enc (kem.c:331)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

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:332)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: owcpa_enc (kem.c:333)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_enc (kem.c:378)
   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:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:235)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: poly_Rq_sum_zero_frombytes (kem.c:236)
   by 0x...: owcpa_dec (kem.c:341)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Use of uninitialised value of size 4
   at 0x...: owcpa_dec (kem.c:352)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: poly_Rq_mul (kem.c:36)
   by 0x...: poly_Sq_mul (kem.c:79)
   by 0x...: owcpa_dec (kem.c:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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:354)
   by 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_dec (kem.c:385)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: poly_Sq_tobytes (kem.c:226)

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

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

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
2b69858b6cca3be4a12f4392389ac68617a184bc934d858a84e3d957760c178c 629852564 11454021231 1800000000 crypto_kem/ntruhps2048677/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 0xadc0dc70 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 0xadc0dc60 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 0xadc0dc60 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 0xadc0dc60 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 0xadc0dc60 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 0xadc0dc60 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 0xadc0dc60 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 0xadc0dc60 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 0xadc0dc60 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 0xadc0dc60 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 0xadc0dc60 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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadc0a198 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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadc0a198 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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   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 0xadc0dc50 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 0xadc0dc50 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 0xadc0dc50 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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:369)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadc0dc48 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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadc0b600 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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadc0b600 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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   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 0xadc0dc50 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 0xadc0dc50 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 0xadc0dc50 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 0xadc0dc50 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 0xadc0dc50 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 0xadc0dc50 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 0xadc0dc50 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 0xadc0dc50 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 0xadc0dc50 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 0xadc0dc50 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 0xadc0dc50 is on thread 1's stack
 24 bytes below stack pointer

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

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

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

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

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_keypair (kem.c:369)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Address 0xadc0dc68 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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   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...: doit (try.c:113)
   by 0x...: main (try-anything.c:357)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048677_compact_constbranchindex_keypair (kem.c:369)

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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:369)

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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:369)
   by 0x...: doit (try.c:112)
   by 0x...: main (try-anything.c:357)
 Address 0xadc0dc68 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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:369)

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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:369)

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
2b69858b6cca3be4a12f4392389ac68617a184bc934d858a84e3d957760c178c 685652488 12244737021 1800000000 crypto_kem/ntruhps2048677/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 0xadc9fc70 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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadc9c198 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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadc9c198 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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadc9d5f8 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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadc9d5f8 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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048677_compact_constbranchindex_keypair (kem.c:363)
   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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   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_ntruhps2048677_compact_constbranchindex_enc (kem.c:372)
   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
2b69858b6cca3be4a12f4392389ac68617a184bc934d858a84e3d957760c178c 425492284 11242861411 1800000000 crypto_kem/ntruhps2048677/ref
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xadae8c68 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 0xadae8c68 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 0xadae8c68 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 0xadae8c68 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_ntruhps2048677_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadae7c40 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_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadae7c40 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_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadae7090 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_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadae7090 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_ntruhps2048677_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_ntruhps2048677_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_ntruhps2048677_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_ntruhps2048677_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_ntruhps2048677_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
2b69858b6cca3be4a12f4392389ac68617a184bc934d858a84e3d957760c178c 1402748417 19063042899 1800000000 crypto_kem/ntruhps2048677/ref
Invalid write of size 4
   at 0x...: crypto_stream_chacha20_dolbeau_arm_neon_constbranchindex_ECRYPT_keystream_bytes (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xadba7c80 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:64)
   by 0x...: main (try-anything.c:339)
 Address 0xadba7c70 is on thread 1's stack
 40 bytes below stack pointer

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

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

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:66)
   by 0x...: main (try-anything.c:339)
 Address 0xadba7c70 is on thread 1's stack
 40 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:67)
   by 0x...: main (try-anything.c:339)
 Address 0xadba7c70 is on thread 1's stack
 40 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:68)
   by 0x...: main (try-anything.c:339)
 Address 0xadba7c70 is on thread 1's stack
 40 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:69)
   by 0x...: main (try-anything.c:339)
 Address 0xadba7c70 is on thread 1's stack
 40 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:70)
   by 0x...: main (try-anything.c:339)
 Address 0xadba7c70 is on thread 1's stack
 40 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:71)
   by 0x...: main (try-anything.c:339)
 Address 0xadba7c70 is on thread 1's stack
 40 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:72)
   by 0x...: main (try-anything.c:339)
 Address 0xadba7c70 is on thread 1's stack
 40 bytes below stack pointer

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

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:73)
   by 0x...: main (try-anything.c:339)
 Address 0xadba7c70 is on thread 1's stack
 40 bytes below stack pointer

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

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

Invalid write of size 4
   at 0x...: doit (try.c:118)
   by 0x...: main (try-anything.c:345)
 Address 0xadba7c80 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_ntruhps2048677_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadba6c58 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_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadba6c58 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_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadba6fb0 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (packq.c:4)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_keypair (owcpa.c:100)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadba5510 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:9)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_keypair (owcpa.c:103)
   by 0x...: crypto_kem_ntruhps2048677_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...: ??? (packq.c:4)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_keypair (owcpa.c:103)
   by 0x...: crypto_kem_ntruhps2048677_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...: ??? (packq.c:4)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_keypair (owcpa.c:103)
   by 0x...: crypto_kem_ntruhps2048677_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...: ??? (packq.c:4)

Invalid write of size 4
   at 0x...: ??? (packq.c:4)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_keypair (owcpa.c:104)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadba5510 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Sq_tobytes (packq.c:11)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_keypair (owcpa.c:104)
   by 0x...: crypto_kem_ntruhps2048677_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...: ??? (packq.c:4)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Sq_tobytes (packq.c:27)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_keypair (owcpa.c:104)
   by 0x...: crypto_kem_ntruhps2048677_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...: ??? (packq.c:4)

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 0xadba7c58 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 0xadba7c58 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 0xadba7c50 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 0xadba7c50 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_ntruhps2048677_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadba60a0 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_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadba60a0 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_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_owcpa_keypair (owcpa.c:112)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_enc (kem.c:38)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadba6400 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: ??? (packq.c:4)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_enc (owcpa.c:126)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_enc (kem.c:38)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadba5948 is on thread 1's stack
 32 bytes below stack pointer

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

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

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

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

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:143)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadba61f0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:149)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadba61f0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:9)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_mul (poly.c:30)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_mul (poly.c:30)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_mul (poly.c:30)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_mod_3_Phi_n (poly_mod.c:25)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_mod_3_Phi_n (poly_mod.c:25)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_mod_3_Phi_n (poly_mod.c:24)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:12)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:151)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:21)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:151)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

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

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

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

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

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

Use of uninitialised value of size 4
   at 0x...: memmove (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

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

Use of uninitialised value of size 4
   at 0x...: memmove (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: memmove (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: memmove (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

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

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

Use of uninitialised value of size 4
   at 0x...: memmove (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: memmove (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

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

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:9)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Sq_mul (poly.c:24)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:171)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Sq_mul (poly.c:24)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:171)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Sq_mul (poly.c:24)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:171)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)


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...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_mod_q_Phi_n (poly_mod.c:32)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:171)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_mod_q_Phi_n (poly_mod.c:32)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:171)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_mod_q_Phi_n (poly_mod.c:31)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:171)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: owcpa_check_r (owcpa.c:32)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:184)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_trinary_Zq_to_Z3 (poly.c:17)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:186)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_trinary_Zq_to_Z3 (poly.c:15)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:186)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:12)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:187)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:21)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:187)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

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

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

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

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

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

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

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

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

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

Use of uninitialised value of size 4
   at 0x...: 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 -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
2b69858b6cca3be4a12f4392389ac68617a184bc934d858a84e3d957760c178c 2332106338 23062076553 1800000000 crypto_kem/ntruhps2048677/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 0xade6bc80 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 0xade6bc70 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 0xade6bc70 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 0xade6bc70 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 0xade6bc70 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 0xade6bc70 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 0xade6bc70 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 0xade6bc70 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 0xade6bc70 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 0xade6bc70 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 0xade6bc70 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 0xade6bc80 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_ntruhps2048677_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade6ac58 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_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade6ac58 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_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_dec (owcpa.c:70)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xade6afb0 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...: crypto_kem_ntruhps2048677_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_ntruhps2048677_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_ntruhps2048677_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_ntruhps2048677_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_ntruhps2048677_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_ntruhps2048677_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_ntruhps2048677_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_ntruhps2048677_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_ntruhps2048677_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 0xade6bc58 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 0xade6bc58 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 0xade6bc58 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 0xade6bc50 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_ntruhps2048677_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xade6a0a0 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_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xade6a0a0 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_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_owcpa_keypair (owcpa.c:112)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_enc (kem.c:38)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xade6a400 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 0xade6bc58 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 0xade6bc58 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 0xade6bc58 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 0xade6bc58 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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:143)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xade6a1f0 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:149)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xade6a1f0 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:9)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_mul (poly.c:30)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_mul (poly.c:30)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_mul (poly.c:30)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:10)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_mul (poly.c:30)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_mul (poly.c:30)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_mul (poly.c:30)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_mod_3_Phi_n (poly_mod.c:25)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_mod_3_Phi_n (poly_mod.c:25)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_mod_3_Phi_n (poly_mod.c:24)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:12)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:151)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:21)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:151)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

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

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

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

Use of uninitialised value of size 4
   at 0x...: memmove (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

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

Use of uninitialised value of size 4
   at 0x...: memmove (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: memmove (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: memmove (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

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

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

Use of uninitialised value of size 4
   at 0x...: memmove (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: memmove (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

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

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Sq_frombytes (packq.c:56)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:170)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Sq_frombytes (packq.c:63)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:170)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Sq_frombytes (packq.c:70)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:170)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:9)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Sq_mul (poly.c:24)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:171)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Sq_mul (poly.c:24)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:171)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Sq_mul (poly.c:24)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:171)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:10)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Sq_mul (poly.c:24)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:171)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Sq_mul (poly.c:24)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:171)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Sq_mul (poly.c:24)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:171)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_mod_q_Phi_n (poly_mod.c:32)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:171)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)


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...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_mod_q_Phi_n (poly_mod.c:32)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:171)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_mod_q_Phi_n (poly_mod.c:31)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:171)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: owcpa_check_r (owcpa.c:32)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:184)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: owcpa_check_r (owcpa.c:36)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:184)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_trinary_Zq_to_Z3 (poly.c:17)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:186)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_trinary_Zq_to_Z3 (poly.c:15)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:186)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_trinary_Zq_to_Z3 (poly.c:17)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:186)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_trinary_Zq_to_Z3 (poly.c:17)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:186)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:12)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:187)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:21)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:187)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

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 0xade6bc58 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 0xade6bc58 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 0xade6bc58 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 0xade6bc58 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 0xade6bc58 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 0xade6bc58 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 0xade6bc58 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 0xade6bc78 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
2b69858b6cca3be4a12f4392389ac68617a184bc934d858a84e3d957760c178c 1603121851 19201002625 1800000000 crypto_kem/ntruhps2048677/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 0xadb71c80 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 0xadb71c70 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 0xadb71c70 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 0xadb71c70 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 0xadb71c70 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 0xadb71c70 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 0xadb71c70 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 0xadb71c70 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 0xadb71c70 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 0xadb71c70 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 0xadb71c70 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_ntruhps2048677_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadb70c60 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_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadb70c60 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_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_dec (owcpa.c:70)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_keypair (kem.c:16)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xadb70fb8 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...: crypto_kem_ntruhps2048677_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_ntruhps2048677_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_ntruhps2048677_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_ntruhps2048677_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_ntruhps2048677_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_ntruhps2048677_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_ntruhps2048677_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_ntruhps2048677_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_ntruhps2048677_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 0xadb71c60 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 0xadb71c60 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 0xadb71c60 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_ntruhps2048677_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadb700a8 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_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xadb700a8 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_ntruhps2048677_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 0xadb71c60 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 0xadb71c60 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 0xadb71c60 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 0xadb71c60 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_ntruhps2048677_ref_constbranchindex_enc (kem.c:44)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadb71c60 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:143)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadb70200 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Z3_to_Zq (poly.c:8)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:144)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Z3_to_Zq (poly.c:7)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:144)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:146)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:10)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:146)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:146)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:53)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:147)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_mod_3_Phi_n (poly_mod.c:25)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:56)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:147)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_mod_3_Phi_n (poly_mod.c:25)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:56)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:147)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_mod_3_Phi_n (poly_mod.c:24)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_to_S3 (poly_mod.c:56)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:147)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:149)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:160)
   by 0x...: main (try-anything.c:345)
 Address 0xadb70200 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_mul (poly.c:30)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_mul (poly.c:30)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:12)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_mul (poly.c:30)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:150)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bitinrangepublicpos_mask (crypto_int64.h:164)
   by 0x...: crypto_int64_shrmod (crypto_int64.h:207)
   by 0x...: crypto_int64_bitmod_01 (crypto_int64.h:222)
   by 0x...: owcpa_check_ciphertext (owcpa.c:19)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:156)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bottombit_01 (crypto_int64.h:151)
   by 0x...: crypto_int64_bitmod_01 (crypto_int64.h:223)
   by 0x...: owcpa_check_ciphertext (owcpa.c:19)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:156)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bitinrangepublicpos_mask (crypto_int64.h:164)
   by 0x...: crypto_int64_shrmod (crypto_int64.h:207)
   by 0x...: crypto_int64_bitmod_01 (crypto_int64.h:222)
   by 0x...: owcpa_check_m (owcpa.c:64)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:162)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bottombit_01 (crypto_int64.h:151)
   by 0x...: crypto_int64_bitmod_01 (crypto_int64.h:223)
   by 0x...: owcpa_check_m (owcpa.c:64)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:162)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bitinrangepublicpos_mask (crypto_int64.h:164)
   by 0x...: crypto_int64_shrmod (crypto_int64.h:207)
   by 0x...: crypto_int64_bitmod_01 (crypto_int64.h:222)
   by 0x...: owcpa_check_r (owcpa.c:40)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:184)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_int64_bottombit_01 (crypto_int64.h:151)
   by 0x...: crypto_int64_bitmod_01 (crypto_int64.h:223)
   by 0x...: owcpa_check_r (owcpa.c:40)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:184)
   by 0x...: crypto_kem_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

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

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

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

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

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

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:143)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Address 0xadb70200 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Z3_to_Zq (poly.c:8)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:144)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Z3_to_Zq (poly.c:7)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:144)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:11)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:146)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:10)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:146)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)

Use of uninitialised value of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_Rq_mul (poly_rq_mul.c:13)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_owcpa_dec (owcpa.c:146)
   by 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_dec (kem.c:49)
   by 0x...: test (try.c:177)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_poly_S3_tobytes (pack3.c:26)


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 0xadb71c60 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 0xadb71c60 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 0xadb71c60 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_ntruhps2048677_ref_constbranchindex_enc (kem.c:44)
   by 0x...: test (try.c:190)
   by 0x...: main (try-anything.c:345)
 Address 0xadb71c60 is on thread 1's stack
 24 bytes below stack pointer

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

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

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

Invalid write of size 4
   at 0x...: crypto_kem_ntruhps2048677_ref_constbranchindex_enc (kem.c:44)
   by 0x...: test (try.c:218)
   by 0x...: main (try-anything.c:345)
 Address 0xadb71c60 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_ntruhps2048677_ref_constbranchindex_enc (kem.c:44)
   by 0x...: doit (try.c:114)
   by 0x...: main (try-anything.c:357)
 Address 0xadb71c80 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
2b69858b6cca3be4a12f4392389ac68617a184bc934d858a84e3d957760c178c 527720095 13578083942 1800000000 crypto_kem/ntruhps2048677/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 0xad98dc80 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_ntruhps2048677_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad98cc58 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_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_keypair (kem.c:15)
   by 0x...: test (try.c:126)
   by 0x...: main (try-anything.c:345)
 Address 0xad98cc58 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_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad98c0a0 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_ntruhps2048677_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_ntruhps2048677_ref_constbranchindex_enc (kem.c:29)
   by 0x...: test (try.c:141)
   by 0x...: main (try-anything.c:345)
 Address 0xad98c0a0 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_ntruhps2048677_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_ntruhps2048677_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_ntruhps2048677_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_ntruhps2048677_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_ntruhps2048677_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)