Add new shuffling function

This commit is contained in:
Paul Hauner
2018-08-14 16:23:38 +10:00
parent c36e00a1f6
commit 486865e803
4 changed files with 187 additions and 0 deletions

View File

@@ -4,7 +4,9 @@ version = "0.0.1"
authors = ["Paul Hauner <paul@paulhauner.com>"]
[dependencies]
# TODO: remove "blake2" in favor of "blake2-rfc"
blake2 = "^0.7.1"
blake2-rfc = "0.2.18"
bls = { git = "https://github.com/sigp/bls" }
bytes = ""
crypto-mac = "^0.6.2"