Output save_alt Download

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