rustls::crypto::aws_lc_rs::hpke

Function generate_key_pair

Source
fn generate_key_pair(
    alg: &'static Algorithm,
) -> Result<(HpkePublicKey, PrivateKey), Error>