Test results for aarch64, pi3aplus, crypto_sign/mqom2cat5gf2shortr5
[Page version: 20251212 19:25:13]
Measurements for aarch64, pi3aplus, crypto_sign
Test results for aarch64, pi3aplus, crypto_sign
Test results for crypto_sign/mqom2cat5gf2shortr5
Computer: pi3aplus
Microarchitecture: aarch64; Cortex-A53 (410fd034)
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20251114
Operation: crypto_sign
Primitive: mqom2cat5gf2shortr5
| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
| 3315568074 | 257804 96 0 | 218286 896 1584 | ref_default | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251209 | 20251114 |
| 3669884464 | 224848 96 0 | 185326 896 1584 | plain32_default | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251208 | 20251114 |
| 5483849982 | 135712 96 0 | 143270 896 1584 | ref_default | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251209 | 20251114 |
| 5512329092 | 256652 96 0 | 233342 864 1584 | ref_memopt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251209 | 20251114 |
| 5849270166 | 223696 96 0 | 200382 864 1584 | plain32_memopt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251208 | 20251114 |
| 5879496546 | 100348 96 0 | 107902 896 1584 | plain32_default | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251208 | 20251114 |
| 7151211224 | 143156 96 0 | 149478 896 1568 | ref_default | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251209 | 20251114 |
| 7507438386 | 105996 96 0 | 112326 896 1568 | plain32_default | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251208 | 20251114 |
| 9217573404 | 107498 96 0 | 116870 880 1568 | ref_default | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251209 | 20251114 |
| 9473668892 | 66094 96 0 | 75462 880 1568 | plain32_default | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251208 | 20251114 |
| 9867229024 | 134944 96 0 | 140894 864 1584 | ref_memopt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251209 | 20251114 |
| 10218801396 | 99580 96 0 | 105526 864 1584 | plain32_memopt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251209 | 20251114 |
| 11434846699 | 142664 96 0 | 147974 864 1568 | ref_memopt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251209 | 20251114 |
| 11743933264 | 105504 96 0 | 110822 864 1568 | plain32_memopt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251209 | 20251114 |
| 13826839450 | 106982 96 0 | 115022 848 1568 | ref_memopt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251209 | 20251114 |
| 14020524744 | 65578 96 0 | 73630 848 1568 | plain32_memopt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251209 | 20251114 |
Compiler output
blc_default.c: blc_default.c: In function 'BLC_Open_default':
blc_default.c: blc_default.c:269:27: warning: passing argument 1 of 'crypto_declassify' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
blc_default.c: 269 | crypto_declassify(&i_star[e], sizeof(i_star[e]));
blc_default.c: | ^~~~~~~~~~
blc_default.c: In file included from blc_default.c:5:
blc_default.c: .../supercop-data/pi3aplus/aarch64/include/crypto_declassify.h:4:31: note: expected 'void *' but argument is of type 'const uint16_t *' {aka 'const short unsigned int *'}
blc_default.c: 4 | extern void crypto_declassify(void *,unsigned long long);
blc_default.c: | ^~~~~~
blc_memopt.c: blc_memopt.c: In function 'BLC_Open_memopt':
blc_memopt.c: blc_memopt.c:405:27: warning: passing argument 1 of 'crypto_declassify' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
blc_memopt.c: 405 | crypto_declassify(&i_star[e], sizeof(i_star[e]));
blc_memopt.c: | ^~~~~~~~~~
blc_memopt.c: In file included from blc_memopt.c:6:
blc_memopt.c: .../supercop-data/pi3aplus/aarch64/include/crypto_declassify.h:4:31: note: expected 'void *' but argument is of type 'const uint16_t *' {aka 'const short unsigned int *'}
blc_memopt.c: 4 | extern void crypto_declassify(void *,unsigned long long);
blc_memopt.c: | ^~~~~~
Number of similar (implementation,compiler) pairs: 8, namely:
| Implementation | Compiler |
| plain32_default | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_default | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_default | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_default | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_memopt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_memopt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_memopt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_memopt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Compiler output
blc_default.c: blc_default.c: In function 'BLC_Open_default':
blc_default.c: blc_default.c:269:27: warning: passing argument 1 of 'crypto_declassify' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
blc_default.c: 269 | crypto_declassify(&i_star[e], sizeof(i_star[e]));
blc_default.c: | ^~~~~~~~~~
blc_default.c: In file included from macros.h:237,
blc_default.c: from endian_compat.h:14,
blc_default.c: from brg_endian.h:4,
blc_default.c: from KeccakP-1600-SnP.h:24,
blc_default.c: from KeccakSponge.h:64,
blc_default.c: from KeccakHash.h:25,
blc_default.c: from xof.h:12,
blc_default.c: from blc_default.h:8,
blc_default.c: from blc_default.c:1:
blc_default.c: .../supercop-data/pi3aplus/aarch64/include/crypto_declassify.h:4:31: note: expected 'void *' but argument is of type 'const uint16_t *' {aka 'const short unsigned int *'}
blc_default.c: 4 | extern void crypto_declassify(void *,unsigned long long);
blc_default.c: | ^~~~~~
blc_memopt.c: blc_memopt.c: In function 'BLC_Open_memopt':
blc_memopt.c: blc_memopt.c:405:27: warning: passing argument 1 of 'crypto_declassify' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
blc_memopt.c: 405 | crypto_declassify(&i_star[e], sizeof(i_star[e]));
blc_memopt.c: | ^~~~~~~~~~
blc_memopt.c: In file included from macros.h:237,
blc_memopt.c: from endian_compat.h:14,
blc_memopt.c: from brg_endian.h:4,
blc_memopt.c: from KeccakP-1600-SnP.h:24,
blc_memopt.c: from KeccakSponge.h:64,
blc_memopt.c: from KeccakHash.h:25,
blc_memopt.c: from xof.h:12,
blc_memopt.c: from blc_memopt.h:8,
blc_memopt.c: from blc_memopt.c:1:
blc_memopt.c: .../supercop-data/pi3aplus/aarch64/include/crypto_declassify.h:4:31: note: expected 'void *' but argument is of type 'const uint16_t *' {aka 'const short unsigned int *'}
blc_memopt.c: 4 | extern void crypto_declassify(void *,unsigned long long);
blc_memopt.c: | ^~~~~~
Number of similar (implementation,compiler) pairs: 8, namely:
| Implementation | Compiler |
| ref_default | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_default | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_default | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_default | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_memopt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_memopt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_memopt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_memopt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Namespace violations
KeccakHash.o Keccak_HashFinal T
KeccakHash.o Keccak_HashInitialize T
KeccakHash.o Keccak_HashSqueeze T
KeccakHash.o Keccak_HashUpdate T
KeccakHashtimes4.o Keccak_HashFinaltimes4 T
KeccakHashtimes4.o Keccak_HashInitializetimes4 T
KeccakHashtimes4.o Keccak_HashSqueezetimes4 T
KeccakHashtimes4.o Keccak_HashUpdatetimes4 T
KeccakP-1600-inplace32BI.o KeccakP1600_AddByte T
KeccakP-1600-inplace32BI.o KeccakP1600_AddBytes T
KeccakP-1600-inplace32BI.o KeccakP1600_AddBytesInLane T
KeccakP-1600-inplace32BI.o KeccakP1600_AddLanes T
KeccakP-1600-inplace32BI.o KeccakP1600_ExtractAndAddBytes T
KeccakP-1600-inplace32BI.o KeccakP1600_ExtractAndAddBytesInLane T
KeccakP-1600-inplace32BI.o KeccakP1600_ExtractAndAddLanes T
KeccakP-1600-inplace32BI.o KeccakP1600_ExtractBytes T
KeccakP-1600-inplace32BI.o KeccakP1600_ExtractBytesInLane T
KeccakP-1600-inplace32BI.o KeccakP1600_ExtractLanes T
KeccakP-1600-inplace32BI.o KeccakP1600_Initialize T
KeccakP-1600-inplace32BI.o KeccakP1600_OverwriteBytes T
KeccakP-1600-inplace32BI.o KeccakP1600_OverwriteBytesInLane T
KeccakP-1600-inplace32BI.o KeccakP1600_OverwriteLanes T
KeccakP-1600-inplace32BI.o KeccakP1600_OverwriteWithZeroes T
KeccakP-1600-inplace32BI.o KeccakP1600_Permute_12rounds T
KeccakP-1600-inplace32BI.o KeccakP1600_Permute_24rounds T
KeccakP-1600-inplace32BI.o KeccakP1600_Permute_Nrounds T
KeccakP-1600-inplace32BI.o KeccakP1600_SetBytesInLaneToZero T
KeccakP-1600-times4-on1.o KeccakP1600times4_AddByte T
KeccakP-1600-times4-on1.o KeccakP1600times4_AddBytes T
KeccakP-1600-times4-on1.o KeccakP1600times4_AddLanesAll T
KeccakP-1600-times4-on1.o KeccakP1600times4_ExtractAndAddBytes T
KeccakP-1600-times4-on1.o KeccakP1600times4_ExtractAndAddLanesAll T
KeccakP-1600-times4-on1.o KeccakP1600times4_ExtractBytes T
KeccakP-1600-times4-on1.o KeccakP1600times4_ExtractLanesAll T
KeccakP-1600-times4-on1.o KeccakP1600times4_InitializeAll T
KeccakP-1600-times4-on1.o KeccakP1600times4_OverwriteBytes T
KeccakP-1600-times4-on1.o KeccakP1600times4_OverwriteLanesAll T
KeccakP-1600-times4-on1.o KeccakP1600times4_OverwriteWithZeroes T
KeccakP-1600-times4-on1.o KeccakP1600times4_PermuteAll_12rounds T
KeccakP-1600-times4-on1.o KeccakP1600times4_PermuteAll_24rounds T
KeccakP-1600-times4-on1.o KeccakP1600times4_PermuteAll_4rounds T
KeccakP-1600-times4-on1.o KeccakP1600times4_PermuteAll_6rounds T
KeccakP-1600-times4-on1.o KeccakP1600times4_StaticInitialize T
KeccakSponge.o KeccakWidth1600_12rounds_Sponge T
KeccakSponge.o KeccakWidth1600_12rounds_SpongeAbsorb T
KeccakSponge.o KeccakWidth1600_12rounds_SpongeAbsorbLastFewBits T
KeccakSponge.o KeccakWidth1600_12rounds_SpongeInitialize T
KeccakSponge.o KeccakWidth1600_12rounds_SpongeSqueeze T
KeccakSponge.o KeccakWidth1600_Sponge T
KeccakSponge.o KeccakWidth1600_SpongeAbsorb T
KeccakSponge.o KeccakWidth1600_SpongeAbsorbLastFewBits T
KeccakSponge.o KeccakWidth1600_SpongeInitialize T
KeccakSponge.o KeccakWidth1600_SpongeSqueeze T
KeccakSpongetimes4.o KeccakWidth1600times4_SpongeAbsorb T
KeccakSpongetimes4.o KeccakWidth1600times4_SpongeAbsorbLastFewBits T
KeccakSpongetimes4.o KeccakWidth1600times4_SpongeInitialize T
KeccakSpongetimes4.o KeccakWidth1600times4_SpongeSqueeze T
blc_default.o BLC_Commit_default T
blc_default.o BLC_Eval_default T
blc_default.o BLC_Open_default T
blc_memopt.o BLC_Commit_memopt T
blc_memopt.o BLC_Eval_memopt T
blc_memopt.o BLC_Open_memopt T
expand_mq.o ExpandEquations T
expand_mq.o ExpandEquations_memopt_init T
expand_mq.o ExpandEquations_memopt_update T
ggm_tree.o GGMTree_Expand T
ggm_tree.o GGMTree_ExpandPath T
ggm_tree.o GGMTree_GetNextLeaf T
ggm_tree.o GGMTree_GetNextLeafPartial T
ggm_tree.o GGMTree_GetNextLeafPartial_x4 T
ggm_tree.o GGMTree_GetNextLeaf_x4 T
ggm_tree.o GGMTree_InitIncrementalExpansion T
ggm_tree.o GGMTree_InitIncrementalExpansion_x4 T
ggm_tree.o GGMTree_InitIncrementalPartialExpansion T
ggm_tree.o GGMTree_InitIncrementalPartialExpansion_x4 T
ggm_tree.o GGMTree_Open T
ggm_tree.o GGMTree_PartiallyExpand T
keygen.o KeyGen T
piop_default.o ComputePAlpha_default T
piop_default.o RecomputePAlpha_default T
piop_memopt.o ComputePAlpha_memopt T
piop_memopt.o ComputePzEval_xTau T
piop_memopt.o ComputePz_xTau T
piop_memopt.o ExpandBatchingChallenge T
piop_memopt.o RecomputePAlpha_memopt T
prg.o PRG T
prg.o PRG_memopt T
prg.o PRG_x4 T
prg.o PRG_x8 T
rijndael_ct64.o aes128_ct64_enc T
rijndael_ct64.o aes128_ct64_enc_x2 T
rijndael_ct64.o aes128_ct64_enc_x4 T
rijndael_ct64.o aes128_ct64_enc_x8 T
rijndael_ct64.o aes128_ct64_setkey_enc T
rijndael_ct64.o aes256_ct64_enc T
rijndael_ct64.o aes256_ct64_enc_x2 T
rijndael_ct64.o aes256_ct64_enc_x4 T
rijndael_ct64.o aes256_ct64_enc_x8 T
rijndael_ct64.o aes256_ct64_setkey_enc T
rijndael_ct64.o rijndael256_ct64_enc T
rijndael_ct64.o rijndael256_ct64_enc_x2 T
rijndael_ct64.o rijndael256_ct64_enc_x4 T
rijndael_ct64.o rijndael256_ct64_enc_x8 T
rijndael_ct64.o rijndael256_ct64_setkey_enc T
sign.o SampleChallenge T
sign.o Sign T
sign.o Verify T
sign.o crypto_sign_signature T
sign.o crypto_sign_verify T
xof.o xof_init T
xof.o xof_init_x4 T
xof.o xof_squeeze T
xof.o xof_squeeze_x4 T
xof.o xof_update T
xof.o xof_update_x4 T
Number of similar (implementation,compiler) pairs: 8, namely:
| Implementation | Compiler |
| plain32_default | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_default | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_default | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_default | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_memopt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_memopt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_memopt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_memopt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Namespace violations
KeccakHash.o Keccak_HashFinal T
KeccakHash.o Keccak_HashInitialize T
KeccakHash.o Keccak_HashSqueeze T
KeccakHash.o Keccak_HashUpdate T
KeccakHashtimes4.o Keccak_HashFinaltimes4 T
KeccakHashtimes4.o Keccak_HashInitializetimes4 T
KeccakHashtimes4.o Keccak_HashSqueezetimes4 T
KeccakHashtimes4.o Keccak_HashUpdatetimes4 T
KeccakP-1600-opt64.o KeccakF1600_FastLoop_Absorb T
KeccakP-1600-opt64.o KeccakP1600_12rounds_FastLoop_Absorb T
KeccakP-1600-opt64.o KeccakP1600_AddBytes T
KeccakP-1600-opt64.o KeccakP1600_AddBytesInLane T
KeccakP-1600-opt64.o KeccakP1600_AddLanes T
KeccakP-1600-opt64.o KeccakP1600_ExtractAndAddBytes T
KeccakP-1600-opt64.o KeccakP1600_ExtractAndAddBytesInLane T
KeccakP-1600-opt64.o KeccakP1600_ExtractAndAddLanes T
KeccakP-1600-opt64.o KeccakP1600_ExtractBytes T
KeccakP-1600-opt64.o KeccakP1600_ExtractBytesInLane T
KeccakP-1600-opt64.o KeccakP1600_ExtractLanes T
KeccakP-1600-opt64.o KeccakP1600_Initialize T
KeccakP-1600-opt64.o KeccakP1600_OverwriteBytes T
KeccakP-1600-opt64.o KeccakP1600_OverwriteBytesInLane T
KeccakP-1600-opt64.o KeccakP1600_OverwriteLanes T
KeccakP-1600-opt64.o KeccakP1600_OverwriteWithZeroes T
KeccakP-1600-opt64.o KeccakP1600_Permute_12rounds T
KeccakP-1600-opt64.o KeccakP1600_Permute_24rounds T
KeccakP-1600-opt64.o KeccakP1600_Permute_Nrounds T
KeccakP-1600-times4-on1.o KeccakP1600times4_AddByte T
KeccakP-1600-times4-on1.o KeccakP1600times4_AddBytes T
KeccakP-1600-times4-on1.o KeccakP1600times4_AddLanesAll T
KeccakP-1600-times4-on1.o KeccakP1600times4_ExtractAndAddBytes T
KeccakP-1600-times4-on1.o KeccakP1600times4_ExtractAndAddLanesAll T
KeccakP-1600-times4-on1.o KeccakP1600times4_ExtractBytes T
KeccakP-1600-times4-on1.o KeccakP1600times4_ExtractLanesAll T
KeccakP-1600-times4-on1.o KeccakP1600times4_InitializeAll T
KeccakP-1600-times4-on1.o KeccakP1600times4_OverwriteBytes T
KeccakP-1600-times4-on1.o KeccakP1600times4_OverwriteLanesAll T
KeccakP-1600-times4-on1.o KeccakP1600times4_OverwriteWithZeroes T
KeccakP-1600-times4-on1.o KeccakP1600times4_PermuteAll_12rounds T
KeccakP-1600-times4-on1.o KeccakP1600times4_PermuteAll_24rounds T
KeccakP-1600-times4-on1.o KeccakP1600times4_PermuteAll_4rounds T
KeccakP-1600-times4-on1.o KeccakP1600times4_PermuteAll_6rounds T
KeccakP-1600-times4-on1.o KeccakP1600times4_StaticInitialize T
KeccakSponge.o KeccakWidth1600_12rounds_Sponge T
KeccakSponge.o KeccakWidth1600_12rounds_SpongeAbsorb T
KeccakSponge.o KeccakWidth1600_12rounds_SpongeAbsorbLastFewBits T
KeccakSponge.o KeccakWidth1600_12rounds_SpongeInitialize T
KeccakSponge.o KeccakWidth1600_12rounds_SpongeSqueeze T
KeccakSponge.o KeccakWidth1600_Sponge T
KeccakSponge.o KeccakWidth1600_SpongeAbsorb T
KeccakSponge.o KeccakWidth1600_SpongeAbsorbLastFewBits T
KeccakSponge.o KeccakWidth1600_SpongeInitialize T
KeccakSponge.o KeccakWidth1600_SpongeSqueeze T
KeccakSpongetimes4.o KeccakWidth1600times4_SpongeAbsorb T
KeccakSpongetimes4.o KeccakWidth1600times4_SpongeAbsorbLastFewBits T
KeccakSpongetimes4.o KeccakWidth1600times4_SpongeInitialize T
KeccakSpongetimes4.o KeccakWidth1600times4_SpongeSqueeze T
blc_default.o BLC_Commit_default T
blc_default.o BLC_Eval_default T
blc_default.o BLC_Open_default T
blc_memopt.o BLC_Commit_memopt T
blc_memopt.o BLC_Eval_memopt T
blc_memopt.o BLC_Open_memopt T
expand_mq.o ExpandEquations T
expand_mq.o ExpandEquations_memopt_init T
expand_mq.o ExpandEquations_memopt_update T
ggm_tree.o GGMTree_Expand T
ggm_tree.o GGMTree_ExpandPath T
ggm_tree.o GGMTree_GetNextLeaf T
ggm_tree.o GGMTree_GetNextLeafPartial T
ggm_tree.o GGMTree_GetNextLeafPartial_x4 T
ggm_tree.o GGMTree_GetNextLeaf_x4 T
ggm_tree.o GGMTree_InitIncrementalExpansion T
ggm_tree.o GGMTree_InitIncrementalExpansion_x4 T
ggm_tree.o GGMTree_InitIncrementalPartialExpansion T
ggm_tree.o GGMTree_InitIncrementalPartialExpansion_x4 T
ggm_tree.o GGMTree_Open T
ggm_tree.o GGMTree_PartiallyExpand T
keygen.o KeyGen T
piop_default.o ComputePAlpha_default T
piop_default.o RecomputePAlpha_default T
piop_memopt.o ComputePAlpha_memopt T
piop_memopt.o ComputePzEval_xTau T
piop_memopt.o ComputePz_xTau T
piop_memopt.o ExpandBatchingChallenge T
piop_memopt.o RecomputePAlpha_memopt T
prg.o PRG T
prg.o PRG_memopt T
prg.o PRG_x4 T
prg.o PRG_x8 T
rijndael_ct64.o aes128_ct64_enc T
rijndael_ct64.o aes128_ct64_enc_x2 T
rijndael_ct64.o aes128_ct64_enc_x4 T
rijndael_ct64.o aes128_ct64_enc_x8 T
rijndael_ct64.o aes128_ct64_setkey_enc T
rijndael_ct64.o aes256_ct64_enc T
rijndael_ct64.o aes256_ct64_enc_x2 T
rijndael_ct64.o aes256_ct64_enc_x4 T
rijndael_ct64.o aes256_ct64_enc_x8 T
rijndael_ct64.o aes256_ct64_setkey_enc T
rijndael_ct64.o rijndael256_ct64_enc T
rijndael_ct64.o rijndael256_ct64_enc_x2 T
rijndael_ct64.o rijndael256_ct64_enc_x4 T
rijndael_ct64.o rijndael256_ct64_enc_x8 T
rijndael_ct64.o rijndael256_ct64_setkey_enc T
sign.o SampleChallenge T
sign.o Sign T
sign.o Verify T
sign.o crypto_sign_signature T
sign.o crypto_sign_verify T
xof.o xof_init T
xof.o xof_init_x4 T
xof.o xof_squeeze T
xof.o xof_squeeze_x4 T
xof.o xof_update T
xof.o xof_update_x4 T
Number of similar (implementation,compiler) pairs: 8, namely:
| Implementation | Compiler |
| ref_default | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_default | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_default | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_default | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_memopt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_memopt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_memopt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_memopt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 124
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:391)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:391)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:391)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:391)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:258)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:262)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_default_constbranchindex_open (sign.c:391)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| plain32_default | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 124
Number of similar (implementation,compiler) pairs: 11, namely:
| Implementation | Compiler |
| plain32_default | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_default | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_default | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_memopt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_memopt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| plain32_memopt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_default | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_default | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_memopt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_memopt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
| ref_memopt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 124
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:391)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:258)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_plain32_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:262)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| plain32_memopt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 124
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:391)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:391)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:391)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:391)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:258)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:262)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_default (blc_default.c:451)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_default_constbranchindex_open (sign.c:391)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| ref_default | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
TIMECOP error (can be valgrind bug)
error 124
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:391)
by 0x...: test (try.c:205)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:391)
by 0x...: test (try.c:223)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:391)
by 0x...: test (try.c:236)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:391)
by 0x...: test (try.c:245)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:254)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:258)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Conditional jump or move depends on uninitialised value(s)
at 0x...: BLC_Eval_memopt (blc_memopt.c:703)
by 0x...: Verify (sign.c:321)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat5gf2shortr5_ref_memopt_constbranchindex_open (sign.c:390)
by 0x...: test (try.c:262)
by 0x...: main (try-anything.c:345)
Uninitialised value was created by a stack allocation
at 0x...: rijndael256_ct64_enc (rijndael_ct64.c:396)
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| ref_memopt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |
Passed TIMECOP
TIMECOP iterations: 10
Number of similar (implementation,compiler) pairs: 1, namely:
| Implementation | Compiler |
| ref_default | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0) |