Versions in this module Expand all Collapse all v0 v0.10.2 Jul 17, 2023 Changes in this version + var ErrChecksum = errors.New("checksum error") + var ErrInvalidFormat = errors.New("invalid format: version and/or checksum bytes missing") + func CheckDecode(input string) (result []byte, version byte, err error) + func CheckEncode(input []byte, version byte) string + func Decode(b string) []byte + func DecodeVarSize(s string) []byte + func Encode(b []byte) string