Skip to content

Commit 18952fb

Browse files
committed
Fixed shebang in S256SUM.LUA
1 parent fd76420 commit 18952fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/S256SUM.LUA

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ function sha256_file(file)
4444

4545
W[i] = string.byte(k, o) << 24 | string.byte(k, o + 1) << 16 | string.byte(k, o + 2) << 8 | string.byte(k, o + 3)
4646
end
47+
4748
for i = 16, 63 do -- Message expansion
4849

4950
-- s0 = Message schedule shift 0

0 commit comments

Comments
 (0)