From 856d34e9e21478719460a7c5f9270f15dc4703bc Mon Sep 17 00:00:00 2001 From: HEYAHONG <2229388563@qq.com> Date: Tue, 15 Apr 2025 15:57:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0HCppBox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FW/Core/3rdparty/HCppBox/master/hbox/hcrypto/hsha.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FW/Core/3rdparty/HCppBox/master/hbox/hcrypto/hsha.h b/FW/Core/3rdparty/HCppBox/master/hbox/hcrypto/hsha.h index e93989f..0d0d03a 100644 --- a/FW/Core/3rdparty/HCppBox/master/hbox/hcrypto/hsha.h +++ b/FW/Core/3rdparty/HCppBox/master/hbox/hcrypto/hsha.h @@ -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=未出错 * */