Output save_alt Download

Operation
crypto_hash
Primitive
groestl256
Implementation
32bit-bytesliced-c-fast
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 0bb7e931e5a7a85cb28006ae6f5fc9c5f26a997b680178f7cab2722b69d4c21e 18238312 139317306 4300000000 crypto_hash/groestl256/32bit-bytesliced-c-fast
3 ==11160== Memcheck, a memory error detector
4 ==11160== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==11160== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==11160== Command: ./try
7 ==11160==
8 ==11160== Use of uninitialised value of size 8
9 ==11160== at 0x401B84: subBytes (hash.c:119)
10 ==11160== by 0x401BC1: RND512P (hash.c:129)
11 ==11160== by 0x401D9A: P (hash.c:221)
12 ==11160== by 0x401EDA: crypto_hash_groestl256_32bit_bytesliced_c_fast (hash.c:279)
13 ==11160== by 0x400CC5: timecop_doit (try.c:69)
14 ==11160== by 0x401550: main (try-anything.c:306)
15 ==11160== Uninitialised value was created by a client request
16 ==11160== at 0x400CB7: timecop_doit (try.c:68)
17 ==11160== by 0x401550: main (try-anything.c:306)
18 ==11160==
19 ==11160== Use of uninitialised value of size 8
20 ==11160== at 0x401B84: subBytes (hash.c:119)
21 ==11160== by 0x401C41: RND512Q (hash.c:151)
22 ==11160== by 0x401DF9: Q (hash.c:242)
23 ==11160== by 0x401F0A: crypto_hash_groestl256_32bit_bytesliced_c_fast (hash.c:284)
24 ==11160== by 0x400CC5: timecop_doit (try.c:69)
25 ==11160== by 0x401550: main (try-anything.c:306)
26 ==11160== Uninitialised value was created by a client request
27 ==11160== at 0x400CB7: timecop_doit (try.c:68)
28 ==11160== by 0x401550: main (try-anything.c:306)
29 ==11160==
30 ==11160==
31 ==11160== HEAP SUMMARY:
32 ==11160== in use at exit: 17,408 bytes in 4 blocks
33 ==11160== total heap usage: 10 allocs, 6 frees, 31,352 bytes allocated
34 ==11160==
35 ==11160== LEAK SUMMARY:
36 ==11160== definitely lost: 0 bytes in 0 blocks
37 ==11160== indirectly lost: 0 bytes in 0 blocks
38 ==11160== possibly lost: 17,408 bytes in 4 blocks
39 ==11160== still reachable: 0 bytes in 0 blocks
40 ==11160== suppressed: 0 bytes in 0 blocks
41 ==11160== Rerun with --leak-check=full to see details of leaked memory
42 ==11160==
43 ==11160== For lists of detected and suppressed errors, rerun with: -s
44 ==11160== ERROR SUMMARY: 6144 errors from 2 contexts (suppressed: 0 from 0)