Function iota_types::utils::make_committee_key

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