From 7b7ec9393d6f19b23f4ebef7b986ece28dff331a Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Thu, 15 Aug 2024 13:16:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=80=E4=B9=88=E7=94=A8=E6=9D=A5=E5=87=8F?= =?UTF-8?q?=E9=80=9F=E7=9A=84=20math.random?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- branch/latest/md5.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/branch/latest/md5.js b/branch/latest/md5.js index 1d694f2..184f506 100644 --- a/branch/latest/md5.js +++ b/branch/latest/md5.js @@ -17363,7 +17363,7 @@ T.Plr.prototype = { i = (j * 181 + 160 & 255) >>> 0 if (i >= 89 && i < 217) { // C.Array.j(this_.t, (i + 0 * (Math.random() * 256) & 63) >>> 0) - this_.t.push((i + 0 * (Math.random() * 256) & 63) >>> 0) + this_.t.push((i & 63) >>> 0) } else { // rc4.push(j) this_.a2.push(j)