mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-26 14:45:50 +00:00
6 lines
323 B
Markdown
6 lines
323 B
Markdown
# Cryptographic Key Derivation
|
|
|
|
Derive secp256k1 or Ed25519 key pairs from seeds in any of the XRP Ledger's encodings and formats. (This implementation is equivalent to the ones included in most client libraries.)
|
|
|
|
For background and diagrams, see [Key Derivation](https://xrpl.org/cryptographic-keys.html#key-derivation).
|