Versions in this module Expand all Collapse all v0 v0.1.0 Jul 10, 2026 Changes in this version + var ErrCRCMismatch = errors.New("yenc: CRC32 mismatch") + func Encode(name string, data []byte, lineLen int) []byte + func UUDecode(data []byte) (out []byte, name string, err error) + type Part struct + Begin int64 + CRC32 uint32 + Data []byte + End int64 + Line int + Name string + Part int + Size int64 + Total int + func Decode(data []byte) (*Part, error)