Output save_alt Download

Operation
crypto_hash
Primitive
simd256
Implementation
ref
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 d4ea861ec5a94344354abd5e8c935ca56171dac2c82b585f67ee3446bc4e7834 22476711 157125512 4300000000 crypto_hash/simd256/ref
3 ==23664== Memcheck, a memory error detector
4 ==23664== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==23664== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==23664== Command: ./try
7 ==23664==
8 ==23664== Conditional jump or move depends on uninitialised value(s)
9 ==23664== at 0x40236D: message_expansion (reference.c:187)
10 ==23664== by 0x4025BB: SIMD_Compress (reference.c:306)
11 ==23664== by 0x401BBD: Update (nist.c:142)
12 ==23664== by 0x401E11: Hash (nist.c:258)
13 ==23664== by 0x401954: crypto_hash_simd256_ref (hash.c:7)
14 ==23664== by 0x400DA5: timecop_doit (try.c:69)
15 ==23664== by 0x401630: main (try-anything.c:306)
16 ==23664== Uninitialised value was created by a client request
17 ==23664== at 0x400D97: timecop_doit (try.c:68)
18 ==23664== by 0x401630: main (try-anything.c:306)
19 ==23664==
20 ==23664==
21 ==23664== HEAP SUMMARY:
22 ==23664== in use at exit: 18,208 bytes in 14 blocks
23 ==23664== total heap usage: 20 allocs, 6 frees, 32,152 bytes allocated
24 ==23664==
25 ==23664== LEAK SUMMARY:
26 ==23664== definitely lost: 800 bytes in 10 blocks
27 ==23664== indirectly lost: 0 bytes in 0 blocks
28 ==23664== possibly lost: 17,408 bytes in 4 blocks
29 ==23664== still reachable: 0 bytes in 0 blocks
30 ==23664== suppressed: 0 bytes in 0 blocks
31 ==23664== Rerun with --leak-check=full to see details of leaked memory
32 ==23664==
33 ==23664== For lists of detected and suppressed errors, rerun with: -s
34 ==23664== ERROR SUMMARY: 6144 errors from 1 contexts (suppressed: 0 from 0)