Files
rippled/src/ripple/crypto
Nik Bougalis 63503ee8f0 Improve platform detection and reduce includes:
The existing platform detection code was derived from the old Beast
library, which was, itself, derived from JUCE.

This commit removes that code and replaces it with the Boost.Predef
library which defines a consistent set of compiler, architecture,
operating system, library, and other version numbers.

For more on Boost.Predef, please see the Boost documentation. The
documentation for the current version as of this writing is at:
https://www.boost.org/doc/libs/1_71_0/doc/html/predef.html
2019-12-30 20:20:31 -08:00
..
2014-11-10 15:00:20 -08:00

SSLUtil

This module exposes the OpenSSL headers and provides utilities to operate with OpenSSL / BIGNUM objects.