This encoding is described here: https://en.wikipedia.org/wiki/Ascii85
Probably is only useful the Z85 variant of ZeroMQ but implementing the older ones can be fun.
Example implementation: https://github.com/coding-horror/ascii85/blob/master/Ascii85ConsoleSolution/Ascii85.cs
This encoding is described here: https://en.wikipedia.org/wiki/Ascii85
Probably is only useful the Z85 variant of ZeroMQ but implementing the older ones can be fun.
Example implementation: https://github.com/coding-horror/ascii85/blob/master/Ascii85ConsoleSolution/Ascii85.cs