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

1
Cargo.lock generated
View File

@@ -114,6 +114,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "librustzcash"
version = "0.1.0"
dependencies = [
"bellman 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
"pairing 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",