Test results for armeabi, tinker, crypto_sign/picnic3l3
[Page version: 20241215 22:35:41]
Measurements for armeabi, tinker, crypto_sign
Test results for armeabi, tinker, crypto_sign
Test results for crypto_sign/picnic3l3
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20241022
Operation: crypto_sign
Primitive: picnic3l3
Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
669951322 | 121818 76 0 | 152829 508 1576 | optimizedct/c | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241111 | 20241022 |
703424950 | 127383 124 0 | 160459 588 1576 | optimizedct/c | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241111 | 20241022 |
712709701 | 112586 76 0 | 143221 508 1576 | optimizedct/c | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241111 | 20241022 |
716802613 | 111924 76 0 | 142357 508 1568 | optimizedct/c | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241111 | 20241022 |
738584727 | 105330 76 0 | 134153 500 1568 | optimizedct/c | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241111 | 20241022 |
1378039877 | 1266619 52 0 | 1297650 500 1568 | T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall | 20241111 | 20241022 |
1394109951 | 1247877 4 0 | 1276845 424 1568 | T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241111 | 20241022 |
1396111472 | 1258085 4 0 | 1287773 424 1568 | T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20241111 | 20241022 |
Compiler output
picnic_impl.c: picnic_impl.c: In function ‘mpc_LowMC_verify’:
picnic_impl.c: picnic_impl.c:533:5: warning: ‘mpc_matrix_mul’ accessing 12 bytes in a region of size 8 [-Wstringop-overflow=]
picnic_impl.c: 533 | mpc_matrix_mul(roundKey, keyShares, KMatrix(0, params), params, 2);
picnic_impl.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
picnic_impl.c: picnic_impl.c:533:5: note: referencing argument 1 of type ‘uint32_t *[3]’ {aka ‘unsigned int *[3]’}
picnic_impl.c: picnic_impl.c:533:5: warning: ‘mpc_matrix_mul’ accessing 12 bytes in a region of size 8 [-Wstringop-overflow=]
picnic_impl.c: picnic_impl.c:533:5: note: referencing argument 2 of type ‘uint32_t *[3]’ {aka ‘unsigned int *[3]’}
picnic_impl.c: picnic_impl.c:506:6: note: in a call to function ‘mpc_matrix_mul’
picnic_impl.c: 506 | void mpc_matrix_mul(uint32_t* output[3], uint32_t* state[3], const uint32_t* matrix,
picnic_impl.c: | ^~~~~~~~~~~~~~
picnic_impl.c: picnic_impl.c:534:5: warning: ‘mpc_xor’ accessing 12 bytes in a region of size 8 [-Wstringop-overflow=]
picnic_impl.c: 534 | mpc_xor(state, roundKey, params->stateSizeWords, 2);
picnic_impl.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
picnic_impl.c: picnic_impl.c:534:5: note: referencing argument 1 of type ‘uint32_t *[3]’ {aka ‘unsigned int *[3]’}
picnic_impl.c: picnic_impl.c:534:5: warning: ‘mpc_xor’ accessing 12 bytes in a region of size 8 [-Wstringop-overflow=]
picnic_impl.c: picnic_impl.c:534:5: note: referencing argument 2 of type ‘uint32_t *[3]’ {aka ‘unsigned int *[3]’}
picnic_impl.c: picnic_impl.c:260:6: note: in a call to function ‘mpc_xor’
picnic_impl.c: 260 | void mpc_xor(uint32_t* state[3], uint32_t* in[3], uint32_t len, int players)
picnic_impl.c: | ^~~~~~~
picnic_impl.c: picnic_impl.c:537:9: warning: ‘mpc_matrix_mul’ accessing 12 bytes in a region of size 8 [-Wstringop-overflow=]
picnic_impl.c: 537 | mpc_matrix_mul(roundKey, keyShares, KMatrix(r, params), params, 2);
picnic_impl.c: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
picnic_impl.c: picnic_impl.c:537:9: note: referencing argument 1 of type ‘uint32_t *[3]’ {aka ‘unsigned int *[3]’}
picnic_impl.c: picnic_impl.c:537:9: warning: ‘mpc_matrix_mul’ accessing 12 bytes in a region of size 8 [-Wstringop-overflow=]
picnic_impl.c: picnic_impl.c:537:9: note: referencing argument 2 of type ‘uint32_t *[3]’ {aka ‘unsigned int *[3]’}
picnic_impl.c: ...
Number of similar (implementation,compiler) pairs: 4, namely:
Implementation | Compiler |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Namespace violations
KeccakHashtimes4.o Keccak_HashFinaltimes4 T
KeccakHashtimes4.o Keccak_HashInitializetimes4 T
KeccakHashtimes4.o Keccak_HashSqueezetimes4 T
KeccakHashtimes4.o Keccak_HashUpdatetimes4 T
KeccakSpongetimes4.o KeccakWidth1600times4_SpongeAbsorb T
KeccakSpongetimes4.o KeccakWidth1600times4_SpongeAbsorbLastFewBits T
KeccakSpongetimes4.o KeccakWidth1600times4_SpongeInitialize T
KeccakSpongetimes4.o KeccakWidth1600times4_SpongeSqueeze T
compat.o picnic_explicit_bzero T
compat.o picnic_timingsafe_bcmp T
io.o mzd_from_char_array T
io.o mzd_to_char_array T
lowmc.o lowmc_compute T
lowmc.o lowmc_compute_aux T
lowmc_192_192_4.o lowmc_192_192_4 D
mzd_additional.o mzd_addmul_v_uint64_128 T
mzd_additional.o mzd_addmul_v_uint64_129 T
mzd_additional.o mzd_addmul_v_uint64_192 T
mzd_additional.o mzd_addmul_v_uint64_256 T
mzd_additional.o mzd_and_uint64_128 T
mzd_additional.o mzd_and_uint64_192 T
mzd_additional.o mzd_and_uint64_256 T
mzd_additional.o mzd_copy_uint64_128 T
mzd_additional.o mzd_copy_uint64_192 T
mzd_additional.o mzd_copy_uint64_256 T
mzd_additional.o mzd_local_init_ex T
mzd_additional.o mzd_mul_v_uint64_128 T
mzd_additional.o mzd_mul_v_uint64_129 T
mzd_additional.o mzd_mul_v_uint64_192 T
mzd_additional.o mzd_mul_v_uint64_256 T
mzd_additional.o mzd_shift_left_uint64_128 T
mzd_additional.o mzd_shift_left_uint64_192 T
mzd_additional.o mzd_shift_left_uint64_256 T
mzd_additional.o mzd_shift_right_uint64_128 T
mzd_additional.o mzd_shift_right_uint64_192 T
mzd_additional.o mzd_shift_right_uint64_256 T
mzd_additional.o mzd_xor_uint64_128 T
mzd_additional.o mzd_xor_uint64_192 T
mzd_additional.o mzd_xor_uint64_256 T
picnic.o picnic_clear_private_key T
picnic.o picnic_get_lowmc_block_size T
picnic.o picnic_get_param_name T
picnic.o picnic_get_private_key_param T
picnic.o picnic_get_private_key_size T
picnic.o picnic_get_public_key_param T
picnic.o picnic_get_public_key_size T
picnic.o picnic_keygen T
picnic.o picnic_read_private_key T
picnic.o picnic_read_public_key T
picnic.o picnic_sign T
picnic.o picnic_signature_size T
picnic.o picnic_sk_to_pk T
picnic.o picnic_validate_keypair T
picnic.o picnic_verify T
picnic.o picnic_write_private_key T
picnic.o picnic_write_public_key T
picnic3_impl.o impl_sign_picnic3 T
picnic3_impl.o impl_verify_picnic3 T
picnic3_simulate.o lowmc_simulate_online_get_implementation T
picnic3_tree.o addMerkleNodes T
picnic3_tree.o buildMerkleTree T
picnic3_tree.o createTree T
picnic3_tree.o freeTree T
picnic3_tree.o generateSeeds T
picnic3_tree.o getLeaf T
picnic3_tree.o getLeaves T
picnic3_tree.o openMerkleTree T
picnic3_tree.o openMerkleTreeSize T
picnic3_tree.o reconstructSeeds T
picnic3_tree.o revealSeeds T
picnic3_tree.o revealSeedsSize T
picnic3_tree.o verifyMerkleTree T
picnic3_types.o allocateCommitments T
picnic3_types.o allocateCommitments2 T
picnic3_types.o allocateInputs T
picnic3_types.o allocateMsgs T
picnic3_types.o allocateMsgsVerify T
picnic3_types.o allocateProof2 T
picnic3_types.o allocateRandomTape T
picnic3_types.o allocateSignature2 T
picnic3_types.o freeCommitments T
picnic3_types.o freeCommitments2 T
picnic3_types.o freeInputs T
picnic3_types.o freeMsgs T
picnic3_types.o freeRandomTape T
picnic3_types.o freeSignature2 T
picnic_instances.o picnic_instance_get T
randomness.o rand_bits T
Number of similar (implementation,compiler) pairs: 5, namely:
Implementation | Compiler |
optimizedct/c | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
optimizedct/c | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
optimizedct/c | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
optimizedct/c | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
optimizedct/c | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Namespace violations
api.o params D
hash.o HashFinal T
hash.o HashInit T
hash.o HashSqueeze T
hash.o HashUpdate T
hash.o HashUpdateIntLE T
hash.o fromLittleEndian T
hash.o toLittleEndian T
lowmc_constants.o KMatrix T
lowmc_constants.o KMatrixInv T
lowmc_constants.o LMatrix T
lowmc_constants.o LMatrixInv T
lowmc_constants.o RConstant T
picnic.o get_param_set T
picnic.o get_transform T
picnic.o is_picnic3 T
picnic.o picnic_get_param_name T
picnic.o picnic_keygen T
picnic.o picnic_read_private_key T
picnic.o picnic_read_public_key T
picnic.o picnic_sign T
picnic.o picnic_signature_size T
picnic.o picnic_validate_keypair T
picnic.o picnic_verify T
picnic.o picnic_write_private_key T
picnic.o picnic_write_public_key T
picnic.o print_signature T
picnic3_impl.o ceil_log2 T
picnic3_impl.o deserializeSignature2 T
picnic3_impl.o serializeSignature2 T
picnic3_impl.o sign_picnic3 T
picnic3_impl.o verify_picnic3 T
picnic_impl.o Commit T
picnic_impl.o G T
picnic_impl.o H3 T
picnic_impl.o LowMCEnc T
picnic_impl.o arePaddingBitsZero T
picnic_impl.o computeSeeds T
picnic_impl.o createRandomTape T
picnic_impl.o deserializeSignature T
picnic_impl.o getBit T
picnic_impl.o getBitFromWordArray T
picnic_impl.o getChallenge T
picnic_impl.o matrix_mul T
picnic_impl.o mpc_AND T
picnic_impl.o mpc_AND_verify T
picnic_impl.o mpc_LowMC T
picnic_impl.o mpc_LowMC_verify T
picnic_impl.o mpc_matrix_mul T
picnic_impl.o mpc_substitution T
picnic_impl.o mpc_substitution_verify T
picnic_impl.o mpc_xor T
picnic_impl.o mpc_xor_constant T
picnic_impl.o mpc_xor_constant_verify T
picnic_impl.o numBytes T
picnic_impl.o parity T
picnic_impl.o printHex T
picnic_impl.o prove T
picnic_impl.o random_bytes_supercop T
picnic_impl.o serializeSignature T
picnic_impl.o setBit T
picnic_impl.o setBitInWordArray T
picnic_impl.o setChallenge T
picnic_impl.o sign_picnic1 T
picnic_impl.o verify T
picnic_impl.o verifyProof T
picnic_impl.o xor_array T
picnic_impl.o xor_three T
picnic_impl.o zeroTrailingBits T
picnic_types.o allocateCommitments T
picnic_types.o allocateCommitments2 T
picnic_types.o allocateGCommitments T
picnic_types.o allocateInputs T
picnic_types.o allocateMsgs T
picnic_types.o allocateProof T
picnic_types.o allocateProof2 T
picnic_types.o allocateRandomTape T
picnic_types.o allocateSeeds T
picnic_types.o allocateShares T
picnic_types.o allocateSignature T
picnic_types.o allocateSignature2 T
picnic_types.o allocateView T
picnic_types.o allocateViews T
picnic_types.o freeCommitments T
picnic_types.o freeCommitments2 T
picnic_types.o freeGCommitments T
picnic_types.o freeInputs T
picnic_types.o freeMsgs T
picnic_types.o freeProof T
picnic_types.o freeProof2 T
picnic_types.o freeRandomTape T
picnic_types.o freeSeeds T
picnic_types.o freeShares T
picnic_types.o freeSignature T
picnic_types.o freeSignature2 T
picnic_types.o freeView T
picnic_types.o freeViews T
picnic_types.o getTapeSizeBytes T
tree.o addMerkleNodes T
tree.o buildMerkleTree T
tree.o createTree T
tree.o exists T
tree.o expandSeeds T
tree.o freeTree T
tree.o generateSeeds T
tree.o getLeaf T
tree.o getLeaves T
tree.o getParent T
tree.o getSibling T
tree.o hasLeftChild T
tree.o hasRightChild T
tree.o hasSibling T
tree.o hashSeed T
tree.o isLeafNode T
tree.o isLeftChild T
tree.o openMerkleTree T
tree.o openMerkleTreeSize T
tree.o printLeaves T
tree.o printSeeds T
tree.o reconstructSeeds T
tree.o revealSeeds T
tree.o revealSeedsSize T
tree.o verifyMerkleTree T
Number of similar (implementation,compiler) pairs: 3, namely:
Implementation | Compiler |
T:ref | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
T:ref | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
T:ref | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 142
Invalid write of size 4
at 0x...: main (try-anything.c:335)
Address 0xadf72c58 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 0xadf72c58 is on thread 1's stack
in frame #1, created by setrlimit (setrlimit.c:35)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Syscall param rlimit64(new_rlim) points to uninitialised byte(s)
at 0x...: __libc_do_syscall (libc-do-syscall.S:47)
by 0x...: setrlimit (setrlimit.c:47)
by 0x...: limits (try-anything.c:268)
by 0x...: main (try-anything.c:337)
Address 0xadf72c58 is on thread 1's stack
in frame #1, created by setrlimit (setrlimit.c:35)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Syscall param rlimit64(new_rlim) points to uninitialised byte(s)
at 0x...: __libc_do_syscall (libc-do-syscall.S:47)
by 0x...: setrlimit (setrlimit.c:47)
by 0x...: limits (try-anything.c:271)
by 0x...: main (try-anything.c:337)
Address 0xadf72c58 is on thread 1's stack
in frame #1, created by setrlimit (setrlimit.c:35)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: rand_bytes (randomness.c:24)
by 0x...: rand_bits (randomness.c:143)
by 0x...: picnic_keygen (picnic.c:116)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xadf727e0 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...: rand_bytes (randomness.c:24)
by 0x...: rand_bits (randomness.c:143)
by 0x...: picnic_keygen (picnic.c:116)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Address 0xadf726f8 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Address 0xadf726e0 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Address 0xadf72700 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Address 0xadf726e8 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: generateSeeds (picnic3_tree.c:255)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: generateSeeds (picnic3_tree.c:257)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:176)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed (picnic3_tree.c:141)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed (picnic3_tree.c:142)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinal (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinal (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed (picnic3_tree.c:147)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed (picnic3_tree.c:141)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed (picnic3_tree.c:142)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed (picnic3_tree.c:147)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed (picnic3_tree.c:141)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed (picnic3_tree.c:142)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed (picnic3_tree.c:147)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_init_prefix_x4 (kdf_shake.h:288)
by 0x...: hashSeed_x4 (picnic3_tree.c:157)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_init_prefix_x4 (kdf_shake.h:288)
by 0x...: hashSeed_x4 (picnic3_tree.c:157)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_init_prefix_x4 (kdf_shake.h:288)
by 0x...: hashSeed_x4 (picnic3_tree.c:157)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_init_prefix_x4 (kdf_shake.h:288)
by 0x...: hashSeed_x4 (picnic3_tree.c:157)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_init_prefix_x4 (kdf_shake.h:288)
by 0x...: hashSeed_x4 (picnic3_tree.c:157)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hashSeed_x4 (picnic3_tree.c:158)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hashSeed_x4 (picnic3_tree.c:158)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hashSeed_x4 (picnic3_tree.c:158)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hashSeed_x4 (picnic3_tree.c:158)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hashSeed_x4 (picnic3_tree.c:158)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hashSeed_x4 (picnic3_tree.c:163)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hashSeed_x4 (picnic3_tree.c:163)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hashSeed_x4 (picnic3_tree.c:163)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hashSeed_x4 (picnic3_tree.c:163)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hashSeed_x4 (picnic3_tree.c:163)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: hashSeed_x4 (picnic3_tree.c:164)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: hashSeed_x4 (picnic3_tree.c:164)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: hashSeed_x4 (picnic3_tree.c:164)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: hashSeed_x4 (picnic3_tree.c:164)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: hashSeed_x4 (picnic3_tree.c:164)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: hashSeed_x4 (picnic3_tree.c:167)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: hashSeed_x4 (picnic3_tree.c:167)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: hashSeed_x4 (picnic3_tree.c:167)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: hashSeed_x4 (picnic3_tree.c:167)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: hashSeed_x4 (picnic3_tree.c:167)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hashSeed_x4 (picnic3_tree.c:170)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hashSeed_x4 (picnic3_tree.c:170)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hashSeed_x4 (picnic3_tree.c:170)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:191)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hashSeed_x4 (picnic3_tree.c:170)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:165)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hashSeed_x4 (picnic3_tree.c:170)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:564)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateCommitments (picnic3_types.c:178)
by 0x...: sign_picnic3 (picnic3_impl.c:566)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateCommitments (picnic3_types.c:180)
by 0x...: sign_picnic3 (picnic3_impl.c:566)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateCommitments (picnic3_types.c:182)
by 0x...: sign_picnic3 (picnic3_impl.c:566)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:568)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: lowmc_simulate_online_get_implementation (picnic3_simulate.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:568)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateInputs (picnic3_types.c:113)
by 0x...: sign_picnic3 (picnic3_impl.c:569)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateMsgs (picnic3_types.c:132)
by 0x...: sign_picnic3 (picnic3_impl.c:570)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateMsgs (picnic3_types.c:135)
by 0x...: sign_picnic3 (picnic3_impl.c:570)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:574)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:576)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:581)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:583)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:0)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: generateSeeds (picnic3_tree.c:255)
by 0x...: sign_picnic3 (picnic3_impl.c:584)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: generateSeeds (picnic3_tree.c:257)
by 0x...: sign_picnic3 (picnic3_impl.c:584)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: createRandomTapes (picnic3_impl.c:40)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateRandomTape (picnic3_types.c:23)
by 0x...: createRandomTapes (picnic3_impl.c:42)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateRandomTape (picnic3_types.c:25)
by 0x...: createRandomTapes (picnic3_impl.c:42)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: createRandomTapes (picnic3_impl.c:43)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: createRandomTapes (picnic3_impl.c:0)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: createRandomTapes (picnic3_impl.c:47)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: createRandomTapes (picnic3_impl.c:47)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: createRandomTapes (picnic3_impl.c:47)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: createRandomTapes (picnic3_impl.c:47)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: createRandomTapes (picnic3_impl.c:47)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: createRandomTapes (picnic3_impl.c:47)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: createRandomTapes (picnic3_impl.c:50)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: createRandomTapes (picnic3_impl.c:50)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: createRandomTapes (picnic3_impl.c:50)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: createRandomTapes (picnic3_impl.c:50)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: createRandomTapes (picnic3_impl.c:50)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: createRandomTapes (picnic3_impl.c:51)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: createRandomTapes (picnic3_impl.c:51)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: createRandomTapes (picnic3_impl.c:51)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: createRandomTapes (picnic3_impl.c:51)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: createRandomTapes (picnic3_impl.c:51)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: createRandomTapes (picnic3_impl.c:53)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: createRandomTapes (picnic3_impl.c:53)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: createRandomTapes (picnic3_impl.c:53)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: createRandomTapes (picnic3_impl.c:53)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: createRandomTapes (picnic3_impl.c:53)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:191)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:165)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:166)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:166)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:180)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: createRandomTapes (picnic3_impl.c:44)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: createRandomTapes (picnic3_impl.c:45)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:74)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:0)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:74)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:79)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:82)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:89)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:590)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_x4 (picnic3_impl.c:120)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_x4 (picnic3_impl.c:121)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_x4 (picnic3_impl.c:121)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_x4 (picnic3_impl.c:121)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_x4 (picnic3_impl.c:121)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_x4 (picnic3_impl.c:121)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: commit_x4 (picnic3_impl.c:122)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: commit_x4 (picnic3_impl.c:122)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: commit_x4 (picnic3_impl.c:122)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: commit_x4 (picnic3_impl.c:122)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: commit_x4 (picnic3_impl.c:122)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: commit_x4 (picnic3_impl.c:123)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: commit_x4 (picnic3_impl.c:123)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: commit_x4 (picnic3_impl.c:123)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: commit_x4 (picnic3_impl.c:123)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: commit_x4 (picnic3_impl.c:123)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: commit_x4 (picnic3_impl.c:125)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: commit_x4 (picnic3_impl.c:125)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: commit_x4 (picnic3_impl.c:125)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: commit_x4 (picnic3_impl.c:125)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: commit_x4 (picnic3_impl.c:125)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_x4 (picnic3_impl.c:127)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_x4 (picnic3_impl.c:127)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_x4 (picnic3_impl.c:127)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:191)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_x4 (picnic3_impl.c:127)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:165)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_x4 (picnic3_impl.c:127)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hash_update_uint16_le (kdf_shake.h:238)
by 0x...: commit (picnic3_impl.c:108)
by 0x...: sign_picnic3 (picnic3_impl.c:597)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hash_update_uint16_le (kdf_shake.h:238)
by 0x...: commit (picnic3_impl.c:109)
by 0x...: sign_picnic3 (picnic3_impl.c:597)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:111)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_h_x4 (picnic3_impl.c:152)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_h_x4 (picnic3_impl.c:152)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_h_x4 (picnic3_impl.c:152)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:191)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_h_x4 (picnic3_impl.c:152)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:165)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_h_x4 (picnic3_impl.c:152)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_v_x4 (picnic3_impl.c:176)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_v_x4 (picnic3_impl.c:176)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_v_x4 (picnic3_impl.c:176)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_v_x4 (picnic3_impl.c:176)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_v_x4 (picnic3_impl.c:176)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:111)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_v_x4 (picnic3_impl.c:183)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_v_x4 (picnic3_impl.c:183)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_v_x4 (picnic3_impl.c:183)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:191)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_v_x4 (picnic3_impl.c:183)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:165)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_v_x4 (picnic3_impl.c:183)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: commit_h (picnic3_impl.c:135)
by 0x...: sign_picnic3 (picnic3_impl.c:625)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_h (picnic3_impl.c:136)
by 0x...: sign_picnic3 (picnic3_impl.c:625)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_h (picnic3_impl.c:139)
by 0x...: sign_picnic3 (picnic3_impl.c:625)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: commit_v (picnic3_impl.c:163)
by 0x...: sign_picnic3 (picnic3_impl.c:626)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_v (picnic3_impl.c:164)
by 0x...: sign_picnic3 (picnic3_impl.c:626)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_v (picnic3_impl.c:167)
by 0x...: sign_picnic3 (picnic3_impl.c:626)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeParentHash (picnic3_tree.c:449)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hasRightChild (picnic3_tree.c:113)
by 0x...: computeParentHash (picnic3_tree.c:450)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeParentHash (picnic3_tree.c:458)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeParentHash (picnic3_tree.c:460)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: exists (picnic3_tree.c:53)
by 0x...: hasRightChild (picnic3_tree.c:113)
by 0x...: computeParentHash (picnic3_tree.c:450)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeParentHash (picnic3_tree.c:452)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: HCP (picnic3_impl.c:322)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:236)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandChallenge (picnic3_impl.c:274)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: appendUnique (picnic3_impl.c:250)
by 0x...: expandChallenge (picnic3_impl.c:275)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:236)
by 0x...: expandChallenge (picnic3_impl.c:293)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandChallenge (picnic3_impl.c:296)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:296)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandChallenge (picnic3_impl.c:299)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandChallenge (picnic3_impl.c:292)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_impl.c:195)
by 0x...: getMissingLeavesList (picnic3_impl.c:345)
by 0x...: sign_picnic3 (picnic3_impl.c:642)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedNodes (picnic3_tree.c:0)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedNodes (picnic3_tree.c:321)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedNodes (picnic3_tree.c:321)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_tree.c:42)
by 0x...: getRevealedNodes (picnic3_tree.c:336)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: exists (picnic3_tree.c:50)
by 0x...: hasSibling (picnic3_tree.c:269)
by 0x...: getRevealedNodes (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: exists (picnic3_tree.c:53)
by 0x...: hasSibling (picnic3_tree.c:269)
by 0x...: getRevealedNodes (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: hasSibling (picnic3_tree.c:269)
by 0x...: getRevealedNodes (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: isLeftChild (picnic3_tree.c:108)
by 0x...: hasSibling (picnic3_tree.c:273)
by 0x...: getRevealedNodes (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: hasSibling (picnic3_tree.c:273)
by 0x...: getRevealedNodes (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: exists (picnic3_tree.c:50)
by 0x...: hasSibling (picnic3_tree.c:273)
by 0x...: getRevealedNodes (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: exists (picnic3_tree.c:53)
by 0x...: hasSibling (picnic3_tree.c:273)
by 0x...: getRevealedNodes (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: hasSibling (picnic3_tree.c:273)
by 0x...: getRevealedNodes (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: exists (picnic3_tree.c:50)
by 0x...: hasSibling (picnic3_tree.c:273)
by 0x...: getSibling (picnic3_tree.c:283)
by 0x...: getRevealedNodes (picnic3_tree.c:335)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: exists (picnic3_tree.c:53)
by 0x...: hasSibling (picnic3_tree.c:273)
by 0x...: getSibling (picnic3_tree.c:283)
by 0x...: getRevealedNodes (picnic3_tree.c:335)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: hasSibling (picnic3_tree.c:273)
by 0x...: getSibling (picnic3_tree.c:283)
by 0x...: getRevealedNodes (picnic3_tree.c:335)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_tree.c:42)
by 0x...: getRevealedNodes (picnic3_tree.c:336)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: hasRightChild (picnic3_tree.c:113)
by 0x...: getRevealedNodes (picnic3_tree.c:338)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedNodes (picnic3_tree.c:0)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_tree.c:42)
by 0x...: getRevealedNodes (picnic3_tree.c:342)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_tree.c:42)
by 0x...: getRevealedNodes (picnic3_tree.c:342)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: exists (picnic3_tree.c:53)
by 0x...: hasRightChild (picnic3_tree.c:113)
by 0x...: getRevealedNodes (picnic3_tree.c:338)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedNodes (picnic3_tree.c:338)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_impl.c:195)
by 0x...: sign_picnic3 (picnic3_impl.c:658)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: indexOf (picnic3_impl.c:204)
by 0x...: sign_picnic3 (picnic3_impl.c:660)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sign_picnic3 (picnic3_impl.c:671)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:676)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getLeaf (picnic3_tree.c:134)
by 0x...: sign_picnic3 (picnic3_impl.c:0)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getLeaf (picnic3_tree.c:134)
by 0x...: sign_picnic3 (picnic3_impl.c:0)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sign_picnic3 (picnic3_impl.c:681)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hash_update_uint16_le (kdf_shake.h:238)
by 0x...: commit (picnic3_impl.c:108)
by 0x...: sign_picnic3 (picnic3_impl.c:0)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hash_update_uint16_le (kdf_shake.h:238)
by 0x...: commit (picnic3_impl.c:109)
by 0x...: sign_picnic3 (picnic3_impl.c:0)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_impl.c:195)
by 0x...: serializeSignature2 (picnic3_impl.c:823)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: indexOf (picnic3_impl.c:204)
by 0x...: serializeSignature2 (picnic3_impl.c:824)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: serializeSignature2 (picnic3_impl.c:835)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_impl.c:195)
by 0x...: serializeSignature2 (picnic3_impl.c:852)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: indexOf (picnic3_impl.c:204)
by 0x...: serializeSignature2 (picnic3_impl.c:856)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: serializeSignature2 (picnic3_impl.c:857)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/clang_-mcpu=native_-O3_-fwrapv_-Qunused-arguments_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
More than 10000000 total errors detected. I'm not reporting any more.
Final error counts will be inaccurate. Go fix your program!
Rerun with --error-limit=no to disable this cutoff. Note
that errors may occur in your program without prior warning from
Valgrind, because errors are no longer being displayed.
Alarm clock
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
optimizedct/c | clang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6) |
TIMECOP error (can be valgrind bug)
error 142
Invalid write of size 4
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xadd5cc70 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:62)
by 0x...: main (try-anything.c:339)
Address 0xadd5cc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:62)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:63)
by 0x...: main (try-anything.c:339)
Address 0xadd5cc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:63)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
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 0xadd5cc60 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 0xadd5cc60 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 0xadd5cc60 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 0xadd5cc60 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 0xadd5cc60 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 0xadd5cc60 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 0xadd5cc60 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 0xadd5cc60 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)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:344)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Invalid write of size 4
at 0x...: picnic_keygen (picnic.c:98)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xadd5cb70 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: rand_bytes (randomness.c:24)
by 0x...: rand_bits (randomness.c:143)
by 0x...: picnic_keygen (picnic.c:116)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xadd5c7e8 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...: rand_bytes (randomness.c:24)
by 0x...: rand_bits (randomness.c:143)
by 0x...: picnic_keygen (picnic.c:116)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
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...: mzd_to_char_array (io.c:26)
by 0x...: picnic_sk_to_pk (picnic.c:153)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xadd5cab0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_to_char_array (io.c:26)
by 0x...: picnic_sk_to_pk (picnic.c:154)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xadd5cab0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:42)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xadd5c950 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:43)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xadd5c950 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:49)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:51)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:57)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:57)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:57)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:58)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:58)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:58)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:61)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:61)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:61)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:62)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:62)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:62)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:63)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:63)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:63)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Invalid write of size 4
at 0x...: ??? (mzd_additional.c:178)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:65)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xadd5c950 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (mzd_additional.c:178)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:66)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xadd5c950 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:65)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:183)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:66)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:68)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:68)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:68)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:68)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:69)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:69)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_copy_uint64_192 (mzd_additional.c:85)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:40)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
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...: mzd_to_char_array (io.c:26)
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...: mzd_to_char_array (io.c:26)
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...: mzd_to_char_array (io.c:26)
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...: mzd_to_char_array (io.c:26)
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...: mzd_to_char_array (io.c:26)
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...: mzd_to_char_array (io.c:26)
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...: mzd_to_char_array (io.c:26)
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...: mzd_to_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: __bswap_64 (byteswap.h:73)
by 0x...: mzd_to_char_array (io.c:21)
by 0x...: picnic_sk_to_pk (picnic.c:161)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_to_char_array (io.c:20)
by 0x...: picnic_sk_to_pk (picnic.c:161)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
Invalid write of size 4
at 0x...: picnic_write_public_key (picnic.c:287)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:27)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xadd5cb70 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: picnic_write_public_key (picnic.c:288)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:27)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: picnic_keygen (picnic.c:98)
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...: picnic_keygen (picnic.c:98)
Invalid write of size 4
at 0x...: picnic_write_private_key (picnic.c:330)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:32)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xadd5cb70 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: picnic_write_private_key (picnic.c:331)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:32)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: picnic_keygen (picnic.c:98)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:135)
by 0x...: main (try-anything.c:345)
Address 0xadd5cc30 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)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:136)
by 0x...: main (try-anything.c:345)
Address 0xadd5cc30 is on thread 1's stack
24 bytes below stack pointer
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)
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...: output_prepare (try-anything.c:183)
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...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:142)
by 0x...: main (try-anything.c:345)
Address 0xadd5cc28 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:143)
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:144)
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:145)
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...: ??? (sign.c.i:41)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5cc28 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: picnic_read_private_key (picnic.c:351)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:56)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5cba0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Address 0xadd5c6b8 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Address 0xadd5c6a0 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Address 0xadd5c6c0 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Address 0xadd5c6a8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:558)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: getLeaf (picnic3_tree.c:254)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c6c0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: getParent.part.0 (picnic3_tree.c:137)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c138 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinal (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinal (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:187)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:188)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:194)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:201)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_init_prefix_x4 (kdf_shake.h:288)
by 0x...: hashSeed_x4 (picnic3_tree.c:157)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hashSeed_x4 (picnic3_tree.c:158)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hashSeed_x4 (picnic3_tree.c:158)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hashSeed_x4 (picnic3_tree.c:158)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hashSeed_x4 (picnic3_tree.c:163)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hashSeed_x4 (picnic3_tree.c:163)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hashSeed_x4 (picnic3_tree.c:163)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: hashSeed_x4 (picnic3_tree.c:164)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: hashSeed_x4 (picnic3_tree.c:164)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: hashSeed_x4 (picnic3_tree.c:164)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: hashSeed_x4 (picnic3_tree.c:167)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: hashSeed_x4 (picnic3_tree.c:167)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: hashSeed_x4 (picnic3_tree.c:167)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (KeccakSpongetimes4.inc:121)
by 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:51)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: hashSeed_x4 (picnic3_tree.c:169)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c130 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:53)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: hashSeed_x4 (picnic3_tree.c:169)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: ??? (KeccakSpongetimes4.inc:156)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: hashSeed_x4 (picnic3_tree.c:169)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:189)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hashSeed_x4 (picnic3_tree.c:170)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hashSeed_x4 (picnic3_tree.c:170)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:212)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:215)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:223)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Invalid write of size 4
at 0x...: freeMsgs (picnic3_types.c:177)
by 0x...: sign_picnic3 (picnic3_impl.c:566)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c6c8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: freeInputs (picnic3_types.c:131)
by 0x...: sign_picnic3 (picnic3_impl.c:570)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c6b8 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_to_char_array (io.c:26)
by 0x...: sign_picnic3 (picnic3_impl.c:581)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c6c8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: getLeaf (picnic3_tree.c:254)
by 0x...: sign_picnic3 (picnic3_impl.c:584)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c6c0 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (picnic3_types.c:22)
by 0x...: createRandomTapes (picnic3_impl.c:42)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c2d8 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: createRandomTapes (picnic3_impl.c:47)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: createRandomTapes (picnic3_impl.c:50)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: createRandomTapes (picnic3_impl.c:50)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: createRandomTapes (picnic3_impl.c:50)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: createRandomTapes (picnic3_impl.c:51)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: createRandomTapes (picnic3_impl.c:51)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: createRandomTapes (picnic3_impl.c:51)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: createRandomTapes (picnic3_impl.c:53)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: createRandomTapes (picnic3_impl.c:53)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: createRandomTapes (picnic3_impl.c:53)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:53)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: createRandomTapes (picnic3_impl.c:54)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: ??? (KeccakSpongetimes4.inc:156)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: createRandomTapes (picnic3_impl.c:54)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:189)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:166)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
Invalid write of size 4
at 0x...: mzd_to_char_array (io.c:26)
by 0x...: computeAuxTape (picnic3_impl.c:79)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c670 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:80)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:82)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:30)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:34)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c3a8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c3a8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_and_uint64_block (mzd_additional.c:131)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c3a8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c3a8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (mzd_additional.c:178)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c3a8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:183)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Invalid write of size 4
at 0x...: ??? (mzd_additional.c:178)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c3a8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Invalid write of size 4
at 0x...: ??? (mzd_additional.c:178)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c3a8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:183)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Invalid write of size 4
at 0x...: ??? (mzd_additional.c:178)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c3a8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:89)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:94)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:592)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:592)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:592)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:592)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:68)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_x4 (picnic3_impl.c:121)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_x4 (picnic3_impl.c:121)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: commit_x4 (picnic3_impl.c:122)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: commit_x4 (picnic3_impl.c:122)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: commit_x4 (picnic3_impl.c:122)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: commit_x4 (picnic3_impl.c:123)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: commit_x4 (picnic3_impl.c:123)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: commit_x4 (picnic3_impl.c:123)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: commit_x4 (picnic3_impl.c:125)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: commit_x4 (picnic3_impl.c:125)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: commit_x4 (picnic3_impl.c:125)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:53)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: commit_x4 (picnic3_impl.c:126)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: ??? (KeccakSpongetimes4.inc:156)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: commit_x4 (picnic3_impl.c:126)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:189)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_x4 (picnic3_impl.c:127)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_x4 (picnic3_impl.c:127)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: commit_v (picnic3_impl.c:98)
by 0x...: sign_picnic3 (picnic3_impl.c:597)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c6c0 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:603)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
Invalid write of size 4
at 0x...: mzd_to_char_array (io.c:26)
by 0x...: sign_picnic3 (picnic3_impl.c:610)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c6c8 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c3a8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c3a8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_and_uint64_block (mzd_additional.c:131)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_and_uint64_block (mzd_additional.c:131)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c3a8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c3a8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:174)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:173)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: bitstream_get_bits (bitstream.h:35)
by 0x...: mzd_from_bitstream (bitstream.h:142)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: bitstream_get_bits (bitstream.h:43)
by 0x...: mzd_from_bitstream (bitstream.h:142)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitstream_get_bits (bitstream.h:42)
by 0x...: mzd_from_bitstream (bitstream.h:142)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitstream_get_bits (bitstream.h:46)
by 0x...: mzd_from_bitstream (bitstream.h:142)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_from_bitstream (bitstream.h:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c3a8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c3a8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:174)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:173)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Invalid write of size 4
at 0x...: ??? (mzd_additional.c:178)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c3a8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (mzd_additional.c:178)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c3a8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_to_bitstream (bitstream.h:128)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:26)
Invalid write of size 4
at 0x...: ??? (mzd_additional.c:178)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c3a8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (mzd_additional.c:178)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c3a8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:183)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:53)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: commit_h_x4 (picnic3_impl.c:151)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: ??? (KeccakSpongetimes4.inc:156)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: commit_h_x4 (picnic3_impl.c:151)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:189)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_h_x4 (picnic3_impl.c:152)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_h_x4 (picnic3_impl.c:152)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: memset (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: memset (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: memset (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memset (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeInitialize (KeccakSpongetimes4.inc:47)
by 0x...: Keccak_HashInitializetimes4 (KeccakHashtimes4.c:30)
by 0x...: hash_init_x4 (kdf_shake.h:265)
by 0x...: commit_v_x4 (picnic3_impl.c:175)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: Keccak_HashInitializetimes4 (KeccakHashtimes4.c:33)
by 0x...: hash_init_x4 (kdf_shake.h:265)
by 0x...: commit_v_x4 (picnic3_impl.c:175)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:62)
by 0x...: hash_init_x4 (kdf_shake.h:265)
by 0x...: commit_v_x4 (picnic3_impl.c:175)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:60)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_v_x4 (picnic3_impl.c:176)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_v_x4 (picnic3_impl.c:176)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_v_x4 (picnic3_impl.c:176)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_v_x4 (picnic3_impl.c:176)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:62)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_v_x4 (picnic3_impl.c:176)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:60)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:62)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:111)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:51)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: commit_v_x4 (picnic3_impl.c:182)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorbLastFewBits (KeccakSpongetimes4.inc:126)
by 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:51)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: commit_v_x4 (picnic3_impl.c:182)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorbLastFewBits (KeccakSpongetimes4.inc:122)
by 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:51)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: commit_v_x4 (picnic3_impl.c:182)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorbLastFewBits (KeccakSpongetimes4.inc:131)
by 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:51)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: commit_v_x4 (picnic3_impl.c:182)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorbLastFewBits (KeccakSpongetimes4.inc:143)
by 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:51)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: commit_v_x4 (picnic3_impl.c:182)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:53)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: commit_v_x4 (picnic3_impl.c:182)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: ??? (KeccakSpongetimes4.inc:156)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: commit_v_x4 (picnic3_impl.c:182)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: ??? (KeccakSpongetimes4.inc:156)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_v_x4 (picnic3_impl.c:183)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:166)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_v_x4 (picnic3_impl.c:183)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:189)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_v_x4 (picnic3_impl.c:183)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:191)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_v_x4 (picnic3_impl.c:183)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_v_x4 (picnic3_impl.c:183)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:191)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_v_x4 (picnic3_impl.c:183)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Invalid write of size 4
at 0x...: ??? (picnic3_impl.c:131)
by 0x...: sign_picnic3 (picnic3_impl.c:625)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c6c8 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: commit_h (picnic3_impl.c:135)
by 0x...: sign_picnic3 (picnic3_impl.c:625)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hash_update (kdf_shake.h:223)
by 0x...: commit_h (picnic3_impl.c:136)
by 0x...: sign_picnic3 (picnic3_impl.c:625)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_h (picnic3_impl.c:139)
by 0x...: sign_picnic3 (picnic3_impl.c:625)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:626)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:131)
Invalid write of size 4
at 0x...: ??? (picnic3_impl.c:158)
by 0x...: sign_picnic3 (picnic3_impl.c:626)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c6c8 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: numBytes (picnic3_impl.c:33)
by 0x...: commit_v (picnic3_impl.c:164)
by 0x...: sign_picnic3 (picnic3_impl.c:626)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:131)
Conditional jump or move depends on uninitialised value(s)
at 0x...: commit_v (picnic3_impl.c:163)
by 0x...: sign_picnic3 (picnic3_impl.c:626)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hash_update (kdf_shake.h:223)
by 0x...: commit_v (picnic3_impl.c:164)
by 0x...: sign_picnic3 (picnic3_impl.c:626)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: reconstructSeeds (picnic3_tree.c:466)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c6c0 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: exists (picnic3_tree.c:50)
by 0x...: hasRightChild (picnic3_tree.c:113)
by 0x...: computeParentHash (picnic3_tree.c:450)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeParentHash (picnic3_tree.c:458)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: set_bit (picnic3_tree.c:36)
by 0x...: markNode (picnic3_tree.c:61)
by 0x...: computeParentHash (picnic3_tree.c:460)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (picnic3_impl.c:315)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c6c0 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: HCP (picnic3_impl.c:321)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hash_update (kdf_shake.h:223)
by 0x...: HCP (picnic3_impl.c:322)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: HCP (picnic3_impl.c:331)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: HCP (picnic3_impl.c:334)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:263)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:265)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:271)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (picnic3_impl.c:225)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c460 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:277)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:225)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:274)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:225)
Conditional jump or move depends on uninitialised value(s)
at 0x...: appendUnique (picnic3_impl.c:244)
by 0x...: expandChallenge (picnic3_impl.c:275)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:225)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:282)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:225)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:283)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:225)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:285)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:271)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandChallenge (picnic3_impl.c:271)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:293)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:236)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:236)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandChallenge (picnic3_impl.c:274)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: appendUnique (picnic3_impl.c:250)
by 0x...: expandChallenge (picnic3_impl.c:275)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: appendUnique (picnic3_impl.c:249)
by 0x...: expandChallenge (picnic3_impl.c:275)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:225)
Use of uninitialised value of size 4
at 0x...: appendUnique (picnic3_impl.c:254)
by 0x...: expandChallenge (picnic3_impl.c:275)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:225)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandChallenge (picnic3_impl.c:277)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:225)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandChallenge (picnic3_impl.c:277)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:225)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:293)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (picnic3_impl.c:225)
by 0x...: expandChallenge (picnic3_impl.c:293)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c460 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:236)
by 0x...: expandChallenge (picnic3_impl.c:293)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:236)
by 0x...: expandChallenge (picnic3_impl.c:293)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:295)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:225)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandChallenge (picnic3_impl.c:296)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:296)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:225)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandChallenge (picnic3_impl.c:299)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:225)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:305)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:225)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:307)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:292)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandChallenge (picnic3_impl.c:292)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (picnic3_impl.c:339)
by 0x...: sign_picnic3 (picnic3_impl.c:642)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c6c8 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_impl.c:195)
by 0x...: getMissingLeavesList.isra.0 (picnic3_impl.c:345)
by 0x...: sign_picnic3 (picnic3_impl.c:642)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:643)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:315)
Invalid write of size 4
at 0x...: ??? (picnic3_tree.c:549)
by 0x...: sign_picnic3 (picnic3_impl.c:644)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c6c0 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedMerkleNodes.constprop.0 (picnic3_tree.c:490)
by 0x...: openMerkleTree (picnic3_tree.c:551)
by 0x...: sign_picnic3 (picnic3_impl.c:644)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:339)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedMerkleNodes.constprop.0 (picnic3_tree.c:490)
by 0x...: openMerkleTree (picnic3_tree.c:551)
by 0x...: sign_picnic3 (picnic3_impl.c:644)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:339)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedMerkleNodes.constprop.0 (picnic3_tree.c:515)
by 0x...: openMerkleTree (picnic3_tree.c:551)
by 0x...: sign_picnic3 (picnic3_impl.c:644)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:339)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedMerkleNodes.constprop.0 (picnic3_tree.c:515)
by 0x...: openMerkleTree (picnic3_tree.c:551)
by 0x...: sign_picnic3 (picnic3_impl.c:644)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:339)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedMerkleNodes.constprop.0 (picnic3_tree.c:515)
by 0x...: openMerkleTree (picnic3_tree.c:551)
by 0x...: sign_picnic3 (picnic3_impl.c:644)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:339)
Use of uninitialised value of size 4
at 0x...: openMerkleTree (picnic3_tree.c:554)
by 0x...: sign_picnic3 (picnic3_impl.c:644)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:315)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:646)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getParent (picnic3_tree.c:117)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:321)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:321)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:321)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_tree.c:42)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:336)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: exists (picnic3_tree.c:50)
by 0x...: hasSibling (picnic3_tree.c:269)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: exists (picnic3_tree.c:53)
by 0x...: exists (picnic3_tree.c:49)
by 0x...: hasSibling (picnic3_tree.c:269)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: hasSibling (picnic3_tree.c:269)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: isLeftChild (picnic3_tree.c:108)
by 0x...: hasSibling (picnic3_tree.c:273)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: hasSibling (picnic3_tree.c:273)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: exists (picnic3_tree.c:50)
by 0x...: hasSibling (picnic3_tree.c:273)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: exists (picnic3_tree.c:53)
by 0x...: exists (picnic3_tree.c:49)
by 0x...: hasSibling (picnic3_tree.c:273)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getSibling (picnic3_tree.c:281)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:335)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getSibling (picnic3_tree.c:282)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:335)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getSibling (picnic3_tree.c:285)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:335)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getSibling (picnic3_tree.c:286)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:335)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: exists (picnic3_tree.c:50)
by 0x...: hasRightChild (picnic3_tree.c:113)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:338)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:338)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_tree.c:42)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:342)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: exists (picnic3_tree.c:53)
by 0x...: exists (picnic3_tree.c:49)
by 0x...: hasRightChild (picnic3_tree.c:113)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:338)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: hasRightChild (picnic3_tree.c:113)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:338)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_impl.c:195)
by 0x...: sign_picnic3 (picnic3_impl.c:658)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: indexOf (picnic3_impl.c:204)
by 0x...: sign_picnic3 (picnic3_impl.c:660)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sign_picnic3 (picnic3_impl.c:671)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:676)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sign_picnic3 (picnic3_impl.c:680)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getLeaf (picnic3_tree.c:132)
by 0x...: sign_picnic3 (picnic3_impl.c:684)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: commit_v (picnic3_impl.c:98)
by 0x...: sign_picnic3 (picnic3_impl.c:684)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c6c0 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocateProof2 (picnic3_types.c:49)
by 0x...: sign_picnic3 (picnic3_impl.c:659)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: allocateProof2 (picnic3_types.c:52)
by 0x...: sign_picnic3 (picnic3_impl.c:659)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: allocateProof2 (picnic3_types.c:53)
by 0x...: sign_picnic3 (picnic3_impl.c:659)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: allocateProof2 (picnic3_types.c:54)
by 0x...: sign_picnic3 (picnic3_impl.c:659)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: allocateProof2 (picnic3_types.c:55)
by 0x...: sign_picnic3 (picnic3_impl.c:659)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:661)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:665)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:666)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:668)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:672)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:675)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:676)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:680)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:684)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getLeaf (picnic3_tree.c:132)
by 0x...: sign_picnic3 (picnic3_impl.c:681)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:681)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Invalid write of size 4
at 0x...: commit_v (picnic3_impl.c:98)
by 0x...: sign_picnic3 (picnic3_impl.c:681)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5c6c0 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_impl.c:195)
by 0x...: serializeSignature2 (picnic3_impl.c:823)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: indexOf (picnic3_impl.c:204)
by 0x...: serializeSignature2 (picnic3_impl.c:824)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_impl.c:195)
by 0x...: serializeSignature2 (picnic3_impl.c:852)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: indexOf (picnic3_impl.c:204)
by 0x...: serializeSignature2 (picnic3_impl.c:856)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: serializeSignature2 (picnic3_impl.c:857)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O2_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: allocateSignature2 (picnic3_types.c:78)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:899)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xadd5cb20 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:62)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: allocateSignature2 (picnic3_types.c:78)
Conditional jump or move depends on uninitialised value(s)
at 0x...: test (try.c:151)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: allocateSignature2 (picnic3_types.c:78)
Conditional jump or move depends on uninitialised value(s)
at 0x...: test (try.c:152)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: allocateSignature2 (picnic3_types.c:78)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:201)
by 0x...: test (try.c:153)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: allocateSignature2 (picnic3_types.c:78)
Conditional jump or move depends on uninitialised value(s)
at 0x...: checksum (try-anything.c:201)
by 0x...: test (try.c:153)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: allocateSignature2 (picnic3_types.c:78)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:154)
by 0x...: main (try-anything.c:345)
Address 0xadd5cc30 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Address 0xadd5cc28 is on thread 1's stack
32 bytes below stack pointer
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...: myrandom (try-anything.c:153)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xadd5cc28 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:161)
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:161)
by 0x...: main (try-anything.c:345)
Address 0xadd5cc28 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:162)
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:163)
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:164)
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...: ??? (sign.c.i:41)
by 0x...: test (try.c:164)
by 0x...: main (try-anything.c:345)
Address 0xadd5cc28 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
More than 1000 different errors detected. I'm not reporting any more.
Final error counts will be inaccurate. Go fix your program!
Rerun with --error-limit=no to disable this cutoff. Note
that errors may occur in your program without prior warning from
Valgrind, because errors are no longer being displayed.
Alarm clock
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
optimizedct/c | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 142
Invalid write of size 4
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xade9fc70 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:62)
by 0x...: main (try-anything.c:339)
Address 0xade9fc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:62)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
Invalid write of size 4
at 0x...: fail (try-anything.c:239)
by 0x...: allocate (try.c:63)
by 0x...: main (try-anything.c:339)
Address 0xade9fc60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:63)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
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 0xade9fc60 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 0xade9fc60 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 0xade9fc60 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 0xade9fc60 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 0xade9fc60 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 0xade9fc60 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 0xade9fc60 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 0xade9fc60 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)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:344)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Invalid write of size 4
at 0x...: picnic_keygen (picnic.c:98)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xade9fb70 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: rand_bytes (randomness.c:24)
by 0x...: rand_bits (randomness.c:143)
by 0x...: picnic_keygen (picnic.c:116)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xade9f7e8 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...: rand_bytes (randomness.c:24)
by 0x...: rand_bits (randomness.c:143)
by 0x...: picnic_keygen (picnic.c:116)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
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...: ??? (io.c:26)
by 0x...: picnic_sk_to_pk (picnic.c:153)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xade9fab0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (io.c:26)
by 0x...: picnic_sk_to_pk (picnic.c:154)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xade9fab0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:279)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:23)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xade9f950 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:25)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:279)
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:42)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xade9f950 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:43)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xade9f950 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:49)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:51)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: ??? (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:57)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:57)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: ??? (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:58)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:58)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: ??? (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:61)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:61)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: ??? (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:62)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:62)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: ??? (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:63)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:63)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Invalid write of size 4
at 0x...: ??? (mzd_additional.c:178)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:65)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xade9f950 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (mzd_additional.c:178)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:66)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xade9f950 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:65)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:183)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:66)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: ??? (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:68)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:68)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:68)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: ??? (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:69)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Invalid write of size 4
at 0x...: mzd_mul_v_uint64_192 (mzd_additional.c:293)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:32)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xade9f950 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: clear_uint64_block (mzd_additional.c:217)
by 0x...: mzd_mul_v_uint64_192 (mzd_additional.c:294)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:32)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:279)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: ??? (mzd_additional.c:116)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:33)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:279)
Invalid write of size 4
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:279)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:34)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xade9f950 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_copy_uint64_192 (mzd_additional.c:85)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:40)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
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...: ??? (io.c:26)
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...: ??? (io.c:26)
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...: ??? (io.c:26)
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...: ??? (io.c:26)
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...: ??? (io.c:26)
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...: ??? (io.c:26)
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...: ??? (io.c:26)
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...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: __bswap_64 (byteswap.h:73)
by 0x...: mzd_to_char_array (io.c:21)
by 0x...: picnic_sk_to_pk (picnic.c:161)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: __bswap_64 (byteswap.h:73)
by 0x...: mzd_to_char_array (io.c:21)
by 0x...: picnic_sk_to_pk (picnic.c:161)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: __bswap_64 (byteswap.h:73)
by 0x...: mzd_to_char_array (io.c:21)
by 0x...: picnic_sk_to_pk (picnic.c:161)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Invalid write of size 4
at 0x...: picnic_write_public_key (picnic.c:287)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:27)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xade9fb70 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: picnic_write_public_key (picnic.c:288)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:27)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: picnic_keygen (picnic.c:98)
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...: picnic_keygen (picnic.c:98)
Invalid write of size 4
at 0x...: picnic_write_private_key (picnic.c:330)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:32)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xade9fb70 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: picnic_write_private_key (picnic.c:331)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:32)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: picnic_keygen (picnic.c:98)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:135)
by 0x...: main (try-anything.c:345)
Address 0xade9fc30 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)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:136)
by 0x...: main (try-anything.c:345)
Address 0xade9fc30 is on thread 1's stack
24 bytes below stack pointer
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)
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...: output_prepare (try-anything.c:183)
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...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:142)
by 0x...: main (try-anything.c:345)
Address 0xade9fc30 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:143)
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:144)
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:145)
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...: ??? (sign.c.i:41)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9fc28 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: picnic_read_private_key (picnic.c:351)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:56)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9fba0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Address 0xade9f6b0 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Address 0xade9f698 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: Keccak_HashUpdate (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Address 0xade9f6b8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Address 0xade9f6a0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:558)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: getLeaf (picnic3_tree.c:254)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f6b8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: generateSeeds (picnic3_tree.c:255)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:176)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: getParent.part.0 (picnic3_tree.c:137)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f158 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: hashSeed.constprop.0 (picnic3_tree.c:141)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed.constprop.0 (picnic3_tree.c:142)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinal (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinal (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed.constprop.0 (picnic3_tree.c:147)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: haveNode (picnic3_tree.c:57)
by 0x...: expandSeeds (picnic3_tree.c:194)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:196)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:197)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:203)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:204)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Invalid write of size 4
at 0x...: getParent.part.0 (picnic3_tree.c:137)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f158 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: hashSeed.constprop.0 (picnic3_tree.c:141)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed.constprop.0 (picnic3_tree.c:142)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed.constprop.0 (picnic3_tree.c:147)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: haveNode (picnic3_tree.c:57)
by 0x...: expandSeeds (picnic3_tree.c:194)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:196)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:197)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:203)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:204)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Invalid write of size 4
at 0x...: getParent.part.0 (picnic3_tree.c:137)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f158 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: hashSeed.constprop.0 (picnic3_tree.c:141)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed.constprop.0 (picnic3_tree.c:142)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed.constprop.0 (picnic3_tree.c:147)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: haveNode (picnic3_tree.c:57)
by 0x...: expandSeeds (picnic3_tree.c:194)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:196)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:197)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:203)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:204)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:208)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_init_prefix_x4 (kdf_shake.h:288)
by 0x...: hashSeed_x4 (picnic3_tree.c:157)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed_x4 (picnic3_tree.c:158)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hashSeed_x4 (picnic3_tree.c:158)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hashSeed_x4 (picnic3_tree.c:158)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hashSeed_x4 (picnic3_tree.c:158)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hashSeed_x4 (picnic3_tree.c:163)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hashSeed_x4 (picnic3_tree.c:163)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hashSeed_x4 (picnic3_tree.c:163)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: hashSeed_x4 (picnic3_tree.c:164)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: hashSeed_x4 (picnic3_tree.c:164)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: hashSeed_x4 (picnic3_tree.c:164)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: hashSeed_x4 (picnic3_tree.c:167)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: hashSeed_x4 (picnic3_tree.c:167)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: hashSeed_x4 (picnic3_tree.c:167)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (KeccakSpongetimes4.inc:121)
by 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:51)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: hashSeed_x4 (picnic3_tree.c:169)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f150 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:53)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: hashSeed_x4 (picnic3_tree.c:169)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:156)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: hashSeed_x4 (picnic3_tree.c:169)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:189)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hashSeed_x4 (picnic3_tree.c:170)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hashSeed_x4 (picnic3_tree.c:170)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:211)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: haveNode (picnic3_tree.c:57)
by 0x...: expandSeeds (picnic3_tree.c:212)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: haveNode (picnic3_tree.c:57)
by 0x...: expandSeeds (picnic3_tree.c:212)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:212)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: haveNode (picnic3_tree.c:57)
by 0x...: expandSeeds (picnic3_tree.c:215)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:215)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:217)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:218)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: set_bit (picnic3_tree.c:36)
by 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:218)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: existsNotHaveNode (picnic3_tree.c:65)
by 0x...: expandSeeds (picnic3_tree.c:223)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:223)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:225)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:226)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: set_bit (picnic3_tree.c:36)
by 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:226)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: haveNode (picnic3_tree.c:57)
by 0x...: expandSeeds (picnic3_tree.c:212)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:212)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: haveNode (picnic3_tree.c:57)
by 0x...: expandSeeds (picnic3_tree.c:215)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:215)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:217)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:218)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: set_bit (picnic3_tree.c:36)
by 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:218)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: existsNotHaveNode (picnic3_tree.c:65)
by 0x...: expandSeeds (picnic3_tree.c:223)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:223)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:225)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:226)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: set_bit (picnic3_tree.c:36)
by 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:226)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: haveNode (picnic3_tree.c:57)
by 0x...: expandSeeds (picnic3_tree.c:212)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:212)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: haveNode (picnic3_tree.c:57)
by 0x...: expandSeeds (picnic3_tree.c:215)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:215)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:217)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:218)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: set_bit (picnic3_tree.c:36)
by 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:218)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: existsNotHaveNode (picnic3_tree.c:65)
by 0x...: expandSeeds (picnic3_tree.c:223)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:223)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:225)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:226)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: set_bit (picnic3_tree.c:36)
by 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:226)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: haveNode (picnic3_tree.c:57)
by 0x...: expandSeeds (picnic3_tree.c:212)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:212)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: haveNode (picnic3_tree.c:57)
by 0x...: expandSeeds (picnic3_tree.c:215)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:215)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:217)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:218)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: set_bit (picnic3_tree.c:36)
by 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:218)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: existsNotHaveNode (picnic3_tree.c:65)
by 0x...: expandSeeds (picnic3_tree.c:223)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:223)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:208)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:225)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: set_bit (picnic3_tree.c:36)
by 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:226)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: set_bit (picnic3_tree.c:36)
by 0x...: markNode (picnic3_tree.c:61)
by 0x...: expandSeeds (picnic3_tree.c:226)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandSeeds (picnic3_tree.c:231)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:564)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateCommitments (picnic3_types.c:178)
by 0x...: sign_picnic3 (picnic3_impl.c:565)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateCommitments (picnic3_types.c:180)
by 0x...: sign_picnic3 (picnic3_impl.c:566)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: lowmc_simulate_online_get_implementation (picnic3_simulate.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:568)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: lowmc_simulate_online_get_implementation (picnic3_simulate.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:568)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateInputs (picnic3_types.c:113)
by 0x...: sign_picnic3 (picnic3_impl.c:569)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateMsgs (picnic3_types.c:132)
by 0x...: sign_picnic3 (picnic3_impl.c:569)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateMsgs (picnic3_types.c:135)
by 0x...: sign_picnic3 (picnic3_impl.c:570)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:574)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateCommitments2 (picnic3_types.c:95)
by 0x...: sign_picnic3 (picnic3_impl.c:574)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:576)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateCommitments2 (picnic3_types.c:95)
by 0x...: sign_picnic3 (picnic3_impl.c:576)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:581)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (io.c:26)
by 0x...: sign_picnic3 (picnic3_impl.c:581)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f6c0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:583)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:584)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Invalid write of size 4
at 0x...: getLeaf (picnic3_tree.c:254)
by 0x...: sign_picnic3 (picnic3_impl.c:584)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f6b8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: generateSeeds (picnic3_tree.c:255)
by 0x...: sign_picnic3 (picnic3_impl.c:584)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:584)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: createRandomTapes (picnic3_impl.c:40)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Invalid write of size 4
at 0x...: verifyMerkleTree (picnic3_types.c:22)
by 0x...: createRandomTapes (picnic3_impl.c:42)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f2d0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocateRandomTape (picnic3_types.c:23)
by 0x...: createRandomTapes (picnic3_impl.c:42)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: allocateRandomTape (picnic3_types.c:23)
by 0x...: createRandomTapes (picnic3_impl.c:42)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: allocateRandomTape (picnic3_types.c:24)
by 0x...: createRandomTapes (picnic3_impl.c:42)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: allocateRandomTape (picnic3_types.c:25)
by 0x...: createRandomTapes (picnic3_impl.c:42)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: allocateRandomTape (picnic3_types.c:25)
by 0x...: createRandomTapes (picnic3_impl.c:42)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: allocateRandomTape (picnic3_types.c:26)
by 0x...: createRandomTapes (picnic3_impl.c:42)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: allocateRandomTape (picnic3_types.c:28)
by 0x...: createRandomTapes (picnic3_impl.c:42)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: allocateRandomTape (picnic3_types.c:34)
by 0x...: createRandomTapes (picnic3_impl.c:42)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: createRandomTapes (picnic3_impl.c:43)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: hash_init_x4 (kdf_shake.h:262)
by 0x...: createRandomTapes (picnic3_impl.c:45)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: createRandomTapes (picnic3_impl.c:47)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: createRandomTapes (picnic3_impl.c:47)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: createRandomTapes (picnic3_impl.c:50)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: createRandomTapes (picnic3_impl.c:50)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: createRandomTapes (picnic3_impl.c:50)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: createRandomTapes (picnic3_impl.c:51)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: createRandomTapes (picnic3_impl.c:51)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: createRandomTapes (picnic3_impl.c:51)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: createRandomTapes (picnic3_impl.c:53)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: createRandomTapes (picnic3_impl.c:53)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: createRandomTapes (picnic3_impl.c:53)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:53)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: createRandomTapes (picnic3_impl.c:54)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:156)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: createRandomTapes (picnic3_impl.c:54)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:189)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:166)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: createRandomTapes (picnic3_impl.c:44)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:71)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:76)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:74)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:79)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:79)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Invalid write of size 4
at 0x...: ??? (io.c:26)
by 0x...: computeAuxTape (picnic3_impl.c:79)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f6c0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:81)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:80)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Invalid write of size 4
at 0x...: mzd_mul_v_uint64_192 (mzd_additional.c:293)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:19)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f3b8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:22)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_mul_v_uint64_192 (mzd_additional.c:293)
Invalid write of size 4
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:279)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:23)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f3b8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:24)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:279)
Invalid write of size 4
at 0x...: mzd_mul_v_uint64_192 (mzd_additional.c:293)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:24)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f3b8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:285)
by 0x...: mzd_mul_v_uint64_192 (mzd_additional.c:295)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:24)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:279)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:284)
by 0x...: mzd_mul_v_uint64_192 (mzd_additional.c:295)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:24)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:279)
Use of uninitialised value of size 4
at 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:30)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:33)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f3b8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f3b8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: ??? (mzd_additional.c:141)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: ??? (mzd_additional.c:141)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f3b8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f3b8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:174)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:173)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: ??? (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Invalid write of size 4
at 0x...: ??? (mzd_additional.c:178)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f3b8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (mzd_additional.c:178)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f3b8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: ??? (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: ??? (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: ??? (mzd_additional.c:141)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Invalid write of size 4
at 0x...: ??? (mzd_additional.c:178)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f3b8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: ???
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:183)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Invalid write of size 4
at 0x...: ??? (mzd_additional.c:178)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f3b8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: ??? (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: ??? (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: sbox_aux_uint64_lowmc_192_192_4 (bitstream.h:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:89)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:94)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:590)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: hash_init_x4 (kdf_shake.h:262)
by 0x...: commit_x4 (picnic3_impl.c:120)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: commit_x4 (picnic3_impl.c:121)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_x4 (picnic3_impl.c:121)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: commit_x4 (picnic3_impl.c:122)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: commit_x4 (picnic3_impl.c:122)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: commit_x4 (picnic3_impl.c:122)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: commit_x4 (picnic3_impl.c:123)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: commit_x4 (picnic3_impl.c:123)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: commit_x4 (picnic3_impl.c:123)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: commit_x4 (picnic3_impl.c:125)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: commit_x4 (picnic3_impl.c:125)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: commit_x4 (picnic3_impl.c:125)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:53)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: commit_x4 (picnic3_impl.c:126)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:156)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: commit_x4 (picnic3_impl.c:126)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: commit_x4 (picnic3_impl.c:127)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:189)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_x4 (picnic3_impl.c:127)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_x4 (picnic3_impl.c:127)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:591)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:597)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Invalid write of size 4
at 0x...: commit_v (picnic3_impl.c:98)
by 0x...: sign_picnic3 (picnic3_impl.c:597)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f6b8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: hash_init (kdf_shake.h:215)
by 0x...: commit (picnic3_impl.c:102)
by 0x...: sign_picnic3 (picnic3_impl.c:597)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: commit (picnic3_impl.c:103)
by 0x...: sign_picnic3 (picnic3_impl.c:597)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: commit (picnic3_impl.c:105)
by 0x...: sign_picnic3 (picnic3_impl.c:597)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit (picnic3_impl.c:111)
by 0x...: sign_picnic3 (picnic3_impl.c:597)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:583)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:606)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:607)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Invalid write of size 4
at 0x...: ??? (io.c:26)
by 0x...: sign_picnic3 (picnic3_impl.c:610)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f6c0 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_mul_v_uint64_192 (mzd_additional.c:293)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:27)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f368 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:285)
by 0x...: mzd_mul_v_uint64_192 (mzd_additional.c:295)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:27)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:284)
by 0x...: mzd_mul_v_uint64_192 (mzd_additional.c:295)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:27)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:28)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_mul_v_uint64_192 (mzd_additional.c:293)
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f368 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f368 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: ??? (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: ??? (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_mul_v_uint64_192 (mzd_additional.c:293)
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f368 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f368 is on thread 1's stack
32 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitstream_get_bits (bitstream.h:46)
by 0x...: mzd_from_bitstream (bitstream.h:142)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: bitstream_get_bits (bitstream.h:35)
by 0x...: mzd_from_bitstream (bitstream.h:142)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitstream_get_bits (bitstream.h:46)
by 0x...: mzd_from_bitstream (bitstream.h:142)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: bitstream_get_bits (bitstream.h:35)
by 0x...: mzd_from_bitstream (bitstream.h:142)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitstream_get_bits (bitstream.h:46)
by 0x...: mzd_from_bitstream (bitstream.h:142)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f368 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f368 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:174)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:173)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Invalid write of size 4
at 0x...: ??? (mzd_additional.c:178)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f368 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: ??? (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Invalid write of size 4
at 0x...: ??? (mzd_additional.c:178)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f368 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: ??? (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Invalid write of size 4
at 0x...: ??? (mzd_additional.c:178)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f368 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (mzd_additional.c:178)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f368 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:184)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:183)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: ??? (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: ??? (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (mzd_additional.c:178)
Invalid write of size 4
at 0x...: mzd_mul_v_uint64_192 (mzd_additional.c:293)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:34)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f368 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:35)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_mul_v_uint64_192 (mzd_additional.c:293)
Use of uninitialised value of size 4
at 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:36)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_mul_v_uint64_192 (mzd_additional.c:293)
Invalid write of size 4
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:279)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:36)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f368 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:285)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:36)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:284)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:36)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Conditional jump or move depends on uninitialised value(s)
at 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:30)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:279)
Use of uninitialised value of size 4
at 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:41)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:601)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: hash_init_x4 (kdf_shake.h:262)
by 0x...: commit_h_x4 (picnic3_impl.c:146)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: commit_h_x4 (picnic3_impl.c:147)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_h_x4 (picnic3_impl.c:147)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:53)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: commit_h_x4 (picnic3_impl.c:151)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:156)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: commit_h_x4 (picnic3_impl.c:151)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: commit_h_x4 (picnic3_impl.c:152)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:189)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_h_x4 (picnic3_impl.c:152)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_h_x4 (picnic3_impl.c:152)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hash_init_x4 (kdf_shake.h:262)
by 0x...: commit_v_x4 (picnic3_impl.c:175)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: commit_v_x4 (picnic3_impl.c:176)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_v_x4 (picnic3_impl.c:176)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: commit_v_x4 (picnic3_impl.c:177)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: commit_v_x4 (picnic3_impl.c:177)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:53)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: commit_v_x4 (picnic3_impl.c:182)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:156)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: commit_v_x4 (picnic3_impl.c:182)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: commit_v_x4 (picnic3_impl.c:183)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:189)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_v_x4 (picnic3_impl.c:183)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_v_x4 (picnic3_impl.c:183)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:620)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Invalid write of size 4
at 0x...: ??? (picnic3_impl.c:131)
by 0x...: sign_picnic3 (picnic3_impl.c:625)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f6c0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: hash_init (kdf_shake.h:215)
by 0x...: commit_h (picnic3_impl.c:134)
by 0x...: sign_picnic3 (picnic3_impl.c:625)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: commit_h (picnic3_impl.c:135)
by 0x...: sign_picnic3 (picnic3_impl.c:625)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: commit_h (picnic3_impl.c:135)
by 0x...: sign_picnic3 (picnic3_impl.c:625)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Conditional jump or move depends on uninitialised value(s)
at 0x...: commit_h (picnic3_impl.c:135)
by 0x...: sign_picnic3 (picnic3_impl.c:625)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_h (picnic3_impl.c:136)
by 0x...: sign_picnic3 (picnic3_impl.c:625)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (io.c:26)
Use of uninitialised value of size 4
at 0x...: hash_update (kdf_shake.h:223)
by 0x...: commit_h (picnic3_impl.c:136)
by 0x...: sign_picnic3 (picnic3_impl.c:625)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_h (picnic3_impl.c:139)
by 0x...: sign_picnic3 (picnic3_impl.c:625)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (picnic3_impl.c:158)
by 0x...: sign_picnic3 (picnic3_impl.c:626)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f6c0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: hash_init (kdf_shake.h:215)
by 0x...: commit_v (picnic3_impl.c:161)
by 0x...: sign_picnic3 (picnic3_impl.c:626)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:131)
Use of uninitialised value of size 4
at 0x...: commit_v (picnic3_impl.c:162)
by 0x...: sign_picnic3 (picnic3_impl.c:626)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:131)
Use of uninitialised value of size 4
at 0x...: commit_v (picnic3_impl.c:163)
by 0x...: sign_picnic3 (picnic3_impl.c:626)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:131)
Use of uninitialised value of size 4
at 0x...: numBytes (picnic3_impl.c:33)
by 0x...: commit_v (picnic3_impl.c:164)
by 0x...: sign_picnic3 (picnic3_impl.c:626)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:131)
Use of uninitialised value of size 4
at 0x...: commit_v (picnic3_impl.c:163)
by 0x...: sign_picnic3 (picnic3_impl.c:626)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:131)
Conditional jump or move depends on uninitialised value(s)
at 0x...: commit_v (picnic3_impl.c:163)
by 0x...: sign_picnic3 (picnic3_impl.c:626)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hash_update (kdf_shake.h:223)
by 0x...: commit_v (picnic3_impl.c:164)
by 0x...: sign_picnic3 (picnic3_impl.c:626)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_v (picnic3_impl.c:167)
by 0x...: sign_picnic3 (picnic3_impl.c:626)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:131)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:624)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:158)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:630)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:158)
Use of uninitialised value of size 4
at 0x...: computeParentHash (picnic3_tree.c:448)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:158)
Use of uninitialised value of size 4
at 0x...: computeParentHash (picnic3_tree.c:449)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeParentHash (picnic3_tree.c:449)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:158)
Use of uninitialised value of size 4
at 0x...: exists (picnic3_tree.c:50)
by 0x...: hasRightChild (picnic3_tree.c:113)
by 0x...: computeParentHash (picnic3_tree.c:450)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeParentHash (picnic3_tree.c:458)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeParentHash (picnic3_tree.c:458)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:158)
Use of uninitialised value of size 4
at 0x...: set_bit (picnic3_tree.c:36)
by 0x...: markNode (picnic3_tree.c:61)
by 0x...: computeParentHash (picnic3_tree.c:460)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: exists (picnic3_tree.c:50)
by 0x...: computeParentHash (picnic3_tree.c:426)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: exists (picnic3_tree.c:50)
by 0x...: computeParentHash (picnic3_tree.c:426)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: exists (picnic3_tree.c:53)
by 0x...: exists (picnic3_tree.c:49)
by 0x...: hasRightChild (picnic3_tree.c:113)
by 0x...: computeParentHash (picnic3_tree.c:450)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeParentHash (picnic3_tree.c:452)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeParentHash (picnic3_tree.c:452)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:158)
Invalid write of size 4
at 0x...: expandChallenge (picnic3_impl.c:315)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f6b8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: HCP (picnic3_impl.c:318)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:158)
Use of uninitialised value of size 4
at 0x...: hash_init (kdf_shake.h:215)
by 0x...: HCP (picnic3_impl.c:320)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:158)
Use of uninitialised value of size 4
at 0x...: HCP (picnic3_impl.c:321)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:158)
Use of uninitialised value of size 4
at 0x...: HCP (picnic3_impl.c:321)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:158)
Conditional jump or move depends on uninitialised value(s)
at 0x...: HCP (picnic3_impl.c:321)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: HCP (picnic3_impl.c:322)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:158)
Use of uninitialised value of size 4
at 0x...: hash_update (kdf_shake.h:223)
by 0x...: HCP (picnic3_impl.c:322)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: HCP (picnic3_impl.c:325)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:158)
Use of uninitialised value of size 4
at 0x...: HCP (picnic3_impl.c:327)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:158)
Use of uninitialised value of size 4
at 0x...: HCP (picnic3_impl.c:328)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_impl.c:158)
Use of uninitialised value of size 4
at 0x...: HCP (picnic3_impl.c:331)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: HCP (picnic3_impl.c:334)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:263)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:265)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:271)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:274)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:283)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:285)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:271)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:293)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:226)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:234)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: getBit (io.h:23)
by 0x...: bitsToChunks (picnic3_impl.c:235)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:234)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: getBit (io.h:23)
by 0x...: bitsToChunks (picnic3_impl.c:235)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:234)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: getBit (io.h:23)
by 0x...: bitsToChunks (picnic3_impl.c:235)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:234)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: getBit (io.h:23)
by 0x...: bitsToChunks (picnic3_impl.c:235)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:234)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: getBit (io.h:23)
by 0x...: bitsToChunks (picnic3_impl.c:235)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:234)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: getBit (io.h:23)
by 0x...: bitsToChunks (picnic3_impl.c:235)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:234)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: getBit (io.h:23)
by 0x...: bitsToChunks (picnic3_impl.c:235)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:234)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: getBit (io.h:23)
by 0x...: bitsToChunks (picnic3_impl.c:235)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:234)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: getBit (io.h:23)
by 0x...: bitsToChunks (picnic3_impl.c:235)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:234)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:232)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandChallenge (picnic3_impl.c:274)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: appendUnique (picnic3_impl.c:250)
by 0x...: expandChallenge (picnic3_impl.c:275)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandChallenge (picnic3_impl.c:273)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:293)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: getBit (io.h:23)
by 0x...: bitsToChunks (picnic3_impl.c:235)
by 0x...: expandChallenge (picnic3_impl.c:293)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: getBit (io.h:23)
by 0x...: bitsToChunks (picnic3_impl.c:235)
by 0x...: expandChallenge (picnic3_impl.c:293)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: getBit (io.h:23)
by 0x...: bitsToChunks (picnic3_impl.c:235)
by 0x...: expandChallenge (picnic3_impl.c:293)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: getBit (io.h:23)
by 0x...: bitsToChunks (picnic3_impl.c:235)
by 0x...: expandChallenge (picnic3_impl.c:293)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:295)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandChallenge (picnic3_impl.c:296)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:305)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:307)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:292)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:641)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: expandChallenge (picnic3_impl.c:315)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_impl.c:195)
by 0x...: getMissingLeavesList (picnic3_impl.c:345)
by 0x...: sign_picnic3 (picnic3_impl.c:642)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (picnic3_tree.c:549)
by 0x...: sign_picnic3 (picnic3_impl.c:644)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f6b8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:650)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getParent (picnic3_tree.c:117)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:321)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:321)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:321)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_tree.c:42)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:336)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: exists (picnic3_tree.c:50)
by 0x...: hasSibling (picnic3_tree.c:269)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: exists (picnic3_tree.c:53)
by 0x...: exists (picnic3_tree.c:49)
by 0x...: hasSibling (picnic3_tree.c:269)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: hasSibling (picnic3_tree.c:269)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: isLeftChild (picnic3_tree.c:108)
by 0x...: hasSibling (picnic3_tree.c:273)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: hasSibling (picnic3_tree.c:273)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: exists (picnic3_tree.c:50)
by 0x...: hasSibling (picnic3_tree.c:273)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: exists (picnic3_tree.c:53)
by 0x...: exists (picnic3_tree.c:49)
by 0x...: hasSibling (picnic3_tree.c:273)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: hasSibling (picnic3_tree.c:273)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Conditional jump or move depends on uninitialised value(s)
at 0x...: exists (picnic3_tree.c:50)
by 0x...: hasRightChild (picnic3_tree.c:113)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:338)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:338)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_tree.c:42)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:342)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: exists (picnic3_tree.c:53)
by 0x...: exists (picnic3_tree.c:49)
by 0x...: hasRightChild (picnic3_tree.c:113)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:338)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: hasRightChild (picnic3_tree.c:113)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:338)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getParent.part.0 (picnic3_tree.c:137)
Use of uninitialised value of size 4
at 0x...: revealSeeds (picnic3_tree.c:380)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Use of uninitialised value of size 4
at 0x...: revealSeeds (picnic3_tree.c:387)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:657)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:658)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_impl.c:195)
by 0x...: sign_picnic3 (picnic3_impl.c:658)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:658)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Use of uninitialised value of size 4
at 0x...: allocateProof2 (picnic3_types.c:52)
by 0x...: sign_picnic3 (picnic3_impl.c:659)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Use of uninitialised value of size 4
at 0x...: allocateProof2 (picnic3_types.c:53)
by 0x...: sign_picnic3 (picnic3_impl.c:659)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Use of uninitialised value of size 4
at 0x...: allocateProof2 (picnic3_types.c:54)
by 0x...: sign_picnic3 (picnic3_impl.c:659)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:660)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Conditional jump or move depends on uninitialised value(s)
at 0x...: indexOf (picnic3_impl.c:204)
by 0x...: sign_picnic3 (picnic3_impl.c:660)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:665)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Use of uninitialised value of size 4
at 0x...: revealSeeds (picnic3_tree.c:380)
by 0x...: sign_picnic3 (picnic3_impl.c:666)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Use of uninitialised value of size 4
at 0x...: revealSeeds (picnic3_tree.c:387)
by 0x...: sign_picnic3 (picnic3_impl.c:666)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:670)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sign_picnic3 (picnic3_impl.c:671)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:672)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:675)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:676)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:676)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:680)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sign_picnic3 (picnic3_impl.c:680)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getLeaf (picnic3_tree.c:132)
by 0x...: sign_picnic3 (picnic3_impl.c:684)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: commit_v (picnic3_impl.c:98)
by 0x...: sign_picnic3 (picnic3_impl.c:684)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f6b8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: hash_init (kdf_shake.h:215)
by 0x...: commit (picnic3_impl.c:102)
by 0x...: sign_picnic3 (picnic3_impl.c:684)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Use of uninitialised value of size 4
at 0x...: commit (picnic3_impl.c:103)
by 0x...: sign_picnic3 (picnic3_impl.c:684)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Use of uninitialised value of size 4
at 0x...: commit (picnic3_impl.c:111)
by 0x...: sign_picnic3 (picnic3_impl.c:684)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (picnic3_tree.c:549)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:657)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getLeaf (picnic3_tree.c:132)
by 0x...: sign_picnic3 (picnic3_impl.c:681)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: commit_v (picnic3_impl.c:98)
by 0x...: sign_picnic3 (picnic3_impl.c:681)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9f6b8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: hash_init (kdf_shake.h:215)
by 0x...: commit (picnic3_impl.c:102)
by 0x...: sign_picnic3 (picnic3_impl.c:681)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: commit (picnic3_impl.c:103)
by 0x...: sign_picnic3 (picnic3_impl.c:681)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: commit (picnic3_impl.c:105)
by 0x...: sign_picnic3 (picnic3_impl.c:681)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: commit (picnic3_impl.c:111)
by 0x...: sign_picnic3 (picnic3_impl.c:681)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:693)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:693)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_impl.c:195)
by 0x...: serializeSignature2 (picnic3_impl.c:823)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: indexOf (picnic3_impl.c:204)
by 0x...: serializeSignature2 (picnic3_impl.c:824)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_impl.c:195)
by 0x...: serializeSignature2 (picnic3_impl.c:852)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: indexOf (picnic3_impl.c:204)
by 0x...: serializeSignature2 (picnic3_impl.c:856)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: serializeSignature2 (picnic3_impl.c:857)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O3_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: allocateSignature2 (picnic3_types.c:78)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:899)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xade9fb20 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:154)
by 0x...: main (try-anything.c:345)
Address 0xade9fc30 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:159)
by 0x...: main (try-anything.c:345)
Address 0xade9fc30 is on thread 1's stack
24 bytes below stack pointer
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...: myrandom (try-anything.c:153)
by 0x...: test (try.c:160)
by 0x...: main (try-anything.c:345)
Address 0xade9fc30 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:161)
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:161)
by 0x...: main (try-anything.c:345)
Address 0xade9fc30 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:162)
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:163)
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:164)
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...: ??? (sign.c.i:41)
by 0x...: test (try.c:164)
by 0x...: main (try-anything.c:345)
Address 0xade9fc28 is on thread 1's stack
32 bytes below stack pointer
More than 10000000 total errors detected. I'm not reporting any more.
Final error counts will be inaccurate. Go fix your program!
Rerun with --error-limit=no to disable this cutoff. Note
that errors may occur in your program without prior warning from
Valgrind, because errors are no longer being displayed.
Alarm clock
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
optimizedct/c | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 142
Invalid write of size 4
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xaddf1c70 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:62)
by 0x...: main (try-anything.c:339)
Address 0xaddf1c60 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:63)
by 0x...: main (try-anything.c:339)
Address 0xaddf1c60 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocate (try.c:63)
by 0x...: main (try-anything.c:339)
Uninitialised value was created by a stack allocation
at 0x...: fail (try-anything.c:239)
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 0xaddf1c60 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 0xaddf1c60 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 0xaddf1c60 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 0xaddf1c60 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 0xaddf1c60 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 0xaddf1c60 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 0xaddf1c60 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 0xaddf1c60 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)
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:344)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Invalid write of size 4
at 0x...: picnic_sk_to_pk (picnic.c:98)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xaddf1b60 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: rand_bytes (randomness.c:24)
by 0x...: rand_bits (randomness.c:143)
by 0x...: picnic_keygen (picnic.c:116)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xaddf17d8 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...: rand_bytes (randomness.c:24)
by 0x...: rand_bits (randomness.c:143)
by 0x...: picnic_keygen (picnic.c:116)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
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...: mzd_from_char_array (io.c:26)
by 0x...: picnic_sk_to_pk (picnic.c:153)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xaddf1aa0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: picnic_sk_to_pk (picnic.c:154)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Invalid write of size 4
at 0x...: mzd_from_char_array (io.c:26)
by 0x...: picnic_sk_to_pk (picnic.c:154)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xaddf1aa0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_from_char_array (io.c:33)
by 0x...: picnic_sk_to_pk (picnic.c:154)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:285)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:23)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:284)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:23)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:42)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xaddf1948 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:43)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xaddf1948 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:47)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:49)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:51)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:54)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:54)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:54)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:57)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:57)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:57)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:58)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:58)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:58)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:61)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:61)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:61)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:62)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:62)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:62)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:63)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:63)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:63)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Invalid write of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:65)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xaddf1948 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:183)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:65)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:183)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:65)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:185)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:65)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Invalid write of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:66)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xaddf1948 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:183)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:66)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:183)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:66)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:185)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:66)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:68)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:68)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:68)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:68)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:69)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:69)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:69)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: clear_uint64_block (mzd_additional.c:217)
by 0x...: mzd_mul_v_uint64_192 (mzd_additional.c:294)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:32)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_mask_uint64_block (mzd_additional.c:226)
by 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:288)
by 0x...: mzd_mul_v_uint64_192 (mzd_additional.c:295)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:32)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_mask_uint64_block (mzd_additional.c:225)
by 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:288)
by 0x...: mzd_mul_v_uint64_192 (mzd_additional.c:295)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:32)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:33)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:33)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:285)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:34)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:284)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:34)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:36)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:36)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:38)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:38)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:40)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:40)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:173)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:42)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:173)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:42)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:175)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:42)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:173)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:43)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:173)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:43)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:175)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:43)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:47)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:47)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_and_uint64_block (mzd_additional.c:131)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:47)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:49)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:49)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_and_uint64_block (mzd_additional.c:131)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:49)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:51)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:51)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_and_uint64_block (mzd_additional.c:131)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:51)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:54)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:57)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:58)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:61)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
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...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:62)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:63)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_uint64_lowmc_192_192_4 (lowmc.c:69)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:30)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:285)
by 0x...: mzd_mul_v_uint64_192 (mzd_additional.c:295)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:32)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:284)
by 0x...: mzd_mul_v_uint64_192 (mzd_additional.c:295)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:32)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:33)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_mask_uint64_block (mzd_additional.c:226)
by 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:288)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:34)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_mask_uint64_block (mzd_additional.c:225)
by 0x...: mzd_addmul_v_uint64_192 (mzd_additional.c:288)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:34)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_copy_uint64_128 (mzd_additional.c:85)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:40)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_copy_uint64_192 (mzd_additional.c:85)
by 0x...: lowmc_uint64_lowmc_192_192_4 (lowmc_impl.c.i:40)
by 0x...: lowmc_compute (lowmc.c:181)
by 0x...: picnic_sk_to_pk (picnic.c:157)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: picnic_sk_to_pk (picnic.c:160)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: picnic_sk_to_pk (picnic.c:161)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Invalid write of size 4
at 0x...: mzd_to_char_array (io.c:16)
by 0x...: picnic_sk_to_pk (picnic.c:161)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xaddf1aa0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: __bswap_64 (byteswap.h:73)
by 0x...: mzd_to_char_array (io.c:21)
by 0x...: picnic_sk_to_pk (picnic.c:161)
by 0x...: picnic_keygen (picnic.c:124)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Invalid write of size 4
at 0x...: picnic_get_param_name (picnic.c:287)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:27)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xaddf1b68 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: picnic_write_public_key (picnic.c:288)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:27)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
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...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
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...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
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...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
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...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
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...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
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...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Invalid write of size 4
at 0x...: picnic_read_public_key (picnic.c:330)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:32)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xaddf1b68 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:135)
by 0x...: main (try-anything.c:345)
Address 0xaddf1c20 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)
Invalid write of size 4
at 0x...: output_prepare (try-anything.c:183)
by 0x...: test (try.c:136)
by 0x...: main (try-anything.c:345)
Address 0xaddf1c20 is on thread 1's stack
24 bytes below stack pointer
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)
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...: output_prepare (try-anything.c:183)
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...: output_prepare (try-anything.c:183)
Invalid write of size 4
at 0x...: myrandom (try-anything.c:153)
by 0x...: test (try.c:142)
by 0x...: main (try-anything.c:345)
Address 0xaddf1c20 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: test (try.c:143)
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:143)
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:144)
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:145)
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_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:41)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1c18 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Address 0xaddf1700 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Address 0xaddf16e8 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeSaltAndRootSeed (picnic3_impl.c:542)
by 0x...: sign_picnic3 (picnic3_impl.c:556)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeSaltAndRootSeed (picnic3_impl.c:543)
by 0x...: sign_picnic3 (picnic3_impl.c:556)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hash_update_uint16_le (kdf_shake.h:238)
by 0x...: computeSaltAndRootSeed (picnic3_impl.c:544)
by 0x...: sign_picnic3 (picnic3_impl.c:556)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Address 0xaddf1708 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Address 0xaddf16f0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:558)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: getLeaf (picnic3_tree.c:254)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1708 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: generateSeeds (picnic3_tree.c:255)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: getRevealedNodes (picnic3_tree.c:70)
by 0x...: generateSeeds (picnic3_tree.c:255)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf16e8 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:176)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed (picnic3_tree.c:141)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed (picnic3_tree.c:142)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinal (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinal (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed (picnic3_tree.c:147)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed_x4 (picnic3_tree.c:154)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: Keccak_HashUpdatetimes4 (KeccakHashtimes4.c:44)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_init_prefix_x4 (kdf_shake.h:288)
by 0x...: hashSeed_x4 (picnic3_tree.c:157)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: Keccak_HashUpdatetimes4 (KeccakHashtimes4.c:44)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_init_prefix_x4 (kdf_shake.h:288)
by 0x...: hashSeed_x4 (picnic3_tree.c:157)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: Keccak_HashUpdatetimes4 (KeccakHashtimes4.c:44)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_init_prefix_x4 (kdf_shake.h:288)
by 0x...: hashSeed_x4 (picnic3_tree.c:157)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: Keccak_HashUpdatetimes4 (KeccakHashtimes4.c:44)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hashSeed_x4 (picnic3_tree.c:158)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: Keccak_HashUpdatetimes4 (KeccakHashtimes4.c:44)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hashSeed_x4 (picnic3_tree.c:158)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:121)
by 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:51)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: hashSeed_x4 (picnic3_tree.c:169)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1210 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:53)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: hashSeed_x4 (picnic3_tree.c:169)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:153)
by 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:53)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: hashSeed_x4 (picnic3_tree.c:169)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: Keccak_HashSqueezetimes4 (KeccakHashtimes4.c:64)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hashSeed_x4 (picnic3_tree.c:170)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:191)
by 0x...: Keccak_HashSqueezetimes4 (KeccakHashtimes4.c:64)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hashSeed_x4 (picnic3_tree.c:170)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: free (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:564)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Invalid write of size 4
at 0x...: freeMsgs (picnic3_types.c:177)
by 0x...: sign_picnic3 (picnic3_impl.c:566)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1710 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocateCommitments (picnic3_types.c:178)
by 0x...: sign_picnic3 (picnic3_impl.c:566)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: allocateCommitments (picnic3_types.c:180)
by 0x...: sign_picnic3 (picnic3_impl.c:566)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: allocateCommitments (picnic3_types.c:191)
by 0x...: sign_picnic3 (picnic3_impl.c:566)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: allocateCommitments (picnic3_types.c:185)
by 0x...: sign_picnic3 (picnic3_impl.c:566)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: lowmc_simulate_online_get_implementation (picnic3_simulate.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:568)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: freeMsgs (picnic3_types.c:177)
Use of uninitialised value of size 4
at 0x...: lowmc_simulate_online_get_implementation (picnic3_simulate.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:568)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: freeMsgs (picnic3_types.c:177)
Use of uninitialised value of size 4
at 0x...: allocateInputs (picnic3_types.c:113)
by 0x...: sign_picnic3 (picnic3_impl.c:569)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: freeMsgs (picnic3_types.c:177)
Invalid write of size 4
at 0x...: freeInputs (picnic3_types.c:131)
by 0x...: sign_picnic3 (picnic3_impl.c:570)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1700 is on thread 1's stack
40 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: allocateMsgs (picnic3_types.c:132)
by 0x...: sign_picnic3 (picnic3_impl.c:570)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: freeMsgs (picnic3_types.c:177)
Use of uninitialised value of size 4
at 0x...: allocateMsgs (picnic3_types.c:135)
by 0x...: sign_picnic3 (picnic3_impl.c:570)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: freeMsgs (picnic3_types.c:177)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:574)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: freeInputs (picnic3_types.c:131)
Use of uninitialised value of size 4
at 0x...: allocateCommitments2 (picnic3_types.c:95)
by 0x...: sign_picnic3 (picnic3_impl.c:574)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: freeInputs (picnic3_types.c:131)
Use of uninitialised value of size 4
at 0x...: allocateCommitments2 (picnic3_types.c:102)
by 0x...: sign_picnic3 (picnic3_impl.c:574)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: freeInputs (picnic3_types.c:131)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:576)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: freeInputs (picnic3_types.c:131)
Use of uninitialised value of size 4
at 0x...: allocateCommitments2 (picnic3_types.c:95)
by 0x...: sign_picnic3 (picnic3_impl.c:576)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: freeInputs (picnic3_types.c:131)
Use of uninitialised value of size 4
at 0x...: allocateCommitments2 (picnic3_types.c:102)
by 0x...: sign_picnic3 (picnic3_impl.c:576)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: freeInputs (picnic3_types.c:131)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:581)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: freeInputs (picnic3_types.c:131)
Invalid write of size 4
at 0x...: mzd_from_char_array (io.c:26)
by 0x...: sign_picnic3 (picnic3_impl.c:581)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1710 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:583)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:584)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Invalid write of size 4
at 0x...: getLeaf (picnic3_tree.c:254)
by 0x...: sign_picnic3 (picnic3_impl.c:584)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1708 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: generateSeeds (picnic3_tree.c:255)
by 0x...: sign_picnic3 (picnic3_impl.c:584)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: createRandomTapes (picnic3_impl.c:40)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: allocateRandomTape (picnic3_types.c:23)
by 0x...: createRandomTapes (picnic3_impl.c:42)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: allocateRandomTape (picnic3_types.c:25)
by 0x...: createRandomTapes (picnic3_impl.c:42)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: allocateRandomTape (picnic3_types.c:27)
by 0x...: createRandomTapes (picnic3_impl.c:42)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: createRandomTapes (picnic3_impl.c:43)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: hash_init_x4 (kdf_shake.h:262)
by 0x...: createRandomTapes (picnic3_impl.c:45)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: createRandomTapes (picnic3_impl.c:47)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:53)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: createRandomTapes (picnic3_impl.c:54)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:166)
by 0x...: Keccak_HashSqueezetimes4 (KeccakHashtimes4.c:64)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:166)
by 0x...: Keccak_HashSqueezetimes4 (KeccakHashtimes4.c:64)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:180)
by 0x...: Keccak_HashSqueezetimes4 (KeccakHashtimes4.c:64)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: createRandomTapes (picnic3_impl.c:44)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Invalid write of size 4
at 0x...: indexOf (picnic3_impl.c:68)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1710 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:71)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:74)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:79)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: getLeaf (picnic3_tree.c:254)
Invalid write of size 4
at 0x...: mzd_from_char_array (io.c:26)
by 0x...: computeAuxTape (picnic3_impl.c:79)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf16c0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:80)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:80)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:30)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:33)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1450 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1450 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1450 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1450 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Invalid write of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1450 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1450 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_and_uint64_block (mzd_additional.c:131)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Invalid write of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1450 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1450 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: sbox_aux_uint64_lowmc_192_192_4 (lowmc.c:142)
by 0x...: lowmc_aux_uint64_lowmc_192_192_4 (lowmc_impl_aux.c.i:35)
by 0x...: lowmc_compute_aux (lowmc.c:199)
by 0x...: computeAuxTape (picnic3_impl.c:85)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:89)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Invalid write of size 4
at 0x...: mzd_to_char_array (io.c:16)
by 0x...: computeAuxTape (picnic3_impl.c:89)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf16c0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:94)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_to_char_array (io.c:16)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:590)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: indexOf (picnic3_impl.c:68)
Use of uninitialised value of size 4
at 0x...: hash_init_x4 (kdf_shake.h:262)
by 0x...: commit_x4 (picnic3_impl.c:120)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: indexOf (picnic3_impl.c:68)
Use of uninitialised value of size 4
at 0x...: commit_x4 (picnic3_impl.c:121)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: indexOf (picnic3_impl.c:68)
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinaltimes4 (KeccakHashtimes4.c:53)
by 0x...: hash_final_x4 (kdf_shake.h:292)
by 0x...: commit_x4 (picnic3_impl.c:126)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:121)
Use of uninitialised value of size 4
at 0x...: commit_x4 (picnic3_impl.c:127)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: indexOf (picnic3_impl.c:68)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:591)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: indexOf (picnic3_impl.c:68)
Invalid write of size 4
at 0x...: commit_v (picnic3_impl.c:98)
by 0x...: sign_picnic3 (picnic3_impl.c:597)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1710 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: hash_init (kdf_shake.h:215)
by 0x...: commit (picnic3_impl.c:102)
by 0x...: sign_picnic3 (picnic3_impl.c:597)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: indexOf (picnic3_impl.c:68)
Use of uninitialised value of size 4
at 0x...: commit (picnic3_impl.c:103)
by 0x...: sign_picnic3 (picnic3_impl.c:597)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: indexOf (picnic3_impl.c:68)
Conditional jump or move depends on uninitialised value(s)
at 0x...: commit (picnic3_impl.c:104)
by 0x...: sign_picnic3 (picnic3_impl.c:597)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-O_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit (picnic3_impl.c:105)
by 0x...: sign_picnic3 (picnic3_impl.c:597)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: indexOf (picnic3_impl.c:68)
Use of uninitialised value of size 4
at 0x...: commit (picnic3_impl.c:111)
by 0x...: sign_picnic3 (picnic3_impl.c:597)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: indexOf (picnic3_impl.c:68)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:583)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:603)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:605)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:607)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: commit_v (picnic3_impl.c:98)
Invalid write of size 4
at 0x...: mzd_from_char_array (io.c:26)
by 0x...: sign_picnic3 (picnic3_impl.c:610)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1710 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1428 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1428 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:173)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:173)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:175)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_and_uint64_block (mzd_additional.c:131)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_and_uint64_block (mzd_additional.c:131)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1428 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1428 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: bitstream_get_bits (bitstream.h:35)
by 0x...: mzd_from_bitstream (bitstream.h:142)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: bitstream_get_bits (bitstream.h:43)
by 0x...: mzd_from_bitstream (bitstream.h:142)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitstream_get_bits (bitstream.h:42)
by 0x...: mzd_from_bitstream (bitstream.h:142)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitstream_get_bits (bitstream.h:46)
by 0x...: mzd_from_bitstream (bitstream.h:142)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_from_bitstream (bitstream.h:142)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_from_bitstream (bitstream.h:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1428 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:173)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:173)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:175)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Invalid write of size 4
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1428 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:173)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:173)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:175)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_and_uint64_block (mzd_additional.c:131)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_and_uint64_block (mzd_additional.c:131)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_and_uint64_block (mzd_additional.c:131)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_and_uint64_block (mzd_additional.c:131)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Invalid write of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1428 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:183)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:183)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:185)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_and_uint64_block (mzd_additional.c:131)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_and_uint64_block (mzd_additional.c:131)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Invalid write of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1428 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:183)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:183)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:185)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_right_uint64_128 (mzd_additional.c:168)
Use of uninitialised value of size 4
at 0x...: mzd_to_bitstream (bitstream.h:128)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_from_bitstream (bitstream.h:142)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_and_uint64_block (mzd_additional.c:132)
by 0x...: mzd_and_uint64_192 (mzd_additional.c:141)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:173)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:173)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:175)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:173)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:173)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:175)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Invalid write of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1428 is on thread 1's stack
24 bytes below stack pointer
Invalid write of size 4
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1428 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:183)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:183)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_shift_right_uint64_192 (mzd_additional.c:185)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: mzd_xor_uint64_block (mzd_additional.c:105)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Conditional jump or move depends on uninitialised value(s)
at 0x...: mzd_xor_uint64_block (mzd_additional.c:104)
by 0x...: mzd_xor_uint64_192 (mzd_additional.c:116)
by 0x...: picnic3_mpc_sbox_uint64_lowmc_192_192_4 (picnic3_simulate.c:151)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:31)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_shift_left_uint64_192 (mzd_additional.c:178)
Use of uninitialised value of size 4
at 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:41)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
Invalid write of size 4
at 0x...: mzd_to_char_array (io.c:16)
by 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:41)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Address 0xaddf1428 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:601)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: mzd_from_char_array (io.c:26)
More than 10000000 total errors detected. I'm not reporting any more.
Final error counts will be inaccurate. Go fix your program!
Rerun with --error-limit=no to disable this cutoff. Note
that errors may occur in your program without prior warning from
Valgrind, because errors are no longer being displayed.
Alarm clock
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
optimizedct/c | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 142
Invalid write of size 4
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
by 0x...: main (try-anything.c:335)
Address 0xad9b5c70 is on thread 1's stack
32 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: main (try-anything.c:344)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_Permute_24rounds (impl.c:4)
Invalid write of size 4
at 0x...: ??? (estream-convert-api.h:73)
by 0x...: crypto_rng_chacha20_ref_constbranchindex (rng.c:23)
by 0x...: randombytes_internal (knownrandombytes.c:37)
by 0x...: randombytes (knownrandombytes.c:56)
by 0x...: rand_bytes (randomness.c:24)
by 0x...: rand_bits (randomness.c:143)
by 0x...: picnic_keygen (picnic.c:116)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Address 0xad9b57f0 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...: rand_bytes (randomness.c:24)
by 0x...: rand_bits (randomness.c:143)
by 0x...: picnic_keygen (picnic.c:116)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex_keypair (sign.c.i:22)
by 0x...: test (try.c:128)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (estream-convert-api.h:73)
Invalid write of size 4
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Address 0xad9b56f0 is on thread 1's stack
40 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Address 0xad9b56d8 is on thread 1's stack
24 bytes below stack pointer
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddBytes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeSaltAndRootSeed (picnic3_impl.c:542)
by 0x...: sign_picnic3 (picnic3_impl.c:556)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeSaltAndRootSeed (picnic3_impl.c:543)
by 0x...: sign_picnic3 (picnic3_impl.c:556)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hash_update_uint16_le (kdf_shake.h:238)
by 0x...: computeSaltAndRootSeed (picnic3_impl.c:544)
by 0x...: sign_picnic3 (picnic3_impl.c:556)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddByte (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Invalid write of size 4
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Address 0xad9b56f8 is on thread 1's stack
32 bytes below stack pointer
Invalid write of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Address 0xad9b56e0 is on thread 1's stack
24 bytes below stack pointer
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:558)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: generateSeeds (picnic3_tree.c:255)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandSeeds (picnic3_tree.c:176)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hash_init_prefix (kdf_shake.h:243)
by 0x...: hashSeed.constprop.0 (picnic3_tree.c:141)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed.constprop.0 (picnic3_tree.c:142)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinal (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_Permute_Nrounds (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorbLastFewBits (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: Keccak_HashFinal (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed.constprop.0 (picnic3_tree.c:147)
by 0x...: expandSeeds (picnic3_tree.c:192)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeSqueeze (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractBytesInLane (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed_x4 (picnic3_tree.c:159)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hashSeed_x4 (picnic3_tree.c:159)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_init_prefix_x4 (kdf_shake.h:288)
by 0x...: hashSeed_x4 (picnic3_tree.c:157)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_init_prefix_x4 (kdf_shake.h:288)
by 0x...: hashSeed_x4 (picnic3_tree.c:157)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_init_prefix_x4 (kdf_shake.h:288)
by 0x...: hashSeed_x4 (picnic3_tree.c:157)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hashSeed_x4 (picnic3_tree.c:158)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hashSeed_x4 (picnic3_tree.c:158)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hashSeed_x4 (picnic3_tree.c:158)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hashSeed_x4 (picnic3_tree.c:163)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hashSeed_x4 (picnic3_tree.c:163)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hashSeed_x4 (picnic3_tree.c:163)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
More than 100 errors detected. Subsequent errors
will still be recorded, but in less detail than before.
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: hashSeed_x4 (picnic3_tree.c:164)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: hashSeed_x4 (picnic3_tree.c:164)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: hash_update_x4_uint16_le (kdf_shake.h:309)
by 0x...: hashSeed_x4 (picnic3_tree.c:164)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: hashSeed_x4 (picnic3_tree.c:167)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: hashSeed_x4 (picnic3_tree.c:167)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: hashSeed_x4 (picnic3_tree.c:167)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hashSeed_x4 (picnic3_tree.c:170)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:191)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hashSeed_x4 (picnic3_tree.c:170)
by 0x...: expandSeeds (picnic3_tree.c:209)
by 0x...: generateSeeds (picnic3_tree.c:259)
by 0x...: sign_picnic3 (picnic3_impl.c:560)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:564)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateCommitments (picnic3_types.c:178)
by 0x...: sign_picnic3 (picnic3_impl.c:566)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateCommitments (picnic3_types.c:180)
by 0x...: sign_picnic3 (picnic3_impl.c:566)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: lowmc_simulate_online_get_implementation (picnic3_simulate.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:568)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: lowmc_simulate_online_get_implementation (picnic3_simulate.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:568)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateInputs (picnic3_types.c:113)
by 0x...: sign_picnic3 (picnic3_impl.c:569)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateMsgs (picnic3_types.c:132)
by 0x...: sign_picnic3 (picnic3_impl.c:570)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateMsgs (picnic3_types.c:135)
by 0x...: sign_picnic3 (picnic3_impl.c:570)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:574)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateCommitments2 (picnic3_types.c:95)
by 0x...: sign_picnic3 (picnic3_impl.c:574)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:576)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateCommitments2 (picnic3_types.c:95)
by 0x...: sign_picnic3 (picnic3_impl.c:576)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:581)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:583)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:584)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: generateSeeds (picnic3_tree.c:255)
by 0x...: sign_picnic3 (picnic3_impl.c:584)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: createRandomTapes (picnic3_impl.c:40)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateRandomTape (picnic3_types.c:23)
by 0x...: createRandomTapes (picnic3_impl.c:42)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateRandomTape (picnic3_types.c:25)
by 0x...: createRandomTapes (picnic3_impl.c:42)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: createRandomTapes (picnic3_impl.c:43)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: createRandomTapes (picnic3_impl.c:44)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: createRandomTapes (picnic3_impl.c:45)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: createRandomTapes (picnic3_impl.c:47)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: createRandomTapes (picnic3_impl.c:47)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: createRandomTapes (picnic3_impl.c:47)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: createRandomTapes (picnic3_impl.c:47)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: createRandomTapes (picnic3_impl.c:50)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: createRandomTapes (picnic3_impl.c:50)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_1 (kdf_shake.h:282)
by 0x...: createRandomTapes (picnic3_impl.c:50)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: createRandomTapes (picnic3_impl.c:53)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: createRandomTapes (picnic3_impl.c:53)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: hash_update_x4_uint16s_le (kdf_shake.h:317)
by 0x...: createRandomTapes (picnic3_impl.c:53)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:191)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:166)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:166)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:166)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:180)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:165)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: hash_squeeze_x4_4 (kdf_shake.h:302)
by 0x...: createRandomTapes (picnic3_impl.c:56)
by 0x...: sign_picnic3 (picnic3_impl.c:586)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:71)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:74)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:79)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:80)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeAuxTape (picnic3_impl.c:89)
by 0x...: sign_picnic3 (picnic3_impl.c:588)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:590)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:591)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_x4 (picnic3_impl.c:120)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_x4 (picnic3_impl.c:121)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_x4 (picnic3_impl.c:121)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_x4 (picnic3_impl.c:121)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_x4 (picnic3_impl.c:121)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_x4 (picnic3_impl.c:127)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_x4 (picnic3_impl.c:127)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:191)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_x4 (picnic3_impl.c:127)
by 0x...: sign_picnic3 (picnic3_impl.c:594)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit (picnic3_impl.c:102)
by 0x...: sign_picnic3 (picnic3_impl.c:597)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit (picnic3_impl.c:103)
by 0x...: sign_picnic3 (picnic3_impl.c:597)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit (picnic3_impl.c:105)
by 0x...: sign_picnic3 (picnic3_impl.c:597)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600_SpongeAbsorb (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit (picnic3_impl.c:111)
by 0x...: sign_picnic3 (picnic3_impl.c:597)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:601)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:605)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:607)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: lowmc_simulate_online_uint64_192_64 (picnic3_simulate.c.i:41)
by 0x...: sign_picnic3 (picnic3_impl.c:612)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:620)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_h_x4 (picnic3_impl.c:146)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_h_x4 (picnic3_impl.c:147)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:111)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_h_x4 (picnic3_impl.c:148)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_h_x4 (picnic3_impl.c:152)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_h_x4 (picnic3_impl.c:152)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:191)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_h_x4 (picnic3_impl.c:152)
by 0x...: sign_picnic3 (picnic3_impl.c:621)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_v_x4 (picnic3_impl.c:175)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_v_x4 (picnic3_impl.c:176)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_v_x4 (picnic3_impl.c:176)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_v_x4 (picnic3_impl.c:176)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: commit_v_x4 (picnic3_impl.c:176)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_v_x4 (picnic3_impl.c:177)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:105)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:108)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:109)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:111)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:71)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: KeccakWidth1600times4_SpongeAbsorb (KeccakSpongetimes4.inc:72)
by 0x...: hash_update_x4 (kdf_shake.h:270)
by 0x...: hash_update_x4_4 (kdf_shake.h:277)
by 0x...: commit_v_x4 (picnic3_impl.c:179)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_v_x4 (picnic3_impl.c:183)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:188)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_v_x4 (picnic3_impl.c:183)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakWidth1600times4_SpongeSqueeze (KeccakSpongetimes4.inc:191)
by 0x...: hash_squeeze_x4 (kdf_shake.h:296)
by 0x...: commit_v_x4 (picnic3_impl.c:183)
by 0x...: sign_picnic3 (picnic3_impl.c:622)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:624)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_h (picnic3_impl.c:134)
by 0x...: sign_picnic3 (picnic3_impl.c:625)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_h (picnic3_impl.c:135)
by 0x...: sign_picnic3 (picnic3_impl.c:625)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_h (picnic3_impl.c:136)
by 0x...: sign_picnic3 (picnic3_impl.c:625)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_h (picnic3_impl.c:139)
by 0x...: sign_picnic3 (picnic3_impl.c:625)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_v (picnic3_impl.c:161)
by 0x...: sign_picnic3 (picnic3_impl.c:626)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_v (picnic3_impl.c:162)
by 0x...: sign_picnic3 (picnic3_impl.c:626)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_v (picnic3_impl.c:163)
by 0x...: sign_picnic3 (picnic3_impl.c:626)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit_v (picnic3_impl.c:167)
by 0x...: sign_picnic3 (picnic3_impl.c:626)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:630)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hash_init_prefix (kdf_shake.h:243)
by 0x...: computeParentHash (picnic3_tree.c:448)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeParentHash (picnic3_tree.c:449)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeParentHash (picnic3_tree.c:449)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hasRightChild (picnic3_tree.c:113)
by 0x...: computeParentHash (picnic3_tree.c:450)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeParentHash (picnic3_tree.c:458)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeParentHash (picnic3_tree.c:458)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeParentHash (picnic3_tree.c:460)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: set_bit (picnic3_tree.c:36)
by 0x...: computeParentHash (picnic3_tree.c:460)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: haveNode.isra.0 (picnic3_tree.c:50)
by 0x...: hasRightChild (picnic3_tree.c:113)
by 0x...: computeParentHash (picnic3_tree.c:450)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: exists (picnic3_tree.c:53)
by 0x...: exists (picnic3_tree.c:49)
by 0x...: hasRightChild (picnic3_tree.c:113)
by 0x...: computeParentHash (picnic3_tree.c:450)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeParentHash (picnic3_tree.c:452)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: computeParentHash (picnic3_tree.c:452)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: computeParentHash (picnic3_tree.c:432)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: computeParentHash (picnic3_tree.c:426)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: computeParentHash (picnic3_tree.c:437)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: computeParentHash (picnic3_tree.c:441)
by 0x...: buildMerkleTree (picnic3_tree.c:479)
by 0x...: sign_picnic3 (picnic3_impl.c:631)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:635)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: HCP (picnic3_impl.c:318)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: HCP (picnic3_impl.c:320)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: HCP (picnic3_impl.c:321)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: HCP (picnic3_impl.c:327)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: HCP (picnic3_impl.c:328)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: HCP (picnic3_impl.c:331)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: HCP (picnic3_impl.c:334)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:263)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:265)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:271)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:274)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:277)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: hash_init_prefix (kdf_shake.h:243)
by 0x...: expandChallenge (picnic3_impl.c:282)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:283)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:285)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:236)
by 0x...: expandChallenge (picnic3_impl.c:272)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandChallenge (picnic3_impl.c:274)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: appendUnique (picnic3_impl.c:250)
by 0x...: expandChallenge (picnic3_impl.c:275)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:292)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:293)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:226)
by 0x...: expandChallenge (picnic3_impl.c:293)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:232)
by 0x...: expandChallenge (picnic3_impl.c:293)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:234)
by 0x...: expandChallenge (picnic3_impl.c:293)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bitsToChunks (picnic3_impl.c:236)
by 0x...: expandChallenge (picnic3_impl.c:293)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: getBit (io.h:23)
by 0x...: bitsToChunks (picnic3_impl.c:235)
by 0x...: expandChallenge (picnic3_impl.c:293)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_ExtractLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandChallenge (picnic3_impl.c:294)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:295)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: expandChallenge (picnic3_impl.c:296)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:305)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakWidth1600_SpongeInitialize (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: expandChallenge (picnic3_impl.c:307)
by 0x...: HCP (picnic3_impl.c:336)
by 0x...: sign_picnic3 (picnic3_impl.c:636)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:641)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_impl.c:195)
by 0x...: getMissingLeavesList.isra.0 (picnic3_impl.c:345)
by 0x...: sign_picnic3 (picnic3_impl.c:642)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedMerkleNodes.constprop.0 (picnic3_tree.c:497)
by 0x...: openMerkleTree (picnic3_tree.c:551)
by 0x...: sign_picnic3 (picnic3_impl.c:644)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedMerkleNodes.constprop.0 (picnic3_tree.c:500)
by 0x...: openMerkleTree (picnic3_tree.c:551)
by 0x...: sign_picnic3 (picnic3_impl.c:644)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:646)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:650)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:650)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getParent (picnic3_tree.c:117)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:321)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:321)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_tree.c:42)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:336)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: exists (picnic3_tree.c:53)
by 0x...: exists (picnic3_tree.c:49)
by 0x...: hasSibling (picnic3_tree.c:269)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: exists (picnic3_tree.c:53)
by 0x...: exists (picnic3_tree.c:49)
by 0x...: hasSibling (picnic3_tree.c:269)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: hasSibling (picnic3_tree.c:269)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: isLeftChild (picnic3_tree.c:108)
by 0x...: hasSibling (picnic3_tree.c:273)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: hasSibling (picnic3_tree.c:273)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: exists (picnic3_tree.c:53)
by 0x...: exists (picnic3_tree.c:49)
by 0x...: hasSibling (picnic3_tree.c:273)
by 0x...: hasSibling (picnic3_tree.c:268)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: exists (picnic3_tree.c:53)
by 0x...: exists (picnic3_tree.c:49)
by 0x...: hasSibling (picnic3_tree.c:273)
by 0x...: hasSibling (picnic3_tree.c:268)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:332)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getSibling (picnic3_tree.c:281)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:335)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getSibling (picnic3_tree.c:282)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:335)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getSibling (picnic3_tree.c:285)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:335)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getSibling (picnic3_tree.c:286)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:335)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: hasRightChild (picnic3_tree.c:113)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:338)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:338)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_tree.c:42)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:342)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: exists (picnic3_tree.c:53)
by 0x...: exists (picnic3_tree.c:49)
by 0x...: hasRightChild (picnic3_tree.c:113)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:338)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: get_bit (picnic3_tree.c:32)
by 0x...: exists (picnic3_tree.c:53)
by 0x...: exists (picnic3_tree.c:49)
by 0x...: hasRightChild (picnic3_tree.c:113)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:338)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: hasRightChild (picnic3_tree.c:113)
by 0x...: getRevealedNodes.constprop.0 (picnic3_tree.c:338)
by 0x...: revealSeeds (picnic3_tree.c:378)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: revealSeeds (picnic3_tree.c:380)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: revealSeeds (picnic3_tree.c:387)
by 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
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...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: memcpy (in /usr/libexec/valgrind/vgpreload_memcheck-arm-linux.so)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:651)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:656)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:657)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:658)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_impl.c:195)
by 0x...: sign_picnic3 (picnic3_impl.c:658)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateProof2 (picnic3_types.c:52)
by 0x...: sign_picnic3 (picnic3_impl.c:659)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateProof2 (picnic3_types.c:53)
by 0x...: sign_picnic3 (picnic3_impl.c:659)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: allocateProof2 (picnic3_types.c:54)
by 0x...: sign_picnic3 (picnic3_impl.c:659)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:660)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: indexOf (picnic3_impl.c:204)
by 0x...: sign_picnic3 (picnic3_impl.c:660)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:665)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: revealSeeds (picnic3_tree.c:380)
by 0x...: sign_picnic3 (picnic3_impl.c:666)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: revealSeeds (picnic3_tree.c:387)
by 0x...: sign_picnic3 (picnic3_impl.c:666)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:670)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sign_picnic3 (picnic3_impl.c:671)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:672)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:675)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:676)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:676)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:680)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: sign_picnic3 (picnic3_impl.c:680)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getLeaf (picnic3_tree.c:132)
by 0x...: sign_picnic3 (picnic3_impl.c:684)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit (picnic3_impl.c:102)
by 0x...: sign_picnic3 (picnic3_impl.c:684)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit (picnic3_impl.c:103)
by 0x...: sign_picnic3 (picnic3_impl.c:684)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit (picnic3_impl.c:111)
by 0x...: sign_picnic3 (picnic3_impl.c:684)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: getLeaf (picnic3_tree.c:132)
by 0x...: sign_picnic3 (picnic3_impl.c:681)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: commit (picnic3_impl.c:105)
by 0x...: sign_picnic3 (picnic3_impl.c:684)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:690)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Use of uninitialised value of size 4
at 0x...: sign_picnic3 (picnic3_impl.c:693)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:884)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_impl.c:195)
by 0x...: serializeSignature2 (picnic3_impl.c:823)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: indexOf (picnic3_impl.c:204)
by 0x...: serializeSignature2 (picnic3_impl.c:824)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: serializeSignature2 (picnic3_impl.c:835)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: contains (picnic3_impl.c:195)
by 0x...: serializeSignature2 (picnic3_impl.c:852)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: indexOf (picnic3_impl.c:204)
by 0x...: serializeSignature2 (picnic3_impl.c:856)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: KeccakP1600_AddLanes (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
Conditional jump or move depends on uninitialised value(s)
at 0x...: serializeSignature2 (picnic3_impl.c:857)
by 0x...: impl_sign_picnic3 (picnic3_impl.c:891)
by 0x...: picnic_sign (picnic.c:224)
by 0x...: crypto_sign_picnic3l3_optimizedct_c_constbranchindex (sign.c.i:61)
by 0x...: test (try.c:145)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: ??? (in /home/supercop/supercop-data/tinker/armeabi/try/c/gcc_-march=native_-mtune=native_-Os_-fwrapv_-fPIC_-fPIE_-gdwarf-4_-Wall/constbranchindex/crypto_sign/picnic3l3/optimizedct/c/work/try-timecop)
More than 10000000 total errors detected. I'm not reporting any more.
Final error counts will be inaccurate. Go fix your program!
Rerun with --error-limit=no to disable this cutoff. Note
that errors may occur in your program without prior warning from
Valgrind, because errors are no longer being displayed.
Alarm clock
Number of similar (implementation,compiler) pairs: 1, namely:
Implementation | Compiler |
optimizedct/c | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |