Function s2n_quic::provider::tls::default::ffi::s2n_connection_get_kem_name

source ·
pub unsafe extern "C" fn s2n_connection_get_kem_name(
    conn: *mut s2n_connection
) -> *const i8
Expand description

Function to get the human readable KEM name for the connection.

@param conn A pointer to the s2n connection @returns A human readable string for the KEM group. If there is no KEM configured returns “NONE”