We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd20f5 commit a278f34Copy full SHA for a278f34
README.md
@@ -44,7 +44,7 @@ sha256("Test").then( hash => {
44
const message = new Uint8Array(8);
45
const bytes = Array.from(message);
46
47
-sha256Bytes(message).then( hash => {
+sha256Bytes(bytes).then( hash => {
48
console.log(hash);
49
})
50
```
0 commit comments