B64 encoder/decoder implemented in C.
An example of usage is given in example folder. To run the example do:
cd example && make && ./bin/b64_example
The code is documented for Doxygen.
Unit tests are pushed to tests branch, see its README.md for instructions on running them.
This project is licensed under the MIT License - see the LICENSE file for details.