iota_types::utils

Function make_committee_key

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