Versions in this module Expand all Collapse all v0 v0.2.0 Jun 5, 2020 Changes in this version + type Chunk struct + Data []byte + Fingerprint uint64 + Length int + Offset int + type Chunker struct + func NewChunker(rd io.Reader, opts Options) (*Chunker, error) + func (c *Chunker) Next() (Chunk, error) + type Options struct + AverageSize int + BufSize int + DisableNormalization bool + MaxSize int + MinSize int + Normalization int + Seed uint64