Versions in this module Expand all Collapse all v1 v1.3.7 Jun 7, 2019 v1.3.6 Feb 21, 2019 Changes in this version + const MaxInputSize + var ErrCorrupt = errors.New("corrupt input") + var ErrEncodeTooSmall = errors.New("encode buffer too small") + var ErrTooLarge = errors.New("input too large") + func CompressBound(isize int) int + func Decode(dst, src []byte) (int, error) + func Encode(dst, src []byte) (compressedSize int, error error)