Skip to content

Commit 9f87603

Browse files
committed
add export statement for ts
1 parent 2e75ec9 commit 9f87603

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sha256.js

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
export {
2+
sha256
3+
}
4+
15
var sha256 = function sha256(ascii) {
26
function rightRotate(value, amount) {
37
return (value>>>amount) | (value<<(32 - amount));

0 commit comments

Comments
 (0)