/libecstk-crypto

A small modular C++20 crypto library. Depends on libecstk-buffer.

Primary LanguageC++Boost Software License 1.0BSL-1.0

DESCRIPTION

Essential Component Stack - libecstk - is a small modular C++20 library. Crypto part features safe-to-use cryptographic primitives.

INSTALLATION

Development headers can be copied to the /usr/local/include/ecstk directory using the following command.

sudo make install

The installed development headers can be removed using the following command.

sudo make uninstall

To compile tests, run:

mkdir build
make

Note: A C++20-capable compiler is required.

USAGE

##CRYPTO TODO

LICENSE

Copyright Nezametdinov E. Ildus 2021.

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)