Output save_alt Download

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