Output save_alt Download

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