Output save_alt Download

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