/basex

Because You Know I'm All About That Base-{16,32,64,85}

Primary LanguageCMIT LicenseMIT

base{16,32,64,85}

This repository contains standalone, unencumbered definitions of the base-16, base-32, and base-64 binary-to-text encoding algorithms, as outlined in RFC 4648. Experimental support for Ascii85 (base-85 with some caveats) is also included.

Usage

To use this code, copy the appropriate .h and .c files into your project, wherever it makes sense. Each implementation is completely separate from the others.

Hacking

To run tests:

$ make test