Output save_alt Download

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