Implement PaymentAddress encoding and decoding
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user