Function tlspuffin::tls::key_exchange::tls12_new_secrets

source ·
pub fn tls12_new_secrets(
    server_random: &Random,
    server_ecdh_pubkey: &[u8],
    group: &NamedGroup,
    client_random: &Random,
    suite: SupportedCipherSuite,
) -> Result<ConnectionSecrets, FnError>