Skip to content

Commit

Permalink
lib_cxng: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavier Chapron authored and xchapron-ledger committed Jan 24, 2024
1 parent 9ba66ce commit b8c46e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib_cxng/include/lcx_groestl.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ size_t cx_groestl_get_output_size(const cx_groestl_t *ctx);
/**
* @brief Initializes a GROESTL context.
*
* @param[out] hash Pointer to the context to init.ialize.
* @param[out] hash Pointer to the context to initialize.
*
* @param[in] size Length of the digest.
*
Expand Down
1 change: 0 additions & 1 deletion lib_cxng/include/lcx_hash.h
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ size_t cx_hash_get_size(const cx_hash_t *ctx);
* - INVALID_PARAMETER
* - CX_INVALID_PARAMETER
*/
// WARN_UNUSED_RESULT cx_err_t cx_hash_no_throw(cx_hash_t *hash,
WARN_UNUSED_RESULT cx_err_t cx_hash_no_throw(cx_hash_t *hash,
uint32_t mode,
const uint8_t *in,
Expand Down

0 comments on commit b8c46e9

Please sign in to comment.