scclib
Stable Cloud Computing C++ Library
|
See cryptography.
This module depends on the scclib util module.
The module also depends on OpenSSL or Intel ippcp depending on build parameters.
OpenSSL is the default. To use ippcp, use the following command line:
or modify .bazelrc
with the following:
Requires the Intel IPP Cryptography library to be installed under /opt/intel
.
OpenSSL is the default. To build the libraries with ippcp, use the following command line:
make cleanall
should be used when changing crypto libraries. The default can be changed in the shared makefile.
Requires OpenSSL version 1.1.0 or greater.