async fn exchange_a_for_b(
shared_a: &BoxedUint,
rest: &RestClient,
) -> Result<BoxedUint, OnePasswordError>Expand description
Sends userA and returns the server’s userB.
async fn exchange_a_for_b(
shared_a: &BoxedUint,
rest: &RestClient,
) -> Result<BoxedUint, OnePasswordError>Sends userA and returns the server’s userB.