Skip to content

steinwurf/aybabtu

Repository files navigation

aybabtu

Linux make-specs Windows make-specs MacOS make-specs Linux CMake Windows CMake MacOS CMake Raspberry Pi Valgrind No Assertions Clang Format Cppcheck

http://www.allyourbasearebelongtous.com/gif/allyourbase.gif

aybabtu is a tiny base64 C++11 library containing functions to encode and decode base64 strings. It has CPU-optimized implementations for x86 and ARM processors. The library, particularly the CPU optimizations, is inspired by Alfred Klomp's base64 C-library.

Table of Contents:

See the example.cpp for how to use the library.

To depend on this project when using the CMake build system, add the following in your CMake build script:

add_subdirectory("/path/to/aybabtu" aybabtu)
target_link_libraries(<my_target> steinwurf::aybabtu)

Where <my_target> is replaced by your target.

About

aybabtu is a tiny lib containing functions to encode and decode base64 strings

Resources

License

Stars

0 stars

Watchers

5 watching

Forks

Packages

 
 
 

Contributors