nofeaturesonlybugs / z85

golang z85 encoding and decoding.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Reference Go Report Card Build Status codecov License: MIT

A golang implementation of ZeroMQ Z85 encoding as specified at https://rfc.zeromq.org/spec:32/Z85/

Credit

This implementation is influenced in part by https://github.com/tilinna/z85

Enhancements

This implementation does not require the caller to allocate storage buffers before calls to Encode or Decode.

This implementation provides functions to pad inputs to a length that is a multiple of 4; a complementary trim function is also provided.

About

golang z85 encoding and decoding.

License:MIT License


Languages

Language:Go 100.0%