Output save_alt Download

Operation
crypto_aead
Primitive
hs1sivlov2
Implementation
ref
Compiler options
gcc -march=native -mtune=native -O2 -fomit-frame-pointer -fwrapv
Host
venus
1 error 0
2 17795464a5dcaff18fd73a70b3688107ee8ed3058993d073fe6ba9fc8c7281bd 3536081 176038270 4300000000 crypto_aead/hs1sivlov2/ref
3 ==4372== Memcheck, a memory error detector
4 ==4372== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==4372== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==4372== Command: ./try
7 ==4372==
8 ==4372== Conditional jump or move depends on uninitialised value(s)
9 ==4372== at 0x4C32742: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
10 ==4372== by 0x10BFC4: hs1siv_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==4372== by 0x10C107: crypto_aead_hs1sivlov2_ref_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==4372== by 0x1092CE: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
13 ==4372== by 0x108D28: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
14 ==4372== Uninitialised value was created by a client request
15 ==4372== at 0x10916D: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
16 ==4372== by 0x108D28: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
17 ==4372==
18 ==4372==
19 ==4372== HEAP SUMMARY:
20 ==4372== in use at exit: 69,760 bytes in 16 blocks
21 ==4372== total heap usage: 85 allocs, 69 frees, 235,603 bytes allocated
22 ==4372==
23 ==4372== LEAK SUMMARY:
24 ==4372== definitely lost: 0 bytes in 0 blocks
25 ==4372== indirectly lost: 0 bytes in 0 blocks
26 ==4372== possibly lost: 69,760 bytes in 16 blocks
27 ==4372== still reachable: 0 bytes in 0 blocks
28 ==4372== suppressed: 0 bytes in 0 blocks
29 ==4372== Rerun with --leak-check=full to see details of leaked memory
30 ==4372==
31 ==4372== For lists of detected and suppressed errors, rerun with: -s
32 ==4372== ERROR SUMMARY: 2 errors from 1 contexts (suppressed: 0 from 0)