This commit is contained in:
Jack Grigg
2018-08-23 23:37:23 +01:00
parent e490b79907
commit 2d8b1fe504
7 changed files with 1896 additions and 6 deletions

View File

@@ -10,3 +10,7 @@ byteorder = "1"
lazy_static = "1"
pairing = { path = "../pairing" }
sapling-crypto = { path = "../sapling-crypto" }
[dependencies.blake2-rfc]
git = "https://github.com/gtank/blake2-rfc"
rev = "7a5b5fc99ae483a0043db7547fb79a6fa44b88a9"