mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-05 16:28:06 +08:00
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com> implement rabin fingerprinting as a chunker for ipfs License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com> vendor correctly License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com> refactor chunking interface a little License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com> work chunking interface changes up into importer License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com> move chunker type parsing into its own file in chunk License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com> |
||
|---|---|---|
| .. | ||
| .travis.yml | ||
| chunker_test.go | ||
| chunker.go | ||
| doc.go | ||
| LICENSE | ||
| polynomials_test.go | ||
| polynomials.go | ||
| README.md | ||
Content Defined Chunking (CDC) based on a rolling Rabin Checksum.
Part of https://github.com/restic/restic.
Better README will follow soon.