Move parameter-loading into zcash_proofs

This commit is contained in:
Jack Grigg
2018-09-17 11:45:20 +01:00
parent 09a20aacfe
commit 2d43e3be7c
5 changed files with 99 additions and 64 deletions

View File

@@ -12,3 +12,7 @@ ff = { path = "../ff" }
pairing = { path = "../pairing" }
rand = "0.4"
sapling-crypto = { path = "../sapling-crypto" }
[dependencies.blake2-rfc]
git = "https://github.com/gtank/blake2-rfc"
rev = "7a5b5fc99ae483a0043db7547fb79a6fa44b88a9"