Output save_alt Download

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