Test results for armeabi, tinker, crypto_hash/lsh512

[Page version: 20241024 12:18:11]

Measurements for armeabi, tinker, crypto_hash Test results for armeabi, tinker, crypto_hash Test results for crypto_hash/lsh512
Computer: tinker
Microarchitecture: armeabi; Cortex-A17 (410fc0d1)
Architecture: armeabi
CPU ID: unknown CPU ID
SUPERCOP version: 20240909
Operation: crypto_hash
Primitive: lsh512
TimeObject sizeTest sizeImplementationCompilerBenchmark dateSUPERCOP version
4535557196 0 039142 412 752refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall2024092620240909
5993955292 0 036237 384 752refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092620240909
6002455132 0 035421 384 752refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092620240909
623291864 164 01002592 72609 11968cryptoppg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092620240909
623911743 164 01001824 72613 11968cryptoppg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092620240909
624071848 164 01001962 72613 11968cryptoppg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092620240909
626261316 164 01000062 72613 11968cryptoppg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092620240909
6341655632 0 035525 384 744refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092620240909
6572446736 0 029973 376 744refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall2024092620240909

Compiler output


try.cpp: /usr/bin/ld: warning: sha512_armv4.o: missing .note.GNU-stack section implies executable stack
try.cpp: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.cpp: /usr/bin/ld: warning: sha512_armv4.o: missing .note.GNU-stack section implies executable stack
try.cpp: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
try.cpp: /usr/bin/ld: warning: sha512_armv4.o: missing .note.GNU-stack section implies executable stack
try.cpp: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
measure.cpp: /usr/bin/ld: warning: sha512_armv4.o: missing .note.GNU-stack section implies executable stack
measure.cpp: /usr/bin/ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
cryptoppg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
cryptoppg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
cryptoppg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
cryptoppg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Compiler output


lsh.c: lsh.c:123:31: error: unknown type name 'lsh_s64x2'; did you mean 'lsh_u64'?
lsh.c: static const LSH_ALIGNED_(32) lsh_s64x2 GAMMA[4] = {{0, 16}, {32, 48}, {8, 24}, {40, 56}};
lsh.c:                               ^~~~~~~~~
lsh.c:                               lsh_u64
lsh.c: ./lsh_def.h:40:18: note: 'lsh_u64' declared here
lsh.c: typedef uint64_t lsh_u64;
lsh.c:                  ^
lsh.c: lsh.c:123:57: warning: excess elements in scalar initializer [-Wexcess-initializers]
lsh.c: static const LSH_ALIGNED_(32) lsh_s64x2 GAMMA[4] = {{0, 16}, {32, 48}, {8, 24}, {40, 56}};
lsh.c:                                                         ^~
lsh.c: lsh.c:123:67: warning: excess elements in scalar initializer [-Wexcess-initializers]
lsh.c: static const LSH_ALIGNED_(32) lsh_s64x2 GAMMA[4] = {{0, 16}, {32, 48}, {8, 24}, {40, 56}};
lsh.c:                                                                   ^~
lsh.c: lsh.c:123:76: warning: excess elements in scalar initializer [-Wexcess-initializers]
lsh.c: static const LSH_ALIGNED_(32) lsh_s64x2 GAMMA[4] = {{0, 16}, {32, 48}, {8, 24}, {40, 56}};
lsh.c:                                                                            ^~
lsh.c: lsh.c:123:86: warning: excess elements in scalar initializer [-Wexcess-initializers]
lsh.c: static const LSH_ALIGNED_(32) lsh_s64x2 GAMMA[4] = {{0, 16}, {32, 48}, {8, 24}, {40, 56}};
lsh.c:                                                                                      ^~
lsh.c: lsh.c:124:31: error: unknown type name 'lsh_s64x2'; did you mean 'lsh_u64'?
lsh.c: static const LSH_ALIGNED_(32) lsh_s64x2 GAMMA_INV[4] = {{-64, -48}, {-32, -16}, {-56, -40}, {-24, -8}};
lsh.c:                               ^~~~~~~~~
lsh.c:                               lsh_u64
lsh.c: ./lsh_def.h:40:18: note: 'lsh_u64' declared here
lsh.c: typedef uint64_t lsh_u64;
lsh.c: ...

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
neonclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)

Compiler output


