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.
2 parents 21df64e + a278f34 commit 5d14da3Copy full SHA for 5d14da3
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