Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 196 Bytes

File metadata and controls

22 lines (14 loc) · 196 Bytes

base64 encode / decode

dependencies

For the thing itself: none

For the testcases: boost

build

mkdir build
cd build
cmake ..
make

use

See main.cc for sample usage.