Summary
Version 1.1 of the b64 library - provides RFC-1113 compatible base-64 encoding/decoding - is released.
Advertisement
The library is written in C, with a C-API. The C++ mapping is a flexible facade over the C-API, and is 100% header-only. The implementation is platform-independent.
(Note: To those of you familiar with my libraries, this is a clear attempt to address the righteous criticism of the documentation of various of my open-source libraries (recls, STLSoft, etc.). I'm interested to hear feedback on whether that aim has been achieved, as I plan to use this as a template for other releases in the near future.)