Output save_alt Download

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