Output save_alt Download

Operation
crypto_sign
Primitive
mqqsig256
Implementation
ref
Compiler options
gcc -march=native -mtune=native -Os -fomit-frame-pointer -fwrapv
Host
venus
1 error 0
2 19588770b32accb8a9dad2b7b0340a892cbcba7e54177f4c94a5d63320a50f4c 10658384 87664560191 4300000000 crypto_sign/mqqsig256/ref
3 ==25130== Memcheck, a memory error detector
4 ==25130== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==25130== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==25130== Command: ./try
7 ==25130==
8 ==25130== Use of uninitialised value of size 8
9 ==25130== at 0x10B99A: sign (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
10 ==25130== by 0x10BA0A: crypto_sign_mqqsig256_ref (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==25130== by 0x109183: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==25130== by 0x108DA8: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
13 ==25130== Uninitialised value was created by a client request
14 ==25130== at 0x109152: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
15 ==25130== by 0x108DA8: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
16 ==25130==
17 ==25130== Use of uninitialised value of size 8
18 ==25130== at 0x10B99A: sign (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
19 ==25130== by 0x10BA0A: crypto_sign_mqqsig256_ref (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
20 ==25130== by 0x109183: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
21 ==25130== by 0x108DB9: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
22 ==25130== Uninitialised value was created by a client request
23 ==25130== at 0x109152: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
24 ==25130== by 0x108DB9: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
25 ==25130==
26 ==25130==
27 ==25130== HEAP SUMMARY:
28 ==25130== in use at exit: 7,898,080 bytes in 10 blocks
29 ==25130== total heap usage: 22 allocs, 12 frees, 43,177,656 bytes allocated
30 ==25130==
31 ==25130== LEAK SUMMARY:
32 ==25130== definitely lost: 0 bytes in 0 blocks
33 ==25130== indirectly lost: 0 bytes in 0 blocks
34 ==25130== possibly lost: 7,898,080 bytes in 10 blocks
35 ==25130== still reachable: 0 bytes in 0 blocks
36 ==25130== suppressed: 0 bytes in 0 blocks
37 ==25130== Rerun with --leak-check=full to see details of leaked memory
38 ==25130==
39 ==25130== For lists of detected and suppressed errors, rerun with: -s
40 ==25130== ERROR SUMMARY: 62 errors from 2 contexts (suppressed: 0 from 0)