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 c52c81b commit 6be33aeCopy full SHA for 6be33ae
sha512-224.js
@@ -26,7 +26,7 @@ Sha512h256.prototype.init = function () {
26
27
this._al = 0x19544da2
28
this._bl = 0x89dcd4d6
29
- this._cl = 0x32ff9c82
+ this._cl = 0x32ff9c83
30
this._dl = 0x582f9fcf
31
this._el = 0x7bd44da8
32
this._fl = 0x04c48942
sha512-256.js
@@ -15,7 +15,7 @@ function Sha512h256 () {
15
inherits(Sha512h256, Sha512)
16
17
Sha512h256.prototype.init = function () {
18
- this._ah = 0x22312194
+ this._ah = 0x22312195
19
this._bh = 0x9f555fa3
20
this._ch = 0x2393b86b
21
this._dh = 0x96387719
0 commit comments