Implement TransparentAddress encoding and decoding

This commit is contained in:
Jack Grigg
2019-05-24 15:17:36 +01:00
parent 601e88c633
commit 1c60a79ec1
5 changed files with 140 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ edition = "2018"
[dependencies]
bech32 = "0.7"
bs58 = { version = "0.2", features = ["check"] }
ff = { path = "../ff" }
hex = "0.3"
pairing = { path = "../pairing" }