pub fn generate_keys<R: Rng>(rng: &mut R, count: usize) -> Vec<Keypair>
Generates a set of [Keypair]s based on the desired count.