Awesome
Encoding for =nil; Foundation's Cryptography Suite
Encoding for =nil; Foundation's cryptography suite.
Building
This library uses Boost CMake build modules (https://github.com/BoostCMake/cmake_modules.git). To actually include this library in a project it is required to:
- Add CMake Modules as submodule to target project repository.
- Add all the internal dependencies using CMake Modules as submodules to target project repository.
- Initialize parent project with CMake Modules (Look at crypto3 for the example)
Dependencies
Internal
- Boost.Predef (until https://github.com/boostorg/predef/pull/108 and https://github.com/boostorg/predef/pull/107 are accepted)
- Boost.Config (until https://github.com/boostorg/config/pull/338 and https://github.com/boostorg/config/pull/339 are accepted)
External
- Boost (>= 1.58)