Output save_alt Download

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