jhunt / basex

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C 98.9%Language:Makefile 1.1%