Function tlspuffin::tls::fn_impl::fn_utils::fn_derive_psk

source ยท
pub fn fn_derive_psk(
    server_hello: &HandshakeHash,
    server_finished: &HandshakeHash,
    client_finished: &HandshakeHash,
    server_key_share: &Option<Vec<u8>>,
    new_ticket_nonce: &Vec<u8>,
    group: &NamedGroup,
) -> Result<Vec<u8>, FnError>