Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 551 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 551 Bytes

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