ThresholdKeyShares

Type Alias ThresholdKeyShares 

Source
pub type ThresholdKeyShares = (RistrettoPoint, Vec<(u32, SecretShare, PublicShare)>);
Expand description

Type alias for threshold key generation result: (group_pubkey, key_shares)