Namespace SodotSDK.Sr25519
Classes
- Sr25519
Class providing the functionality for the Sr25519 protocol the implementing FROST MPC protocol.
Structs
- Sr25519PublicKey
A 32 byte Sr25519 public key generated by Keygen(Uuid, ushort, ushort, KeygenSecret, KeygenId[]):
- Sr25519SecretShare
A hex string that represents a secret value that must be provided when participating in a keygen.
- Sr25519Signature
A 64 byte Sr25519 signature, generated by Sign(Uuid, Sr25519SecretShare, byte[], string[]).