Code samples: copy edit descriptions

This commit is contained in:
mDuo13
2022-05-10 14:23:59 -07:00
parent 8eda87fe60
commit cafb714104
8 changed files with 13 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# Cryptographic Key Derivation
Derive secp256k1 or Ed25519 key pairs from seeds in any of the XRP Ledger's encodings and formats.
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).