Test results for aarch64, pi3aplus, crypto_sign/mqom2cat3gf256shortr3
[Page version: 20251212 19:25:13]
Measurements for aarch64, pi3aplus, crypto_sign
Test results for aarch64, pi3aplus, crypto_sign
Test results for crypto_sign/mqom2cat3gf256shortr3
Computer: pi3aplus
Microarchitecture: aarch64; Cortex-A53 (410fd034)
Architecture: aarch64
CPU ID: 410fd034
SUPERCOP version: 20251114
Operation: crypto_sign
Primitive: mqom2cat3gf256shortr3
| Time | Object size | Test size | Implementation | Compiler | Benchmark date | SUPERCOP version |
| 1630300986 | 290074 96 0 | 250198 896 1584 | ref_default | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251127 | 20251114 |
| 1842403490 | 257118 96 0 | 217238 896 1584 | plain32_default | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251126 | 20251114 |
| 2570353108 | 146490 96 0 | 153742 896 1584 | ref_default | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251127 | 20251114 |
| 2788894956 | 111126 96 0 | 122470 896 1584 | plain32_default | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251126 | 20251114 |
| 2948341286 | 148754 96 0 | 155550 896 1568 | ref_default | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251127 | 20251114 |
| 3155243644 | 111594 96 0 | 118398 896 1568 | plain32_default | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251126 | 20251114 |
| 3405014113 | 110820 96 0 | 120246 880 1568 | ref_default | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251127 | 20251114 |
| 3553204660 | 69416 96 0 | 78854 880 1568 | plain32_default | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251126 | 20251114 |
| 3697952012 | 291206 96 0 | 247894 864 1584 | ref_memopt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251127 | 20251114 |
| 3877878308 | 258250 96 0 | 214934 864 1584 | plain32_memopt | gcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251126 | 20251114 |
| 6661954982 | 145766 96 0 | 151446 864 1584 | ref_memopt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251127 | 20251114 |
| 6840680348 | 110402 96 0 | 116078 864 1584 | plain32_memopt | gcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251126 | 20251114 |
| 7056115128 | 148150 96 0 | 152550 864 1568 | ref_memopt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251127 | 20251114 |
| 7205396618 | 110990 96 0 | 115382 864 1568 | plain32_memopt | gcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251126 | 20251114 |
| 7516031376 | 110252 96 0 | 118158 848 1568 | ref_memopt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251127 | 20251114 |
| 7635055114 | 68848 96 0 | 76766 848 1568 | plain32_memopt | gcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall | 20251126 | 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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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)
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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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)
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
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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf256shortr3_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...: crypto_sign_mqom2cat3gf256shortr3_plain32_memopt_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)
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_mqom2cat3gf256shortr3_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)
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
Number of similar (implementation,compiler) pairs: 6, namely:
| Implementation | Compiler |
| 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_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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)
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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_ref_default_constbranchindex_open (sign.c:390)
by 0x...: main (try-anything.c:357)
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_mqom2cat3gf256shortr3_ref_default_constbranchindex_open (sign.c:390)
by 0x...: main (try-anything.c:357)
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_mqom2cat3gf256shortr3_ref_default_constbranchindex_open (sign.c:390)
by 0x...: main (try-anything.c:357)
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_mqom2cat3gf256shortr3_ref_default_constbranchindex_open (sign.c:390)
by 0x...: main (try-anything.c:357)
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_mqom2cat3gf256shortr3_ref_default_constbranchindex_open (sign.c:390)
by 0x...: main (try-anything.c:357)
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_mqom2cat3gf256shortr3_ref_default_constbranchindex_open (sign.c:390)
by 0x...: main (try-anything.c:357)
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_mqom2cat3gf256shortr3_ref_default_constbranchindex_open (sign.c:390)
by 0x...: main (try-anything.c:357)
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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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_mqom2cat3gf256shortr3_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...: bcmp (vg_replace_strmem.c:1203)
by 0x...: Verify (sign.c:342)
by 0x...: crypto_sign_verify (sign.c:368)
by 0x...: crypto_sign_mqom2cat3gf256shortr3_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...: crypto_sign_mqom2cat3gf256shortr3_ref_memopt_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)
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_mqom2cat3gf256shortr3_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)
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: 6, 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) |
| 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) |