mirror of
https://github.com/restic/restic.git
synced 2025-12-25 17:19:36 -05:00
| .. | ||
| .travis.yml | ||
| chunker.go | ||
| chunker_test.go | ||
| doc.go | ||
| example_test.go | ||
| LICENSE | ||
| polynomials.go | ||
| polynomials_test.go | ||
| README.md | ||
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