Versions in this module Expand all Collapse all v0 v0.3.15 Nov 4, 2024 v0.3.14 May 2, 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