Namespace SodotSDK.ExportableEd25519
Classes
- ExportableEd25519
Class providing the functionality for the Ed25519 protocol the FROST MPC protocol with an added "export" functionality that should be compatible with other Ed25519 signing libraries. Notice that derivation is not supported by this class as derivation is not standardized in Ed25519-based signing libraries.
Structs
- ExportableEd25519PublicKey
A 32 byte ExportableEd25519 public key.
- ExportableEd25519SecretShare
A hex string that represents a secret value that must be provided when participating in a keygen.
- ExportableEd25519Signature
A 64 byte ExportableEd25519 signature, generated by Sign(Uuid, ExportableEd25519SecretShare, byte[]).