SladeThe / z85

Base-85 encoding and decoding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Base-85 encoding and decoding

License:MIT License


Languages

Language:Go 100.0%