Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 900 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 900 Bytes

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.