Files
xrpl-dev-portal/content/_code-samples/key-derivation/README.md
2022-05-10 14:23:59 -07:00

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).