Output save_alt Download

Operation
crypto_hash
Primitive
simd512
Implementation
ref
Compiler options
clang -mcpu=native -mfpu=neon -O3 -fomit-frame-pointer -fwrapv -Qunused-arguments
Host
venus
1 error 0
2 6843cb4bb2bfefa042b845a50f45e49cd80ff209fb2184efca57ad78fd6fc6cd 31559169 263439906 4300000000 crypto_hash/simd512/ref
3 ==25997== Memcheck, a memory error detector
4 ==25997== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
5 ==25997== Using Valgrind-3.15.0.GIT and LibVEX; rerun with -h for copyright info
6 ==25997== Command: ./try
7 ==25997==
8 ==25997== Conditional jump or move depends on uninitialised value(s)
9 ==25997== at 0x40533D: message_expansion (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
10 ==25997== by 0x40570C: SIMD_Compress (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
11 ==25997== by 0x402557: Update (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
12 ==25997== by 0x4027E1: Hash (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
13 ==25997== by 0x401F34: crypto_hash_simd512_ref (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
14 ==25997== by 0x400DF8: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
15 ==25997== by 0x401BA2: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
16 ==25997== Uninitialised value was created by a client request
17 ==25997== at 0x400DD7: timecop_doit (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
18 ==25997== by 0x401BA2: main (in /home/moritz/Uni/2015-2016/research-internship/letstrythisagain/supercop-20181113/bench/venus/work/compile/try)
19 ==25997==
20 ==25997==
21 ==25997== HEAP SUMMARY:
22 ==25997== in use at exit: 18,848 bytes in 14 blocks
23 ==25997== total heap usage: 20 allocs, 6 frees, 32,792 bytes allocated
24 ==25997==
25 ==25997== LEAK SUMMARY:
26 ==25997== definitely lost: 1,440 bytes in 10 blocks
27 ==25997== indirectly lost: 0 bytes in 0 blocks
28 ==25997== possibly lost: 17,408 bytes in 4 blocks
29 ==25997== still reachable: 0 bytes in 0 blocks
30 ==25997== suppressed: 0 bytes in 0 blocks
31 ==25997== Rerun with --leak-check=full to see details of leaked memory
32 ==25997==
33 ==25997== For lists of detected and suppressed errors, rerun with: -s
34 ==25997== ERROR SUMMARY: 6144 errors from 1 contexts (suppressed: 0 from 0)