Versions in this module Expand all Collapse all v1 v1.1.2 Aug 13, 2020 v1.1.0 Jul 18, 2020 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