Output save_alt Download

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