tss

Function sum_commitments

pub fn sum_commitments<C>(
    commitments: &[&VerifiableSecretSharingCommitment<C>],
) -> Result<VerifiableSecretSharingCommitment<C>, Error<C>>
where C: Ciphersuite,
Expand description

Sum the commitments from all participants in a distributed key generation run into a single group commitment.