catalyst_key_derivation library
Classes
- Bip32Ed25519XKeyPair
- The public and private BIP-32 Ed25519 extended key pair.
- Bip32Ed25519XPrivateKey
- Represents an extended BIP-32 private key based on the Ed25519 curve.
- Bip32Ed25519XPrivateKeyFactory
- A factory that builds instances of Bip32Ed25519XPrivateKey.
- Bip32Ed25519XPublicKey
- An extended public key using the BIP-32 standard with the Ed25519 curve.
- Bip32Ed25519XPublicKeyFactory
- A factory that builds instances of Bip32Ed25519XPublicKey.
- Bip32Ed25519XSignature
- Represents an extended BIP-32 signature using the Ed25519 curve.
- Bip32Ed25519XSignatureFactory
- A factory that builds instances of Bip32Ed25519XSignature.
- CatalystKeyDerivation
- A Flutter plugin for Cardano's SLIP-0023 hierarchical deterministic key derivation.
- DefaultBip32Ed25519XPrivateKeyFactory
- The default implementation of Bip32Ed25519XPrivateKeyFactory that provides real instances of Bip32Ed25519XPrivateKey.
- DefaultBip32Ed25519XPublicKeyFactory
- The default implementation of Bip32Ed25519XPublicKeyFactory that provides real instances of Bip32Ed25519XPublicKey.
- DefaultBip32Ed25519XSignatureFactory
- The default implementation of Bip32Ed25519XSignatureFactory that provides real instances of Bip32Ed25519XSignature.
- Ed25519KeyPair
- The public and private Ed25519 key pair.
Extension Types
- Ed25519PrivateKey
- The Ed25519 private key that is 256 bits long.
- Ed25519PublicKey
- The ED25519 public key that is 256 bits long.
- Ed25519Signature
- The witness signature of the transaction.