lsh.c: lsh.c:123:31: error: unknown type name ‘lsh_s64x2’
lsh.c:   123 | static const LSH_ALIGNED_(32) lsh_s64x2 GAMMA[4] = {{0, 16}, {32, 48}, {8, 24}, {40, 56}};
lsh.c:       |                               ^~~~~~~~~
lsh.c: lsh.c:123:1: warning: braces around scalar initializer
lsh.c:   123 | static const LSH_ALIGNED_(32) lsh_s64x2 GAMMA[4] = {{0, 16}, {32, 48}, {8, 24}, {40, 56}};
lsh.c:       | ^~~~~~
lsh.c: lsh.c:123:1: note: (near initialization for ‘GAMMA[0]’)
lsh.c: lsh.c:123:57: warning: excess elements in scalar initializer
lsh.c:   123 | static const LSH_ALIGNED_(32) lsh_s64x2 GAMMA[4] = {{0, 16}, {32, 48}, {8, 24}, {40, 56}};
lsh.c:       |                                                         ^~
lsh.c: lsh.c:123:57: note: (near initialization for ‘GAMMA[0]’)
lsh.c: lsh.c:123:1: warning: braces around scalar initializer
lsh.c:   123 | static const LSH_ALIGNED_(32) lsh_s64x2 GAMMA[4] = {{0, 16}, {32, 48}, {8, 24}, {40, 56}};
lsh.c:       | ^~~~~~
lsh.c: lsh.c:123:1: note: (near initialization for ‘GAMMA[1]’)
lsh.c: lsh.c:123:67: warning: excess elements in scalar initializer
lsh.c:   123 | static const LSH_ALIGNED_(32) lsh_s64x2 GAMMA[4] = {{0, 16}, {32, 48}, {8, 24}, {40, 56}};
lsh.c:       |                                                                   ^~
lsh.c: lsh.c:123:67: note: (near initialization for ‘GAMMA[1]’)
lsh.c: lsh.c:123:1: warning: braces around scalar initializer
lsh.c:   123 | static const LSH_ALIGNED_(32) lsh_s64x2 GAMMA[4] = {{0, 16}, {32, 48}, {8, 24}, {40, 56}};
lsh.c:       | ^~~~~~
lsh.c: lsh.c:123:1: note: (near initialization for ‘GAMMA[2]’)
lsh.c: lsh.c:123:76: warning: excess elements in scalar initializer
lsh.c:   123 | static const LSH_ALIGNED_(32) lsh_s64x2 GAMMA[4] = {{0, 16}, {32, 48}, {8, 24}, {40, 56}};
lsh.c: ...

Number of similar (implementation,compiler) pairs: 4, namely:
ImplementationCompiler
neongcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
neongcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
neongcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
neongcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

Namespace violations


lsh-impl.o lsh512_digest T
lsh-impl.o lsh512_final T
lsh-impl.o lsh512_init T
lsh-impl.o lsh512_update T
lsh.o lsh512_digest T
lsh.o lsh512_final T
lsh.o lsh512_init T
lsh.o lsh512_update T

Number of similar (implementation,compiler) pairs: 5, namely:
ImplementationCompiler
refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)
refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)
refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 9559760 667328541 1800000000 crypto_hash/lsh512/cryptopp
Invalid write of size 4
   at 0x...: ??? (impl.c:4)
   by 0x...: main (try-anything.cpp:335)
 Address 0xaddc0c80 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail(char const*) (try-anything.cpp:239)
   by 0x...: allocate() (try.cpp:48)
   by 0x...: main (try-anything.cpp:339)
 Address 0xaddc0c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate() (try.cpp:48)
   by 0x...: main (try-anything.cpp:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail(char const*) (try-anything.cpp:239)

Invalid write of size 4
   at 0x...: fail(char const*) (try-anything.cpp:239)
   by 0x...: allocate() (try.cpp:49)
   by 0x...: main (try-anything.cpp:339)
 Address 0xaddc0c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate() (try.cpp:49)
   by 0x...: main (try-anything.cpp:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail(char const*) (try-anything.cpp:239)

Invalid write of size 4
   at 0x...: fail(char const*) (try-anything.cpp:239)
   by 0x...: allocate() (try.cpp:50)
   by 0x...: main (try-anything.cpp:339)
 Address 0xaddc0c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate() (try.cpp:50)
   by 0x...: main (try-anything.cpp:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail(char const*) (try-anything.cpp:239)

Invalid write of size 4
   at 0x...: fail(char const*) (try-anything.cpp:239)
   by 0x...: allocate() (try.cpp:51)
   by 0x...: main (try-anything.cpp:339)
 Address 0xaddc0c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate() (try.cpp:51)
   by 0x...: main (try-anything.cpp:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail(char const*) (try-anything.cpp:239)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:344)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:866)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Address 0xaddc0928 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:144)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:885)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh512.cpp:841)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Invalid write of size 4
   at 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:183)
   by 0x...: test() (try.cpp:96)
   by 0x...: main (try-anything.cpp:345)
 Address 0xaddc0c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:97)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:183)

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:99)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:183)

