Output save_alt Download

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