Function iota_types::utils::make_committee_key_num

source ยท
pub fn make_committee_key_num<R>(
    num: usize,
    rand: &mut R,
) -> (Vec<AuthorityKeyPair>, Committee)
where R: CryptoRng + RngCore,