btcd/btcutil/bech32
2024-03-25 09:44:25 -04:00
..
bech32.go fix typos (#2100) 2024-03-25 09:44:25 -04:00
bech32_test.go fix typos (#2100) 2024-03-25 09:44:25 -04:00
doc.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
error.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
example_test.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
README.md btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
version.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00

bech32

Build Status ISC License GoDoc

Package bech32 provides a Go implementation of the bech32 format specified in BIP 173.

Test vectors from BIP 173 are added to ensure compatibility with the BIP.

Installation and Updating

$ go get -u github.com/btcsuite/btcd/btcutil/bech32

Examples

License

Package bech32 is licensed under the copyfree ISC License.