Skip to content

Boost-ified verison of Crypto3 cryptography suite

License

Notifications You must be signed in to change notification settings

NilFoundation/boost-crypto3

Repository files navigation

Boost.Crypto3

Build Status

Boost.Crypto3 is a header-only concept-based C++ cryptography library derived from =nil; Crypto3 C++ Cryptography Suite designed to be included in Boost.

Repository Structure

The original =nil; Crypto3 C++ Cryptography Suite is a highly modular one. Every particular cryptography field algorithms family implementation is emplaced in it's separate header-only submodule. This library merges those ones, which were selected by Boost community, implements Bjam-based build configuration for them, and emplaces in include/boost/crypto3/ directory. Tests from sufficient merged libraries are being emplaced in test.