Move CommitmentTreeWitness into zcash_primitives

This commit is contained in:
Jack Grigg
2018-11-09 00:07:25 +13:00
parent f4059a5faa
commit bf74915053
7 changed files with 83 additions and 78 deletions

View File

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