Skip to content

Commit

Permalink
Don't merge: CI failure test for sha512-224/sha512-256
Browse files Browse the repository at this point in the history
  • Loading branch information
ChALkeR committed Feb 1, 2022
1 parent c52c81b commit 6be33ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sha512-224.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Sha512h256.prototype.init = function () {

this._al = 0x19544da2
this._bl = 0x89dcd4d6
this._cl = 0x32ff9c82
this._cl = 0x32ff9c83
this._dl = 0x582f9fcf
this._el = 0x7bd44da8
this._fl = 0x04c48942
Expand Down
2 changes: 1 addition & 1 deletion sha512-256.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function Sha512h256 () {
inherits(Sha512h256, Sha512)

Sha512h256.prototype.init = function () {
this._ah = 0x22312194
this._ah = 0x22312195
this._bh = 0x9f555fa3
this._ch = 0x2393b86b
this._dh = 0x96387719
Expand Down

0 comments on commit 6be33ae

Please sign in to comment.