更新HCppBox

This commit is contained in:
HEYAHONG 2025-04-15 15:57:16 +08:00
parent 042a0802ee
commit 856d34e9e2
No known key found for this signature in database
GPG Key ID: 97E3E469FE2C920B

View File

@ -62,7 +62,7 @@ int hsha1_update(hsha1_context_t *ctx,const uint8_t *input,size_t ilen);
/** \brief sha1 完成 /** \brief sha1 完成
* *
* \param ctx hsha1_context_t* sha1上下文指针 * \param ctx hsha1_context_t* sha1上下文指针
* \param output hsha1_sha1_t MD5 * \param output hsha1_sha1_t SHA1
* \return int 0= * \return int 0=
* *
*/ */
@ -72,7 +72,7 @@ int hsha1_finish(hsha1_context_t *ctx,hsha1_sha_t output);
* *
* \param input uint8_t* * \param input uint8_t*
* \param ilen size_t * \param ilen size_t
* \param output hsha1_sha1_t MD5 * \param output hsha1_sha1_t SHA1
* \return int 0= * \return int 0=
* *
*/ */