Output save_alt Download

Operation
crypto_box
Primitive
curve25519salsa20hmacsha512
Implementation
ref
Compiler options
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
Host
venus
1 error 0
2 115e78196536c1329cc0cb1000310584d7c02be4489d015f6d82a492f5430443 40220210 1184528139 4300000000 crypto_box/curve25519salsa20hmacsha512/ref
3 ==7146== Memcheck, a memory error detector
4 ==7146== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==7146== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==7146== Command: ./try
7 ==7146==
8 ==7146== Conditional jump or move depends on uninitialised value(s)
9 ==7146== at 0x10BD23: crypto_secretbox_salsa20hmacsha512_ref_open (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
10 ==7146== by 0x10BB39: crypto_box_curve25519salsa20hmacsha512_ref_open (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==7146== by 0x1093D2: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==7146== by 0x108D58: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
13 ==7146== Uninitialised value was created by a client request
14 ==7146== at 0x1092FA: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
15 ==7146== by 0x108D58: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
16 ==7146==
17 ==7146== Conditional jump or move depends on uninitialised value(s)
18 ==7146== at 0x10BD23: crypto_secretbox_salsa20hmacsha512_ref_open (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
19 ==7146== by 0x10BB39: crypto_box_curve25519salsa20hmacsha512_ref_open (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
20 ==7146== by 0x1093D2: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
21 ==7146== by 0x108D69: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
22 ==7146== Uninitialised value was created by a client request
23 ==7146== at 0x1092FA: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
24 ==7146== by 0x108D69: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
25 ==7146==
26 ==7146==
27 ==7146== HEAP SUMMARY:
28 ==7146== in use at exit: 95,744 bytes in 22 blocks
29 ==7146== total heap usage: 28 allocs, 6 frees, 109,688 bytes allocated
30 ==7146==
31 ==7146== LEAK SUMMARY:
32 ==7146== definitely lost: 0 bytes in 0 blocks
33 ==7146== indirectly lost: 0 bytes in 0 blocks
34 ==7146== possibly lost: 95,744 bytes in 22 blocks
35 ==7146== still reachable: 0 bytes in 0 blocks
36 ==7146== suppressed: 0 bytes in 0 blocks
37 ==7146== Rerun with --leak-check=full to see details of leaked memory
38 ==7146==
39 ==7146== For lists of detected and suppressed errors, rerun with: -s
40 ==7146== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)