Add blake2s hash type

This commit is contained in:
Paul Hauner
2018-07-09 12:00:58 +10:00
parent 702609af71
commit 64a9455f87
4 changed files with 14 additions and 5 deletions

View File

@@ -6,6 +6,8 @@ authors = ["Paul Hauner <paul@paulhauner.com>"]
[dependencies]
ethereum-types = ""
rand = ""
blake2 = "^0.7.1"
crypto-mac = "^0.6.2"
bls = { git = "https://github.com/sigp/bls" }
rlp = { path = "parity/util/rlp" }