b64 1.3.1 (Default branch) |
|
|
b64 is a very small, simple, and efficient C
library that provides Base64 encoding and decoding
according to RFC 1113. It has no dependencies on
any third-party libraries other than the C
standard libary or operating system services. It
also comes with a flexible C++ API.
License: BSD License (revised)
Changes:
The C++ API was enhanced to provide the ability to customize the b64 namespace name (in C++ compilation units). All of the example/sample/test directories and files were renamed to fit in with the prevailing standard in all Synesis/STLSoft-related libraries (i.e. example_c_1/example_c_1.c is now example.c.1/example.c.1.c). This version requires 1.9.26 of STLSoft.
|