restic/vendor/github.com/restic/chunker
Alexander Neumann b229aa5cf1 Update the chunker 2020-02-12 21:29:26 +01:00
..
.travis.yml Update the chunker 2020-02-12 21:29:26 +01:00
LICENSE Vendor dependencies with dep 2017-07-23 14:25:38 +02:00
README.md Update the chunker 2020-02-12 21:29:26 +01:00
chunker.go Update the chunker 2020-02-12 21:29:26 +01:00
doc.go Vendor dependencies with dep 2017-07-23 14:25:38 +02:00
go.mod Update the chunker 2020-02-12 21:29:26 +01:00
polynomials.go Update the chunker 2020-02-12 21:29:26 +01:00

README.md

GoDoc Build Status

The package chunker implements content-defined-chunking (CDC) based on a rolling Rabin Hash. The library is part of the restic backup program.

An introduction to Content Defined Chunking can be found in the restic blog post Foundation - Introducing Content Defined Chunking (CDC).

You can find the API documentation at https://godoc.org/github.com/restic/chunker