Skip to main content

verify_key

Function verify_key 

Source
async fn verify_key(
    session_key: &[u8],
    username: &str,
    key_uuid: &str,
    salt: &[u8],
    shared_a: &BoxedUint,
    shared_b: &BoxedUint,
    rest: &RestClient,
) -> Result<(), OnePasswordError>
Expand description

Sends the client verification hash to confirm the session key, then checks the server’s answer.