We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e75ec9 commit 9f87603Copy full SHA for 9f87603
sha256.js
@@ -1,3 +1,7 @@
1
+export {
2
+ sha256
3
+}
4
+
5
var sha256 = function sha256(ascii) {
6
function rightRotate(value, amount) {
7
return (value>>>amount) | (value<<(32 - amount));
0 commit comments