btcd/btcutil/bech32
Olaoluwa Osuntokun 5cd3533e2b
btcutil: move btcutil into new sub-module
In this commit, we move `btcutil` as well as its sub-module, the `psbt`
package into the `btcd` repo itself.
2022-01-10 18:44:56 -08:00
..
bech32_test.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08:00
bech32.go btcutil: move btcutil into new sub-module 2022-01-10 18:44:56 -08: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.