pub fn sign<RNG: RngCore + CryptoRng>( msg: &[u8], signers: &mut [Party], rng: &mut RNG, ) -> (Vec<PublicNonce>, Vec<SignatureShare>, Vec<u32>)
Run a signing round for the passed msg
msg