pub fn commit<RNG>(
secret: &SigningShare,
rng: &mut RNG,
) -> (SigningNonces, SigningCommitments)
Expand description
Performed once by each participant selected for the signing operation.
Generates the signing nonces and commitments to be used in the signing operation.