Expand description
Quickly encode or decode binary data.
glassy
is a library for easily and efficiently encoding and
decoding binary data to and from textual representations like Base32 and
Base64. It was created for use in implementing the GNU coreutil basenc
.