Function to create the delta for a file

This commit is contained in:
Kovid Goyal
2021-09-18 14:00:59 +05:30
parent bcd1837924
commit 2a9dff2846
3 changed files with 33 additions and 18 deletions

View File

@@ -27,5 +27,9 @@ def make_hash_table(sig: SignatureCapsule) -> None:
pass
def begin_create_delta(sig: SignatureCapsule) -> JobCapsule:
pass
def iter_job(job_capsule: JobCapsule, input_data: bytes, eof: Optional[bool] = None, expecting_output: bool = True) -> Tuple[bytes, bool, int]:
pass