frost_ristretto255::round1

Function commit

source
pub fn commit<RNG>(
    secret: &SigningShare,
    rng: &mut RNG,
) -> (SigningNonces, SigningCommitments)
where RNG: CryptoRng + RngCore,
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.