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

1
Cargo.lock generated
View File

@@ -230,6 +230,7 @@ dependencies = [
"pairing 0.14.2",
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"sapling-crypto 0.0.1",
"zcash_primitives 0.0.0",
"zcash_proofs 0.0.0",
"zip32 0.0.0",
]