Implement PaymentAddress encoding and decoding

This commit is contained in:
Jack Grigg
2018-10-17 10:06:13 +01:00
parent 81b2b1b554
commit 17f60a0354
6 changed files with 206 additions and 0 deletions

View File

@@ -7,4 +7,10 @@ authors = [
edition = "2018"
[dependencies]
bech32 = "0.6"
pairing = { path = "../pairing" }
sapling-crypto = { path = "../sapling-crypto" }
zcash_primitives = { path = "../zcash_primitives" }
[dev-dependencies]
rand = "0.4"