Invalid write of size 4
   at 0x...: myrandom() (try-anything.cpp:153)
   by 0x...: test() (try.cpp:99)
   by 0x...: main (try-anything.cpp:345)
 Address 0xaddc0c50 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:100)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Invalid write of size 4
   at 0x...: myrandom() (try-anything.cpp:153)
   by 0x...: test() (try.cpp:100)
   by 0x...: main (try-anything.cpp:345)
 Address 0xaddc0c50 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:101)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:866)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Address 0xaddc0928 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:144)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:885)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh512.cpp:841)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Invalid write of size 4
   at 0x...: myrandom() (try-anything.cpp:153)
   by 0x...: test() (try.cpp:109)
   by 0x...: main (try-anything.cpp:345)
 Address 0xaddc0c50 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:110)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Invalid write of size 4
   at 0x...: myrandom() (try-anything.cpp:153)
   by 0x...: test() (try.cpp:110)
   by 0x...: main (try-anything.cpp:345)
 Address 0xaddc0c50 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:111)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:866)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Address 0xaddc0928 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:144)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:885)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh512.cpp:841)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:87)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:88)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:89)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:347)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:866)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Address 0xaddc0958 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:144)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:885)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh512.cpp:841)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:866)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Address 0xaddc0958 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:144)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:885)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh512.cpp:841)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:359)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:370)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: main (try-anything.cpp:368)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
cryptoppg++ -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 9695313 634495144 1800000000 crypto_hash/lsh512/cryptopp
Invalid write of size 4
   at 0x...: ??? (impl.c:4)
   by 0x...: main (try-anything.cpp:335)
 Address 0xadb85c80 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail(char const*) (try-anything.cpp:239)
   by 0x...: allocate() (try.cpp:48)
   by 0x...: main (try-anything.cpp:339)
 Address 0xadb85c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate() (try.cpp:48)
   by 0x...: main (try-anything.cpp:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail(char const*) (try-anything.cpp:239)

Invalid write of size 4
   at 0x...: fail(char const*) (try-anything.cpp:239)
   by 0x...: allocate() (try.cpp:49)
   by 0x...: main (try-anything.cpp:339)
 Address 0xadb85c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate() (try.cpp:49)
   by 0x...: main (try-anything.cpp:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail(char const*) (try-anything.cpp:239)

Invalid write of size 4
   at 0x...: fail(char const*) (try-anything.cpp:239)
   by 0x...: allocate() (try.cpp:50)
   by 0x...: main (try-anything.cpp:339)
 Address 0xadb85c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate() (try.cpp:50)
   by 0x...: main (try-anything.cpp:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail(char const*) (try-anything.cpp:239)

Invalid write of size 4
   at 0x...: fail(char const*) (try-anything.cpp:239)
   by 0x...: allocate() (try.cpp:51)
   by 0x...: main (try-anything.cpp:339)
 Address 0xadb85c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate() (try.cpp:51)
   by 0x...: main (try-anything.cpp:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail(char const*) (try-anything.cpp:239)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:344)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:866)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadb85928 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:144)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:885)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh512.cpp:841)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Invalid write of size 4
   at 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:183)
   by 0x...: test() (try.cpp:96)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadb85c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:97)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:183)

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:99)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:183)

