Function keypair_using

Source
pub fn keypair_using(
    rng: &mut impl RandomNumberGenerator,
) -> Result<(PrivateKeys, PublicKeys)>