receive_result

Function receive_result 

Source
async fn receive_result(recv: &mut RecvStream) -> Result<ZoeChallengeResult>
Expand description

Receives the verification result from the server

Reads the result with length prefix and deserializes it.

§Arguments

  • recv - Stream to receive the result from

§Returns

The parsed verification result from the server