Struct Ed25519SecretShare
A hex string that represents a secret value that must be provided when participating in a keygen.
public struct Ed25519SecretShare
- Inherited Members
Constructors
Ed25519SecretShare(string)
Initializes a new instance of the Ed25519SecretShare struct.
public Ed25519SecretShare(string SecretShareHex)
Parameters
SecretShareHexstringThe secret share identifier.
Properties
SecretShareHex
The per-party private key material that is used for threshold signing.
public string SecretShareHex { readonly get; set; }