pub fn sign(
signing_package: &SigningPackage,
signer_nonces: &SigningNonces,
key_package: &KeyPackage,
) -> Result<SignatureShare, Error>
Expand description
Performed once by each participant selected for the signing operation.
Receives the message to be signed and a set of signing commitments and a set of randomizing commitments to be used in that signing operation, including that for this participant.
Assumes the participant has already determined which nonce corresponds with the commitment that was assigned by the coordinator in the SigningPackage.