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 onresponse- Key response to send