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 1c879cf commit 1244bd2Copy full SHA for 1244bd2
README.md
@@ -12,7 +12,7 @@ var shajs = require('sha.js')
12
13
console.log(shajs('sha256').update('42').digest('hex'))
14
// => 73475cb40a568e8da8a045ced110137e159f890ac4da883b6b17dc651b3a8049
15
-console.log(new shajs.SHA256().update('42').digest('hex'))
+console.log(new shajs.sha256().update('42').digest('hex'))
16
17
18
var sha256stream = shajs('sha256')
0 commit comments