Output save_alt Download

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