Output save_alt Download

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