Output save_alt Download

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