iota_types::utils

Function make_committee_key_num

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