Invalid write of size 4
   at 0x...: myrandom() (try-anything.cpp:153)
   by 0x...: test() (try.cpp:99)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadb85c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:100)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Invalid write of size 4
   at 0x...: myrandom() (try-anything.cpp:153)
   by 0x...: test() (try.cpp:100)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadb85c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:101)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:866)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadb85928 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:144)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:885)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh512.cpp:841)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Invalid write of size 4
   at 0x...: myrandom() (try-anything.cpp:153)
   by 0x...: test() (try.cpp:109)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadb85c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:110)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Invalid write of size 4
   at 0x...: myrandom() (try-anything.cpp:153)
   by 0x...: test() (try.cpp:110)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadb85c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:111)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:866)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadb85928 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:144)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:885)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh512.cpp:841)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:87)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:88)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:89)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:347)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:866)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Address 0xadb85958 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:144)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:885)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh512.cpp:841)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:866)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Address 0xadb85958 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:144)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:885)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh512.cpp:841)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: Final (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:359)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:370)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: main (try-anything.cpp:368)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
cryptoppg++ -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 10134485 689458448 1800000000 crypto_hash/lsh512/cryptopp
Invalid write of size 4
   at 0x...: ??? (impl.c:4)
   by 0x...: main (try-anything.cpp:335)
 Address 0xadc12c80 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail(char const*) (try-anything.cpp:239)
   by 0x...: allocate() (try.cpp:48)
   by 0x...: main (try-anything.cpp:339)
 Address 0xadc12c70 is on thread 1's stack
 40 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail(char const*) (try-anything.cpp:239)
   by 0x...: allocate() (try.cpp:49)
   by 0x...: main (try-anything.cpp:339)
 Address 0xadc12c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate() (try.cpp:49)
   by 0x...: main (try-anything.cpp:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail(char const*) (try-anything.cpp:239)

Invalid write of size 4
   at 0x...: fail(char const*) (try-anything.cpp:239)
   by 0x...: allocate() (try.cpp:50)
   by 0x...: main (try-anything.cpp:339)
 Address 0xadc12c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate() (try.cpp:50)
   by 0x...: main (try-anything.cpp:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail(char const*) (try-anything.cpp:239)

Invalid write of size 4
   at 0x...: fail(char const*) (try-anything.cpp:239)
   by 0x...: allocate() (try.cpp:51)
   by 0x...: main (try-anything.cpp:339)
 Address 0xadc12c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate() (try.cpp:51)
   by 0x...: main (try-anything.cpp:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail(char const*) (try-anything.cpp:239)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:344)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Invalid write of size 4
   at 0x...: main (hash.cpp:5)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadc12c50 is on thread 1's stack
 24 bytes below stack pointer

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:866)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadc12918 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:144)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:885)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh512.cpp:841)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Invalid write of size 4
   at 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:183)
   by 0x...: test() (try.cpp:96)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadc12c50 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:97)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:183)

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:99)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare(unsigned char*, unsigned char*, unsigned long long) (try-anything.cpp:183)

Invalid write of size 4
   at 0x...: myrandom() (try-anything.cpp:153)
   by 0x...: test() (try.cpp:99)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadc12c50 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:100)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Invalid write of size 4
   at 0x...: myrandom() (try-anything.cpp:153)
   by 0x...: test() (try.cpp:100)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadc12c50 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:101)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Invalid write of size 4
   at 0x...: main (hash.cpp:5)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadc12c50 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:144)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:885)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh512.cpp:841)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Invalid write of size 4
   at 0x...: myrandom() (try-anything.cpp:153)
   by 0x...: test() (try.cpp:109)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadc12c50 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:110)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Invalid write of size 4
   at 0x...: myrandom() (try-anything.cpp:153)
   by 0x...: test() (try.cpp:110)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadc12c50 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:111)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Use of uninitialised value of size 4
   at 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom() (try-anything.cpp:153)

Invalid write of size 4
   at 0x...: main (hash.cpp:5)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Address 0xadc12c50 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:144)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:885)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh512.cpp:841)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:346)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Invalid write of size 4
   at 0x...: main (hash.cpp:5)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Address 0xadc12c80 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:144)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:885)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh512.cpp:841)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: CryptoPP::HashTransformation::Final(unsigned char*) (cryptlib.h:1148)
   by 0x...: CalculateDigest (cryptlib.h:1194)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:356)
 Uninitialised value was created by a stack allocation
   at 0x...: main (hash.cpp:5)

Invalid write of size 4
   at 0x...: main (hash.cpp:5)
   by 0x...: doit() (try.cpp:76)
   by 0x...: main (try-anything.cpp:357)
 Address 0xadc12c80 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:359)
 Uninitialised value was created by a stack allocation
   at 0x...: main (hash.cpp:5)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: main (try-anything.cpp:368)
 Uninitialised value was created by a stack allocation
   at 0x...: main (hash.cpp:5)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
