Output save_alt Download

Operation
crypto_box
Primitive
curve25519salsa20hmacsha512
Implementation
ref
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 115e78196536c1329cc0cb1000310584d7c02be4489d015f6d82a492f5430443 44528174 1516478243 4300000000 crypto_box/curve25519salsa20hmacsha512/ref
3 ==6691== Memcheck, a memory error detector
4 ==6691== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==6691== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==6691== Command: ./try
7 ==6691==
8 ==6691== Conditional jump or move depends on uninitialised value(s)
9 ==6691== at 0x4035A3: crypto_secretbox_salsa20hmacsha512_ref_open (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
10 ==6691== by 0x40338E: crypto_box_curve25519salsa20hmacsha512_ref_open (box.c:26)
11 ==6691== by 0x401054: timecop_doit (try.c:130)
12 ==6691== by 0x402F80: main (try-anything.c:306)
13 ==6691== Uninitialised value was created by a client request
14 ==6691== at 0x400F91: timecop_doit (try.c:127)
15 ==6691== by 0x402F80: main (try-anything.c:306)
16 ==6691==
17 ==6691==
18 ==6691== HEAP SUMMARY:
19 ==6691== in use at exit: 95,744 bytes in 22 blocks
20 ==6691== total heap usage: 28 allocs, 6 frees, 109,688 bytes allocated
21 ==6691==
22 ==6691== LEAK SUMMARY:
23 ==6691== definitely lost: 0 bytes in 0 blocks
24 ==6691== indirectly lost: 0 bytes in 0 blocks
25 ==6691== possibly lost: 95,744 bytes in 22 blocks
26 ==6691== still reachable: 0 bytes in 0 blocks
27 ==6691== suppressed: 0 bytes in 0 blocks
28 ==6691== Rerun with --leak-check=full to see details of leaked memory
29 ==6691==
30 ==6691== For lists of detected and suppressed errors, rerun with: -s
31 ==6691== ERROR SUMMARY: 2 errors from 1 contexts (suppressed: 0 from 0)