Move Sapling proving and binding signature into zcash_proofs crate
This commit is contained in:
@@ -7,5 +7,7 @@ authors = [
|
||||
|
||||
[dependencies]
|
||||
bellman = { path = "../bellman" }
|
||||
byteorder = "1"
|
||||
pairing = { path = "../pairing" }
|
||||
rand = "0.4"
|
||||
sapling-crypto = { path = "../sapling-crypto" }
|
||||
|
||||
Reference in New Issue
Block a user