cryptoppg++ -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 9721129 686911184 1800000000 crypto_hash/lsh512/cryptopp
Invalid write of size 4
   at 0x...: ??? (impl.c:4)
   by 0x...: main (try-anything.cpp:335)
 Address 0xad9dec80 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:344)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:866)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Address 0xad9de938 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:144)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:885)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh512.cpp:841)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:90)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:866)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Address 0xad9de938 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:144)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:885)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh512.cpp:841)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:102)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:866)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Address 0xad9de938 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:144)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:885)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh512.cpp:841)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: test() (try.cpp:112)
   by 0x...: main (try-anything.cpp:345)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:347)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:866)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Address 0xad9de960 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:144)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:885)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh512.cpp:841)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Invalid write of size 4
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:866)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Address 0xad9de960 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: DigestSize (lsh.h:144)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:872)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:885)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: Restart (lsh512.cpp:841)
   by 0x...: CryptoPP::LSH512_Base::TruncatedFinal(unsigned char*, unsigned int) (lsh512.cpp:890)
   by 0x...: crypto_hash_lsh512_cryptopp_constbranchindex (hash.cpp:7)
   by 0x...: main (try-anything.cpp:357)
 Uninitialised value was created by a stack allocation
   at 0x...: CryptoPP::HashTransformation::ThrowIfInvalidTruncatedSize(unsigned int) const (cryptlib.cpp:416)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:359)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:369)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:370)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.cpp:368)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
cryptoppg++ -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 5913885 700778736 1800000000 crypto_hash/lsh512/ref
Invalid write of size 4
   at 0x...: main (try-anything.c:335)
 Address 0xad8d5c78 is on thread 1's stack
 32 bytes below stack pointer

Syscall param rlimit64(new_rlim) points to uninitialised byte(s)
   at 0x...: __libc_do_syscall (libc-do-syscall.S:47)
   by 0x...: setrlimit (setrlimit.c:47)
   by 0x...: limits (try-anything.c:265)
   by 0x...: main (try-anything.c:337)
 Address 0xad8d5c78 is on thread 1's stack
 in frame #1, created by setrlimit (setrlimit.c:35)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Syscall param rlimit64(new_rlim) points to uninitialised byte(s)
   at 0x...: __libc_do_syscall (libc-do-syscall.S:47)
   by 0x...: setrlimit (setrlimit.c:47)
   by 0x...: limits (try-anything.c:268)
   by 0x...: main (try-anything.c:337)
 Address 0xad8d5c78 is on thread 1's stack
 in frame #1, created by setrlimit (setrlimit.c:35)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Syscall param rlimit64(new_rlim) points to uninitialised byte(s)
   at 0x...: __libc_do_syscall (libc-do-syscall.S:47)
   by 0x...: setrlimit (setrlimit.c:47)
   by 0x...: limits (try-anything.c:271)
   by 0x...: main (try-anything.c:337)
 Address 0xad8d5c78 is on thread 1's stack
 in frame #1, created by setrlimit (setrlimit.c:35)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:369)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:369)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: main (try-anything.c:368)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refclang -mcpu=native -O3 -fwrapv -Qunused-arguments -fPIC -fPIE -gdwarf-4 -Wall (Debian_Clang_14.0.6)

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 5848544 748668721 1800000000 crypto_hash/lsh512/ref
Invalid write of size 4
   at 0x...: lsh512_digest (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xad9dec80 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:48)
   by 0x...: main (try-anything.c:339)
 Address 0xad9dec70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:48)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:49)
   by 0x...: main (try-anything.c:339)
 Address 0xad9dec70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:49)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:50)
   by 0x...: main (try-anything.c:339)
 Address 0xad9dec70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:50)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:51)
   by 0x...: main (try-anything.c:339)
 Address 0xad9dec70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:51)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:344)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Invalid write of size 4
   at 0x...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:96)
   by 0x...: main (try-anything.c:345)
 Address 0xad9dec58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:97)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Address 0xad9dec50 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:100)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:100)
   by 0x...: main (try-anything.c:345)
 Address 0xad9dec50 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:101)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:102)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:109)
   by 0x...: main (try-anything.c:345)
 Address 0xad9dec50 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:110)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:110)
   by 0x...: main (try-anything.c:345)
 Address 0xad9dec50 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:111)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:112)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:87)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:89)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:347)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:359)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:370)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: main (try-anything.c:368)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -O2 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 5890858 718464999 1800000000 crypto_hash/lsh512/ref
