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

View File

@@ -27,7 +27,6 @@ ff = { version = "0.5.0", path = "../ff" }
libc = "0.2"
pairing = { version = "0.15.0", path = "../pairing" }
lazy_static = "1"
byteorder = "1"
rand_core = "0.5.1"
zcash_primitives = { version = "0.1.0", path = "../zcash_primitives" }
zcash_proofs = { version = "0.1.0", path = "../zcash_proofs" }