async fn perform(
secret_a: &BoxedUint,
credentials: &Credentials,
account_key: &AccountKey,
srp_info: &SrpInfo,
rest: &RestClient,
) -> Result<[u8; 32], OnePasswordError>Expand description
The exchange itself, with secret_a taken as an argument so tests can pin it.