package
0.13.6
Repository: https://github.com/cryptix-network/cryptixd.git
Documentation: pkg.go.dev

# README

bech32

ISC License GoDoc

Package bech32 provides a Go implementation of the bech32 format.

Examples

# Functions

Decode decodes a string that was encoded with Encode.
Encode prepends the version byte, converts to uint5, and encodes to Bech32.