cfrg / draft-irtf-cfrg-opaque

The OPAQUE Asymmetric PAKE Protocol
https://cfrg.github.io/draft-irtf-cfrg-opaque/draft-irtf-cfrg-opaque.html
Other
100 stars 20 forks source link

Removing extraneous output from RecoverCredentials #429

Closed kevinlewi closed 1 year ago

kevinlewi commented 1 year ago

From https://github.com/cfrg/draft-irtf-cfrg-opaque/issues/418#issuecomment-1737188161:

Indeed this was a typo, the server_public_key parameter did not need to be output by RecoverCredentials because it is already part of the cleartext_credentials output.

This change removes the output of server_public_key from the RecoverCredentials() function