btcd/btcutil/bech32
marcoezekiel 2492b01f69 btcutil/bech32: Added DecodeNoLimitWithVersion
This exposes publicly the ability to decode arbitrary-length bech32
strings and return the bech32 version that was used in the encoding. It
provides the underlying functionality for both DecodeNoLimit and
DecodeGeneric.
2024-05-13 12:02:40 -06:00
..
bech32_test.go chore: fix some function names (#2180) 2024-04-29 11:45:39 -04:00
bech32.go btcutil/bech32: Added DecodeNoLimitWithVersion 2024-05-13 12:02:40 -06: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.