mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
While most of the code associated with secp256k1 operations had been migrated to libsecp256k1, the deterministic key derivation code was still using calls to OpenSSL. If merged, this commit replaces the OpenSSL-based routines with new libsecp256k1-based implementations. No functional change is expected and the change should be transparent. This commit also removes several support classes and utility functions that wrapped or adapted various OpenSSL types that are no longer needed. A tip of the hat to the original author of this truly superb library, Dr. Pieter Wuille, and to all other contributors.
These are modules and sources that support our CMake build.
== FindBoost.cmake ==
In order to facilitate updating to latest releases of boost, we've made a local copy of the FindBoost cmake module in our repo. The latest official version can generally be obtained here.
The latest version provided by Kitware can be tailored for use with the version of CMake that it ships with (typically the next upcoming CMake release). As such, the latest version from the repository might not work perfectly with older versions of CMake - for instance, the latest version might use features or properties only available in the version of CMake that it ships with. Given this, it's best to test any updates to this module with a few different versions of cmake.