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

image

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:

Usage

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

Use as Dependency in CMake

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

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •