sign

Function sign 

Source
pub fn sign<RNG: RngCore + CryptoRng, Signer: Signer>(
    msg: &[u8],
    signers: &mut [Signer],
    rng: &mut RNG,
    merkle_root: Option<[u8; 32]>,
) -> (Vec<PublicNonce>, Vec<SignatureShare>)
Expand description

Run a signing round for the passed msg