Output save_alt Download

Operation
crypto_aead
Primitive
tiaoxinv2
Implementation
nim
Compiler options
gcc -march=native -mtune=native -O -fomit-frame-pointer -fwrapv
Host
venus
1 error 0
2 2e549e0c0af183a81e4f8830465ddbd18ca2beed6432eeff9a2b5d0bdb8b8c19 4952324 266479262 4300000000 crypto_aead/tiaoxinv2/nim
3 ==25537== Memcheck, a memory error detector
4 ==25537== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==25537== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==25537== Command: ./try
7 ==25537==
8 ==25537== Conditional jump or move depends on uninitialised value(s)
9 ==25537== at 0x4C32742: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
10 ==25537== by 0x10D255: tiaoxin_optimized_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==25537== by 0x10AE48: crypto_aead_tiaoxinv2_nim_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==25537== by 0x1090D7: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
13 ==25537== by 0x10AD23: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
14 ==25537==
15 ==25537== Conditional jump or move depends on uninitialised value(s)
16 ==25537== at 0x4C32756: __memcmp_sse4_1 (vg_replace_strmem.c:1112)
17 ==25537== by 0x10D255: tiaoxin_optimized_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
18 ==25537== by 0x10AE48: crypto_aead_tiaoxinv2_nim_decrypt (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
19 ==25537== by 0x1090D7: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
20 ==25537== by 0x10AD23: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
21 ==25537==
22 ==25537==
23 ==25537== HEAP SUMMARY:
24 ==25537== in use at exit: 69,888 bytes in 16 blocks
25 ==25537== total heap usage: 22 allocs, 6 frees, 83,832 bytes allocated
26 ==25537==
27 ==25537== LEAK SUMMARY:
28 ==25537== definitely lost: 0 bytes in 0 blocks
29 ==25537== indirectly lost: 0 bytes in 0 blocks
30 ==25537== possibly lost: 69,888 bytes in 16 blocks
31 ==25537== still reachable: 0 bytes in 0 blocks
32 ==25537== suppressed: 0 bytes in 0 blocks
33 ==25537== Rerun with --leak-check=full to see details of leaked memory
34 ==25537==
35 ==25537== For lists of detected and suppressed errors, rerun with: -s
36 ==25537== ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 0 from 0)