Output save_alt Download

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