Implement oprf_key test

This commit is contained in:
dAxpeDDa
2021-07-30 14:45:27 -07:00
committed by Kevin Lewi
parent a5b9330b63
commit db4e07811e
3 changed files with 25 additions and 1 deletions
+1 -1
View File
@@ -509,7 +509,7 @@ mod tests {
message,
state: client,
} = ClientRegistration::<Default>::start(&mut OsRng, PASSWORD.as_bytes())?;
let ServerRegistrationStartResult { message } =
let ServerRegistrationStartResult { message, .. } =
ServerRegistration::start(&server_setup, message, &[])?;
let ClientRegistrationFinishResult { message, .. } = client.finish(
&mut OsRng,