Output save_alt Download

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