gitextract_49o6eegi/ ├── .clang-format ├── .github/ │ └── workflows/ │ ├── bigendiancmake.yml │ ├── cmake.yml │ └── cpplint.yml ├── .gitignore ├── CMakeLists.txt ├── CPPLINT.cfg ├── LICENSE ├── README.md ├── include/ │ └── base64.hpp ├── scripts/ │ ├── run-clang-format.sh │ └── run-s390x-emulation.sh └── test/ ├── base64_tests.cpp ├── modp_b64_tests.cpp └── roundtrip_test.cpp