bitwarden_ssh::generator

Function create_rsa_key

Source
fn create_rsa_key(
    rng: impl CryptoRngCore,
    bits: usize,
) -> Result<PrivateKey, KeyGenerationError>