README ¶ z85m Z85m is an extension to Z85 (which itself changes Base85 to be more shell-safe) that enables inputs of arbitrary length to be encoded. The specification is found here: https://alecmuffett.com/article/14547 Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Variables func Decode(src []byte) ([]byte, error) func Encode(src []byte) ([]byte, error) Constants ¶ This section is empty. Variables ¶ View Source var ( InvalidExtension = errors.New("invalid extension") InvalidLength = errors.New("invalid encoded length") InvalidPadding = errors.New("invalid padding") ) Functions ¶ func Decode ¶ func Decode(src []byte) ([]byte, error) func Encode ¶ func Encode(src []byte) ([]byte, error) Types ¶ This section is empty. Source Files ¶ View all Source files z85m.go Directories ¶ Show internal Expand all Path Synopsis cmd z85m command Click to show internal directories. Click to hide internal directories.