mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
This change substitutes the `ed25519-donna` source code copy by the Conan recipe added in https://github.com/XRPLF/conan-center-index/pull/23.
9 lines
832 B
Markdown
9 lines
832 B
Markdown
# External Conan recipes
|
|
|
|
The subdirectories in this directory contain external libraries used by rippled.
|
|
|
|
| Folder | Upstream | Description |
|
|
| :--------------- | :------------------------------------------------------------- | :------------------------------------------------------------------------------------------- |
|
|
| `antithesis-sdk` | [Project](https://github.com/antithesishq/antithesis-sdk-cpp/) | [Antithesis](https://antithesis.com/docs/using_antithesis/sdk/cpp/overview.html) SDK for C++ |
|
|
| `secp256k1` | [Project](https://github.com/bitcoin-core/secp256k1) | ECDSA digital signatures using the **secp256k1** curve |
|