mirror of
https://github.com/HEYAHONG/ExtBoard-001.git
synced 2025-05-08 15:45:59 +08:00
更新HCppBox
This commit is contained in:
parent
042a0802ee
commit
856d34e9e2
@ -62,7 +62,7 @@ int hsha1_update(hsha1_context_t *ctx,const uint8_t *input,size_t ilen);
|
||||
/** \brief sha1 完成
|
||||
*
|
||||
* \param ctx hsha1_context_t* sha1上下文指针
|
||||
* \param output hsha1_sha1_t 输出MD5
|
||||
* \param output hsha1_sha1_t 输出SHA1
|
||||
* \return int 0=未出错
|
||||
*
|
||||
*/
|
||||
@ -72,7 +72,7 @@ int hsha1_finish(hsha1_context_t *ctx,hsha1_sha_t output);
|
||||
*
|
||||
* \param input uint8_t* 输入数据
|
||||
* \param ilen size_t 输入数据长度
|
||||
* \param output hsha1_sha1_t 输出MD5
|
||||
* \param output hsha1_sha1_t 输出SHA1
|
||||
* \return int 0=未出错
|
||||
*
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user