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