Expand description
Base-85 codec for GIT binary patch sections (matches git/base85.c).
Enums§
- Decode
Error - 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_85ingit/base85.c).