Output save_alt Download

Operation
crypto_sign
Primitive
rainbow3b
Implementation
portable
Compiler options
clang -march=native -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
Host
venus
1 error 0
2 0b3bb49a98d2f3873a258305f610a921b359fcfc5c8198cbd7ff08b56d8426b0 349232296 498809187348 4300000000 crypto_sign/rainbow3b/portable
3 ==25283== Memcheck, a memory error detector
4 ==25283== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==25283== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==25283== Command: ./try
7 ==25283==
8 ==25283== Conditional jump or move depends on uninitialised value(s)
9 ==25283== at 0x40C9E1: rainbow_sign (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
10 ==25283== by 0x402AB8: crypto_sign_rainbow3b_portable (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==25283== by 0x401186: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==25283== by 0x4025D4: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
13 ==25283==
14 ==25283== Conditional jump or move depends on uninitialised value(s)
15 ==25283== at 0x40DB33: rainbow_sign (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
16 ==25283== by 0x402AB8: crypto_sign_rainbow3b_portable (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
17 ==25283== by 0x401186: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
18 ==25283== by 0x4025D4: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
19 ==25283==
20 ==25283== Conditional jump or move depends on uninitialised value(s)
21 ==25283== at 0x40C9E1: rainbow_sign (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
22 ==25283== by 0x402AB8: crypto_sign_rainbow3b_portable (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
23 ==25283== by 0x401186: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
24 ==25283== by 0x4025E5: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
25 ==25283==
26 ==25283== Conditional jump or move depends on uninitialised value(s)
27 ==25283== at 0x40DB33: rainbow_sign (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
28 ==25283== by 0x402AB8: crypto_sign_rainbow3b_portable (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
29 ==25283== by 0x401186: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
30 ==25283== by 0x4025E5: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
31 ==25283==
32 ==25283==
33 ==25283== HEAP SUMMARY:
34 ==25283== in use at exit: 5,647,910 bytes in 10 blocks
35 ==25283== total heap usage: 36 allocs, 26 frees, 18,156,158 bytes allocated
36 ==25283==
37 ==25283== LEAK SUMMARY:
38 ==25283== definitely lost: 0 bytes in 0 blocks
39 ==25283== indirectly lost: 0 bytes in 0 blocks
40 ==25283== possibly lost: 5,647,910 bytes in 10 blocks
41 ==25283== still reachable: 0 bytes in 0 blocks
42 ==25283== suppressed: 0 bytes in 0 blocks
43 ==25283== Rerun with --leak-check=full to see details of leaked memory
44 ==25283==
45 ==25283== For lists of detected and suppressed errors, rerun with: -s
46 ==25283== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)