macro_rules! kyberlib_uake_client_confirm {
($send_b:expr) => { ... };
}
Expand description
Decapsulates and authenticates the shared secret from the output of
kyberlib_uake_server_receive()
.
§Arguments
send_b
- The bytes received from thekyberlib_uake_server_receive()
request.
§Returns
Nothing (the shared secret is stored in the Uake
struct).
Macro to decapsulate and authenticate the shared secret from a Unilaterally Authenticated Key Exchange.