forked from XRPLF/rippled
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use libsecp256k1 instead of OpenSSL for key derivation:
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.
- Loading branch information
Showing
12 changed files
with
1,388 additions
and
1,011 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.