Output save_alt Download

Operation
crypto_sign
Primitive
sphincsf128haraka
Implementation
ref
Compiler options
clang -O1 -g
Host
venus
1 error 0
2 035b1ee544cea3da97dd3b106bd53b4bb00fb362f823d03054330596eb0f693c 52886224026 67933271053 4300000000 crypto_sign/sphincsf128haraka/ref
3 ==24011== Memcheck, a memory error detector
4 ==24011== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==24011== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==24011== Command: ./try
7 ==24011==
8 ==24011== Use of uninitialised value of size 8
9 ==24011== at 0x4033B4: aesenc (haraka.c:87)
10 ==24011== by 0x4037DB: haraka512_perm (haraka.c:222)
11 ==24011== by 0x40373A: haraka_S_squeezeblocks (haraka.c:177)
12 ==24011== by 0x4035FA: haraka_S (haraka.c:197)
13 ==24011== by 0x403556: tweak_constants (haraka.c:134)
14 ==24011== by 0x40216D: crypto_sign_sphincsf128haraka_ref (sign.c:94)
15 ==24011== by 0x400DF6: timecop_doit (try.c:96)
16 ==24011== by 0x401CA0: main (try-anything.c:306)
17 ==24011== Uninitialised value was created by a client request
18 ==24011== at 0x400DC7: timecop_doit (try.c:95)
19 ==24011== by 0x401CA0: main (try-anything.c:306)
20 ==24011==
21 ==24011== Use of uninitialised value of size 8
22 ==24011== at 0x4033B4: aesenc (haraka.c:87)
23 ==24011== by 0x4037DB: haraka512_perm (haraka.c:222)
24 ==24011== by 0x40369A: haraka_S_absorb (haraka.c:155)
25 ==24011== by 0x4035E8: haraka_S (haraka.c:195)
26 ==24011== by 0x4021EF: crypto_sign_sphincsf128haraka_ref (sign.c:112)
27 ==24011== by 0x400DF6: timecop_doit (try.c:96)
28 ==24011== by 0x401CA0: main (try-anything.c:306)
29 ==24011== Uninitialised value was created by a client request
30 ==24011== at 0x400DC7: timecop_doit (try.c:95)
31 ==24011== by 0x401CA0: main (try-anything.c:306)
32 ==24011==
33 ==24011== Use of uninitialised value of size 8
34 ==24011== at 0x4033B4: aesenc (haraka.c:87)
35 ==24011== by 0x4037E7: haraka512_perm (haraka.c:223)
36 ==24011== by 0x40369A: haraka_S_absorb (haraka.c:155)
37 ==24011== by 0x4035E8: haraka_S (haraka.c:195)
38 ==24011== by 0x40320A: hash_message (hash_haraka.c:85)
39 ==24011== by 0x402216: crypto_sign_sphincsf128haraka_ref (sign.c:115)
40 ==24011== by 0x400DF6: timecop_doit (try.c:96)
41 ==24011== by 0x401CA0: main (try-anything.c:306)
42 ==24011== Uninitialised value was created by a client request
43 ==24011== at 0x400DC7: timecop_doit (try.c:95)
44 ==24011== by 0x401CA0: main (try-anything.c:306)
45 ==24011==
46 ==24011==
47 ==24011== HEAP SUMMARY:
48 ==24011== in use at exit: 213,280 bytes in 10 blocks
49 ==24011== total heap usage: 16 allocs, 6 frees, 227,224 bytes allocated
50 ==24011==
51 ==24011== LEAK SUMMARY:
52 ==24011== definitely lost: 0 bytes in 0 blocks
53 ==24011== indirectly lost: 0 bytes in 0 blocks
54 ==24011== possibly lost: 213,280 bytes in 10 blocks
55 ==24011== still reachable: 0 bytes in 0 blocks
56 ==24011== suppressed: 0 bytes in 0 blocks
57 ==24011== Rerun with --leak-check=full to see details of leaked memory
58 ==24011==
59 ==24011== For lists of detected and suppressed errors, rerun with: -s
60 ==24011== ERROR SUMMARY: 160 errors from 3 contexts (suppressed: 0 from 0)