Skip to content

Commit

Permalink
Add bech32
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly committed Apr 18, 2020
1 parent 743330f commit 7402a54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions zebra-chain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bech32 = "0.7.2"
blake2b_simd = "0.5.10"
blake2s_simd = "0.5.10"
bs58 = { version = "0.3", features = ["check"] }
Expand Down

0 comments on commit 7402a54

Please sign in to comment.