Move Sprout proof logic into zcash_proofs

This commit is contained in:
Jack Grigg
2019-11-06 08:58:42 +00:00
parent de5943aea4
commit d1bc61800c
5 changed files with 222 additions and 137 deletions

1
Cargo.lock generated
View File

@@ -362,7 +362,6 @@ dependencies = [
"bellman 0.2.0",
"blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
"blake2s_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)",
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"ff 0.5.0",
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",