hashing with blake2

This commit is contained in:
NikVolf
2019-09-03 17:47:21 +03:00
parent d8c04e8143
commit b03b4cf958
4 changed files with 40 additions and 5 deletions

View File

@@ -11,4 +11,5 @@ quickcheck = "0.8"
[dependencies]
derive_more = "0.15"
bigint = "4"
byteorder = "1"
byteorder = "1"
blake2-rfc = { git = "https://github.com/gtank/blake2-rfc.git", rev = "7a5b5fc99ae483a0043db7547fb79a6fa44b88a9" }