Output save_alt Download

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