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 69bca08 commit 8eb102bCopy full SHA for 8eb102b
README.md
@@ -14,7 +14,7 @@ var createHash = require('sha.js')
14
var sha256 = createHash('sha256')
15
var sha512 = createHash('sha512')
16
17
-var h = sha1.update('abc', 'utf8').digest('hex')
+var h = sha256.update('abc', 'utf8').digest('hex')
18
console.log(h) //ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad
19
20
//LEGACY, do not use in new systems:
0 commit comments