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

1
Cargo.lock generated
View File

@@ -446,6 +446,7 @@ name = "zcash_proofs"
version = "0.0.0"
dependencies = [
"bellman 0.1.0",
"blake2-rfc 0.2.18 (git+https://github.com/gtank/blake2-rfc?rev=7a5b5fc99ae483a0043db7547fb79a6fa44b88a9)",
"byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
"ff 0.4.0",
"pairing 0.14.2",