]> Nutra Git (v1) - gamesguru/feather.git/commit
Vendor monero-seed
authortobtoht <thotbot@protonmail.com>
Mon, 7 Feb 2022 20:03:05 +0000 (21:03 +0100)
committertobtoht <thotbot@protonmail.com>
Mon, 7 Feb 2022 20:03:05 +0000 (21:03 +0100)
commit4d2dc4be22cf7182f83ccf1f56b6882d730f9d00
tree6e7063aedb70cd465647598864771c2e5ca135af
parent51f9d491206fa15b0e8e02b4145c80611b665572
Vendor monero-seed
34 files changed:
CMakeLists.txt
Dockerfile.linux
Dockerfile.windows
contrib/monero-seed/CMakeLists.txt [new file with mode: 0644]
contrib/monero-seed/LICENSE.txt [new file with mode: 0644]
contrib/monero-seed/README.md [new file with mode: 0644]
contrib/monero-seed/include/monero_seed/galois_field.hpp [new file with mode: 0644]
contrib/monero-seed/include/monero_seed/gf_elem.hpp [new file with mode: 0644]
contrib/monero-seed/include/monero_seed/gf_poly.hpp [new file with mode: 0644]
contrib/monero-seed/include/monero_seed/monero_seed.hpp [new file with mode: 0644]
contrib/monero-seed/include/monero_seed/reed_solomon_code.hpp [new file with mode: 0644]
contrib/monero-seed/include/monero_seed/secure_random.hpp [new file with mode: 0644]
contrib/monero-seed/include/monero_seed/wordlist.hpp [new file with mode: 0644]
contrib/monero-seed/src/argon2/argon2.c [new file with mode: 0644]
contrib/monero-seed/src/argon2/argon2.h [new file with mode: 0644]
contrib/monero-seed/src/argon2/blake2/blake2-impl.h [new file with mode: 0644]
contrib/monero-seed/src/argon2/blake2/blake2.h [new file with mode: 0644]
contrib/monero-seed/src/argon2/blake2/blake2b.c [new file with mode: 0644]
contrib/monero-seed/src/argon2/blake2/blamka-round-ref.h [new file with mode: 0644]
contrib/monero-seed/src/argon2/core.c [new file with mode: 0644]
contrib/monero-seed/src/argon2/core.h [new file with mode: 0644]
contrib/monero-seed/src/argon2/ref.c [new file with mode: 0644]
contrib/monero-seed/src/galois_field.cpp [new file with mode: 0644]
contrib/monero-seed/src/gf_elem.cpp [new file with mode: 0644]
contrib/monero-seed/src/gf_poly.cpp [new file with mode: 0644]
contrib/monero-seed/src/main.cpp [new file with mode: 0644]
contrib/monero-seed/src/monero_seed.cpp [new file with mode: 0644]
contrib/monero-seed/src/pbkdf2.c [new file with mode: 0644]
contrib/monero-seed/src/pbkdf2.h [new file with mode: 0644]
contrib/monero-seed/src/reed_solomon_code.cpp [new file with mode: 0644]
contrib/monero-seed/src/secure_random.cpp [new file with mode: 0644]
contrib/monero-seed/src/sha256/hash_impl.h [new file with mode: 0644]
contrib/monero-seed/src/wordlist.cpp [new file with mode: 0644]
src/CMakeLists.txt