Module algorithms

Source
Expand description

Ed25519 elliptic curve cryptography interface. SECP256K1 elliptic curve cryptography interface.

Note: The process for using SECP256k1 is complex and more involved than ED25519.

See SECP256K1 Key Derivation: <https://xrpl.org/cryptographic-keys.html#secp256k1-key-derivation>

Structsยง

Ed25519
Methods for using the ED25519 cryptographic system.
Secp256k1
Methods for using the ECDSA cryptographic system with the SECP256K1 elliptic curve.