Updating test vectors based on latest spec changes (#233)

This commit is contained in:
Kevin Lewi
2021-08-26 03:07:59 -07:00
committed by GitHub
parent aee4b5d50e
commit 390db51910
4 changed files with 183 additions and 200 deletions
+1 -1
View File
@@ -411,7 +411,7 @@
//! ```
//! If the protocol completes successfully, then the server obtains a `server_login_finish_result.session_key` which is guaranteed to
//! match `client_login_finish_result.session_key` (see the [Session Key](#session-key) section).
//! Otherwise, on failure, the [ServerLogin::finish] algorithm outputs the error [InvalidLoginError](errors::PakeError::InvalidLoginError).
//! Otherwise, on failure, the [ServerLogin::finish] algorithm outputs the error [InvalidLoginError](errors::ProtocolError::InvalidLoginError).
//!
//! # Advanced Usage
//!