Skip to main content

Module git_binary_base85

Module git_binary_base85 

Source
Expand description

Base-85 codec for GIT binary patch sections (matches git/base85.c).

Enums§

DecodeError
Errors returned while decoding a Git binary-patch base85 line.

Functions§

decode_body
Decode the base-85 body of one binary patch line.
encode
Encode bytes using Git’s base-85 alphabet (matches encode_85 in git/base85.c).