Skip to main content

client_handshake2_ntor_v1

Function client_handshake2_ntor_v1 

Source
fn client_handshake2_ntor_v1<T>(
    msg: T,
    state: &NtorHandshakeState,
) -> Result<NtorHkdfKeyGenerator>
where T: AsRef<[u8]>,
Expand description

Complete a client handshake, returning a key generator on success.