Invalid write of size 4
   at 0x...: lsh512_digest (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xaddf1c80 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:48)
   by 0x...: main (try-anything.c:339)
 Address 0xaddf1c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:48)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:49)
   by 0x...: main (try-anything.c:339)
 Address 0xaddf1c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:49)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:50)
   by 0x...: main (try-anything.c:339)
 Address 0xaddf1c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:50)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:51)
   by 0x...: main (try-anything.c:339)
 Address 0xaddf1c70 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:51)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:344)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Invalid write of size 4
   at 0x...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:96)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf1c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:97)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf1c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:100)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:100)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf1c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:101)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:102)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:109)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf1c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:110)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:110)
   by 0x...: main (try-anything.c:345)
 Address 0xaddf1c58 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:111)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:112)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:87)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:88)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:89)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:90)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:347)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:359)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:370)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: main (try-anything.c:368)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -O3 -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 6047198 738637921 1800000000 crypto_hash/lsh512/ref
Invalid write of size 4
   at 0x...: lsh512_digest (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xadbd2c90 is on thread 1's stack
 32 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:48)
   by 0x...: main (try-anything.c:339)
 Address 0xadbd2c80 is on thread 1's stack
 40 bytes below stack pointer

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:49)
   by 0x...: main (try-anything.c:339)
 Address 0xadbd2c80 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:49)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:50)
   by 0x...: main (try-anything.c:339)
 Address 0xadbd2c80 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:50)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Invalid write of size 4
   at 0x...: fail (try-anything.c:239)
   by 0x...: allocate (try.c:51)
   by 0x...: main (try-anything.c:339)
 Address 0xadbd2c80 is on thread 1's stack
 40 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: allocate (try.c:51)
   by 0x...: main (try-anything.c:339)
 Uninitialised value was created by a stack allocation
   at 0x...: fail (try-anything.c:239)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:344)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Invalid write of size 4
   at 0x...: output_prepare (try-anything.c:183)
   by 0x...: test (try.c:96)
   by 0x...: main (try-anything.c:345)
 Address 0xadbd2c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:97)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Use of uninitialised value of size 4
   at 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: output_prepare (try-anything.c:183)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:99)
   by 0x...: main (try-anything.c:345)
 Address 0xadbd2c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:100)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:100)
   by 0x...: main (try-anything.c:345)
 Address 0xadbd2c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:101)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:102)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:109)
   by 0x...: main (try-anything.c:345)
 Address 0xadbd2c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:110)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Invalid write of size 4
   at 0x...: myrandom (try-anything.c:153)
   by 0x...: test (try.c:110)
   by 0x...: main (try-anything.c:345)
 Address 0xadbd2c60 is on thread 1's stack
 24 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: test (try.c:111)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: test (try.c:112)
   by 0x...: main (try-anything.c:345)
 Uninitialised value was created by a stack allocation
   at 0x...: myrandom (try-anything.c:153)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:346)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:359)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Conditional jump or move depends on uninitialised value(s)
   at 0x...: main (try-anything.c:368)
 Uninitialised value was created by a stack allocation
   at 0x...: lsh512_digest (impl.c:4)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -O -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)

TIMECOP error (can be valgrind bug)


error 99
afb7d016eeef85934d7a12bbf014e2617cc12dfc027b9df9b7af7f5a8f888244 6514711 735429635 1800000000 crypto_hash/lsh512/ref
Invalid write of size 4
   at 0x...: ??? (impl.c:4)
   by 0x...: main (try-anything.c:335)
 Address 0xad8c9c80 is on thread 1's stack
 32 bytes below stack pointer

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:344)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:347)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:353)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:356)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:359)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:369)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:370)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Use of uninitialised value of size 4
   at 0x...: main (try-anything.c:368)
 Uninitialised value was created by a stack allocation
   at 0x...: ??? (impl.c:4)

Number of similar (implementation,compiler) pairs: 1, namely:
ImplementationCompiler
refgcc -march=native -mtune=native -Os -fwrapv -fPIC -fPIE -gdwarf-4 -Wall (12.2.0)