Output save_alt Download

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