Convert zip32 crate into a module of zcash_primitives

This commit is contained in:
Jack Grigg
2019-04-10 07:00:48 -07:00
parent fae919ec1c
commit f25a8a557e
13 changed files with 12 additions and 312 deletions

View File

@@ -24,7 +24,6 @@ rand = "0.4"
sapling-crypto = { path = "../sapling-crypto" }
zcash_primitives = { path = "../zcash_primitives" }
zcash_proofs = { path = "../zcash_proofs" }
zip32 = { path = "../zip32" }
[dependencies.blake2-rfc]
git = "https://github.com/gtank/blake2-rfc"