Versions in this module Expand all Collapse all v1 v1.0.0 Aug 17, 2026 Changes in this version + type FileMeta struct + Name string + OrigSize int64 + SHA [32]byte + type Meta struct + Files []FileMeta + PayloadLen int64 + SHA [32]byte + TempPath string + func Build(files []fsutil.FileRef, algo compressor.Algo, level string, aead cipher.AEAD, ...) (m *Meta, err error) + type Plan struct + Algo compressor.Algo + Files []fsutil.FileRef + LikelyIncompressible bool + func PlanBlocks(files []fsutil.FileRef, algo compressor.Algo, smartMode smart.Mode, ...) []Plan