Function byztimed::ntske::request_ntske[][src]

pub async fn request_ntske(
    stream: &mut TlsStream<TcpStream>
) -> Result<Result<NtskeOutput, NtskeProblem>>

Run the NTS-KE protocol as a client

Writes an NTS-KE request to stream and then reads and interprets the response.