pub type ThresholdKeyShares = (RistrettoPoint, Vec<(u32, SecretShare, PublicShare)>);Expand description
Type alias for threshold key generation result: (group_pubkey, key_shares)
pub type ThresholdKeyShares = (RistrettoPoint, Vec<(u32, SecretShare, PublicShare)>);Type alias for threshold key generation result: (group_pubkey, key_shares)