send_key_response

Function send_key_response 

Source
async fn send_key_response(
    send: &mut SendStream,
    response: &KeyResponse,
) -> Result<()>
Expand description

Sends the key challenge response to the server

Serializes the response using postcard and sends it with a length prefix.

ยงArguments

  • send - Stream to send the response on
  • response - Key response to send