Skip to content

Commit

Permalink
fix astyle format
Browse files Browse the repository at this point in the history
  • Loading branch information
ducnguyen-sb committed Oct 22, 2023
1 parent 5a49b6b commit 1afc35c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sig_stfl/sig_stfl.h
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ typedef struct OQS_SIG_STFL_SECRET_KEY {
* @param[in] key_len length of the returned byte string
* @param[in] sk_buf The secret key data to populate key object
* @param[in] context application specific data
* @returns status of the operation populated with key material none-zero length.
* Caller is responsible to **unallocate** the buffer `sk_buf`.
* @returns status of the operation populated with key material none-zero length.
* Caller is responsible to **unallocate** the buffer `sk_buf`.
*/
OQS_STATUS (*deserialize_key)(OQS_SIG_STFL_SECRET_KEY *sk, const size_t sk_len, const uint8_t *sk_buf, void *context);

Expand Down

0 comments on commit 1afc35c

Please sign in to comment.