Output save_alt Download

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