Skip to content

Commit

Permalink
[doc] comments fixed in opaque.h
Browse files Browse the repository at this point in the history
  • Loading branch information
stef committed Jul 12, 2024
1 parent 9cf7eef commit 0d655c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/opaque.h
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ int opaque_CreateCredentialRequest(const uint8_t *pwdU, const uint16_t pwdU_len,
transformed into a secret/shared session key sk and a response resp
to be sent back to the user.
@param [in] pub - the pub output of the opaque_CreateCredentialRequest()
@param [in] rec - the recorded created during "registration" and stored by the server
@param [in] ids - the id if the client and server
@param [in] rec - the record created during "registration" and stored by the server
@param [in] ids - the id of the client and server
@param [in] ctx - a context of this instantiation of this protocol, e.g. "AppABCv12.34"
@param [in] ctx_len - a context of this instantiation of this protocol
@param [out] resp - servers response to be sent to the client where
Expand Down

0 comments on commit 0d655c3

Please sign in to comment.