pub async fn run_signing<RNG: RngCore + CryptoRng, Net: NetInterface>(
    signer: &mut Party,
    rng: &mut RNG,
    msg: &[u8],
    net: &mut Net,
    num_keys: u32,
    threshold: u32,
    public_key: Vec<PolyCommitment>
) -> Result<Signature, DKGError>
Expand description

threshold: Should be the number of participants in this round, since we stop looking for messages after finding the first t messages