dncurrency/.gitmodules
Sergey Kroshnin 8ce0b7c426
Replace xxHash with blake2b (#1919)
* Replace xxHash with blake2b

* Delete xxhash submodule & folder

* Update random_64 initialization

* Using ledger constants to generate random 128 bit union

* Protect random_128 () with mutex

* Don't call random_128 () twice

* Use static mutex for random_128

* Update endpoint_hash_raw functions

* Naming

* Functions order & static random_constants
2019-05-09 22:38:26 +03:00

17 lines
524 B
Text

[submodule "miniupnp"]
path = miniupnp
url = https://github.com/miniupnp/miniupnp.git
[submodule "lmdb"]
path = lmdb
url = https://github.com/nanocurrency/lmdb.git
branch = lmdb_0_9_23
[submodule "crypto/cryptopp"]
path = crypto/cryptopp
url = https://github.com/weidai11/cryptopp.git
[submodule "crypto/phc-winner-argon2"]
path = crypto/phc-winner-argon2
url = https://github.com/nanocurrency/phc-winner-argon2.git
[submodule "gtest"]
path = gtest
url = https://github.com/google/googletest.git
branch = v1.8.x