Refactor Sapling spendAuthSig creation into zcash_primitives::sapling

This commit is contained in:
Jack Grigg
2018-08-14 23:43:33 +01:00
parent c57a31e82e
commit 6b43b2d0d6
5 changed files with 43 additions and 20 deletions

View File

@@ -22,6 +22,7 @@ lazy_static = "1"
byteorder = "1"
rand = "0.4"
sapling-crypto = { path = "../sapling-crypto" }
zcash_primitives = { path = "../zcash_primitives" }
zcash_proofs = { path = "../zcash_proofs" }
zip32 = { path = "../zip32" }