Skip to content

Commit

Permalink
Add Bech32m references to README.md (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Jul 15, 2021
1 parent d5ad6bd commit 3dfe253
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
[![Docs.rs badge](https://docs.rs/bech32/badge.svg)](https://docs.rs/bech32/)
[![Continuous Integration](https://github.com/rust-bitcoin/rust-bech32/workflows/Continuous%20Integration/badge.svg)](https://github.com/rust-bitcoin/rust-bech32/actions?query=workflow%3A%22Continuous+Integration%22)

Rust implementation of the Bech32 encoding format described in [BIP-0173](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki).
Rust implementation of the Bech32 encoding format described in [BIP-0173](https://github.com/bitcoin/bips/blob/master/bip-0173.mediawiki)
and Bech32m encoding format described in [BIP-0350](https://github.com/bitcoin/bips/blob/master/bip-0350.mediawiki).

You can find some usage examples in the [documentation](https://docs.rs/bech32/).

Bitcoin-specific address encoding is handled by the `bitcoin-bech32` crate.
Expand Down

0 comments on commit 3dfe253

Please sign in to comment.