We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd76420 commit 18952fbCopy full SHA for 18952fb
1 file changed
core/S256SUM.LUA
@@ -44,6 +44,7 @@ function sha256_file(file)
44
45
W[i] = string.byte(k, o) << 24 | string.byte(k, o + 1) << 16 | string.byte(k, o + 2) << 8 | string.byte(k, o + 3)
46
end
47
+
48
for i = 16, 63 do -- Message expansion
49
50
-- s0 = Message schedule shift 0
0 commit comments