Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 339 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 339 Bytes

Z85

Base-85 encoding and decoding

The library is inspired by https://github.com/tilinna/z85 and partially based on its codebase.

The key improvements compare to the predecessor are:

  • automatic padding of input data, source length divisible by 4 is no longer required;
  • low level optimizations, now it works about 1.5 times faster.