Versions in this module Expand all Collapse all v1 v1.0.0 Apr 27, 2024 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 Encode(b []byte) string