From 43e767cc55a9747423a919ecbda4bf9cf26d45d8 Mon Sep 17 00:00:00 2001 From: MoonLeeeaf <150461955+MoonLeeeaf@users.noreply.github.com> Date: Sun, 16 Mar 2025 23:53:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B3=A8=E9=87=8A=E6=8D=8F?= =?UTF-8?q?=EF=BC=88=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/lib/crypto.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/lib/crypto.js b/server/lib/crypto.js index 0e230a5..229998b 100644 --- a/server/lib/crypto.js +++ b/server/lib/crypto.js @@ -1,7 +1,7 @@ import crypto from 'node:crypto' /** - * 获取 Sha-256 哈希 + * 获取 Sha-256 Hex 格式哈希 * @param { crypto.BinaryLike } data * @returns */