Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 692 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 692 Bytes

Seedvault Chunker

A FastCDC implementation in Kotlin with an unusual API.

The unusual API comes from the fact that Seedvault is getting its data from the Android system in irregular chunks. It can't freely read data from a stream, but needs to wait until the system allows reading a certain amount.

Based on Farley-Chen/fastcdc-java which is based on iscc/fastcdc-py which is based on nlfiedler/fastcdc-rs using the ronomon implementation.