Versions in this module Expand all Collapse all v1 v1.0.0 Aug 21, 2015 Changes in this version + const MaxInputSize + var ErrCorrupt = errors.New("corrupt input") + var ErrTooLarge = errors.New("input too large") + func CompressBound(isize int) int + func Decode(dst, src []byte) ([]byte, error) + func Encode(dst, src []byte) ([]byte, error)