This commit is contained in:
shenjack 2024-04-05 23:30:04 +08:00
parent b75039694a
commit e039ad8655
Signed by: shenjack
GPG Key ID: 7B1134A979775551

View File

@ -12317,6 +12317,7 @@ Y.RC4.prototype = {
this.a = this.b = 0
},
bO(a) {
// update
var s, r, q, p, o, n = this,
m = a.length
for (s = 0; s < m; ++s) {