Switch to using the blake2-rfc crate instead.

This commit is contained in:
Sean Bowe
2018-03-05 17:58:34 -07:00
parent 2e846844e7
commit 058801bdfc
5 changed files with 17 additions and 19 deletions

View File

@@ -14,7 +14,7 @@ features = ["expose-arith"]
[dependencies]
rand = "0.4"
blake2 = "0.7"
blake2-rfc = "0.2.18"
digest = "0.7"
bellman = "0.0.9"