mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-05-21 06:16:45 +00:00
16 lines
663 B
Markdown
16 lines
663 B
Markdown
bech32
|
|
==========
|
|
|
|
[](https://choosealicense.com/licenses/isc/)
|
|
[](http://godoc.org/github.com/kaspanet/kaspad/util/bech32)
|
|
|
|
Package bech32 provides a Go implementation of the bech32 format.
|
|
|
|
## Examples
|
|
|
|
* [Bech32 decode Example](http://godoc.org/github.com/kaspanet/kaspad/util/bech32#example-Bech32Decode)
|
|
Demonstrates how to decode a bech32 encoded string.
|
|
* [Bech32 encode Example](http://godoc.org/github.com/kaspanet/kaspad/util/bech32#example-BechEncode)
|
|
Demonstrates how to encode data into a bech32 string.
|
|
|