btcd/address/bech32
2026-05-14 17:56:18 -07:00
..
bech32.go address: move to top-level module, use v2 2026-05-14 17:56:18 -07:00
bech32_test.go address: move to top-level module, use v2 2026-05-14 17:56:18 -07:00
doc.go address: move to top-level module, use v2 2026-05-14 17:56:18 -07:00
error.go address: move to top-level module, use v2 2026-05-14 17:56:18 -07:00
example_test.go address: move to top-level module, use v2 2026-05-14 17:56:18 -07:00
README.md address: move to top-level module, use v2 2026-05-14 17:56:18 -07:00
version.go address: move to top-level module, use v2 2026-05-14 17:56:18 -07: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/address/v2/bech32

Examples

License

Package bech32 is licensed under the copyfree ISC License.