Skip to content

Commit

Permalink
Update src/sig/sig.h
Browse files Browse the repository at this point in the history
Co-authored-by: Spencer Wilson <[email protected]>
Signed-off-by: Basil Hess <[email protected]>
  • Loading branch information
bhess and SWilson4 authored Nov 19, 2024
1 parent a47a23a commit a8731d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sig/sig.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,10 +253,10 @@ typedef struct OQS_SIG {
*
* @param[in] message The message represented as a byte string.
* @param[in] message_len The length of the message.
* @param[in] signature The context string used for the signature. This value can be set to NULL if a context string is not needed (i.e., for algorithms that do not support context strings or if an empty context string is used).
* @param[in] signature_len The context string used for the signature. This value can be set to 0 if a context string is not needed (i.e., for algorithms that do not support context strings or if an empty context string is used).
* @param[in] ctx_str The context string for the signature.
* @param[in] ctx_str_len The length of the context string.
* @param[in] signature The signature on the message represented as a byte string.
* @param[in] signature_len The length of the signature.
* @param[in] ctx_str The context string for the signature. This value can be set to NULL if a context string is not needed (i.e., for algorithms that do not support context strings or if an empty context string is used).
* @param[in] ctx_str_len The length of the context string. This value can be set to 0 if a context string is not needed (i.e., for algorithms that do not support context strings or if an empty context string is used).
* @param[in] public_key The public key represented as a byte string.
* @return OQS_SUCCESS or OQS_ERROR
*/
Expand Down

0 comments on commit a8731d2

Please sign in to comment.