Output save_alt Download

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