Function vsss_rs::combine_shares_group

source ·
pub fn combine_shares_group<G: Group + GroupEncoding + Default, I: ShareIdentifier, S: Share<Identifier = I>>(
    shares: &[S]
) -> VsssResult<G>
Expand description

Reconstruct a secret from shares created from split_secret. The X-coordinates operate in F The Y-coordinates operate in G

Exists to support operations like threshold BLS where the shares operate in F but the partial signatures operate in G.