Versions in this module Expand all Collapse all v1 v1.0.0 Feb 3, 2019 Changes in this version + var ErrLength = errors.New("z85: wrongly aligned input data") + func Decode(dst, src []byte) (n int, err error) + func DecodedLen(n int) int + func Encode(dst, src []byte) (n int, err error) + func EncodedLen(n int) int + type InvalidByteError byte + func (e InvalidByteError) Error() string