Output save_alt Download

Operation
crypto_sign
Primitive
pass863
Implementation
ref-karatsuba
Compiler options
clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
Host
venus
1 error 0
2 17bce883873ae035ba61ca239ed62d18c7b8e19595fddae44f9932e00abb24cb 81208793 664936869 4300000000 crypto_sign/pass863/ref-karatsuba
3 ==29198== Memcheck, a memory error detector
4 ==29198== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==29198== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==29198== Command: ./try
7 ==29198==
8 ==29198== Conditional jump or move depends on uninitialised value(s)
9 ==29198== at 0x4029A4: crypto_sign_pass863_ref_karatsuba (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
10 ==29198== by 0x400E66: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==29198== by 0x402222: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==29198== Uninitialised value was created by a client request
13 ==29198== at 0x400E37: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
14 ==29198== by 0x402222: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
15 ==29198==
16 ==29198== Conditional jump or move depends on uninitialised value(s)
17 ==29198== at 0x4029A4: crypto_sign_pass863_ref_karatsuba (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
18 ==29198== by 0x400E66: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
19 ==29198== by 0x402233: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
20 ==29198== Uninitialised value was created by a client request
21 ==29198== at 0x400E37: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
22 ==29198== by 0x402233: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
23 ==29198==
24 ==29198==
25 ==29198== HEAP SUMMARY:
26 ==29198== in use at exit: 61,420 bytes in 10 blocks
27 ==29198== total heap usage: 16 allocs, 6 frees, 75,364 bytes allocated
28 ==29198==
29 ==29198== LEAK SUMMARY:
30 ==29198== definitely lost: 0 bytes in 0 blocks
31 ==29198== indirectly lost: 0 bytes in 0 blocks
32 ==29198== possibly lost: 61,420 bytes in 10 blocks
33 ==29198== still reachable: 0 bytes in 0 blocks
34 ==29198== suppressed: 0 bytes in 0 blocks
35 ==29198== Rerun with --leak-check=full to see details of leaked memory
36 ==29198==
37 ==29198== For lists of detected and suppressed errors, rerun with: -s
38 ==29198== ERROR SUMMARY: 1726 errors from 2 contexts (suppressed: 0 from 0)