Support loading zk-SNARK parameters

This commit is contained in:
Sean Bowe
2018-04-17 14:16:14 -06:00
parent 2a86c912f6
commit 4f9953f18f
4 changed files with 72 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ crate-type = ["staticlib"]
libc = "0.2"
pairing = "0.14.1"
lazy_static = "1"
bellman = "0.1"
[dependencies.sapling-crypto]
git = "https://github.com/zcash-hackworks/sapling-crypto"