1
0
Fork 0
forked from svrjs/svrjs

Lint out SHA256 function

This commit is contained in:
Dorian Niemiec 2024-08-25 13:18:19 +02:00
parent b5de4b79c5
commit ed71618856

View file

@ -131,7 +131,7 @@ function sha256(s) {
0x5be0cd19,
);
let W = new Array(64);
let a, b, c, d, e, f, g, h, i, j;
let a, b, c, d, e, f, g, h;
let T1, T2;
m[l >> 5] |= 0x80 << (24 - (l % 32));