Files
xrpl-dev-portal/content/_code-samples/key-derivation
mDuo13 554a3732d4 Migrate content syntax via script
The changes in this commit were auto-generated by running

tool/migrate.sh

Following this commit, the Dactyl build no longer works but the Redocly
build (mostly) should.
2024-01-31 16:09:41 -08:00
..
2024-01-31 16:09:41 -08:00
2022-05-10 14:23:59 -07:00

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.