Output save_alt Download

Operation
crypto_aead
Primitive
norx6461v1
Implementation
ref
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 bb53133fe871df40b59448a6184ba9a29bb671c616e9426304a991020537567c 4956474 245238000 4300000000 crypto_aead/norx6461v1/ref
3 ==13043== Memcheck, a memory error detector
4 ==13043== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==13043== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==13043== Command: ./try
7 ==13043==
8 ==13043== Conditional jump or move depends on uninitialised value(s)
9 ==13043== at 0x40345C: norx_aead_decrypt (norx.c:694)
10 ==13043== by 0x402BD3: crypto_aead_norx6461v1_ref_decrypt (caesar.c:66)
11 ==13043== by 0x400F87: timecop_doit (try.c:107)
12 ==13043== by 0x402800: main (try-anything.c:306)
13 ==13043== Uninitialised value was created by a client request
14 ==13043== at 0x400E27: timecop_doit (try.c:102)
15 ==13043== by 0x402800: main (try-anything.c:306)
16 ==13043==
17 ==13043==
18 ==13043== HEAP SUMMARY:
19 ==13043== in use at exit: 70,144 bytes in 16 blocks
20 ==13043== total heap usage: 22 allocs, 6 frees, 84,088 bytes allocated
21 ==13043==
22 ==13043== LEAK SUMMARY:
23 ==13043== definitely lost: 0 bytes in 0 blocks
24 ==13043== indirectly lost: 0 bytes in 0 blocks
25 ==13043== possibly lost: 70,144 bytes in 16 blocks
26 ==13043== still reachable: 0 bytes in 0 blocks
27 ==13043== suppressed: 0 bytes in 0 blocks
28 ==13043== Rerun with --leak-check=full to see details of leaked memory
29 ==13043==
30 ==13043== For lists of detected and suppressed errors, rerun with: -s
31 ==13043== ERROR SUMMARY: 2 errors from 1 contexts (suppressed: 0 from 0)