Versions in this module Expand all Collapse all v1 v1.0.0 May 26, 2022 Changes in this version + func Bech32Decode(bech string) (string, []byte, error) + func Bech32Encode(hrp string, data []byte) (string, error) + func ConvertBits(data []byte, fromBits, toBits uint8, pad bool) ([]byte, error)