Output save_alt Download

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