Namespace SodotSDK.Ed25519
Classes
- Ed25519
Class providing the functionality for the Ed25519 protocol the implementing FROST MPC protocol.
Structs
- Ed25519PublicKey
An Ed25519 public key, generated by the Keygen(Uuid, ushort, ushort, KeygenSecret, KeygenId[]) function.
- Ed25519SecretShare
A hex string that represents a secret value that must be provided when participating in a keygen.
- Ed25519Signature
An Ed25519 signature., generated by the Sign(Uuid, Ed25519SecretShare, byte[], uint[]) function.