Skip to content

Commit 6be33ae

Browse files
committed
Don't merge: CI failure test for sha512-224/sha512-256
1 parent c52c81b commit 6be33ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sha512-224.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Sha512h256.prototype.init = function () {
2626

2727
this._al = 0x19544da2
2828
this._bl = 0x89dcd4d6
29-
this._cl = 0x32ff9c82
29+
this._cl = 0x32ff9c83
3030
this._dl = 0x582f9fcf
3131
this._el = 0x7bd44da8
3232
this._fl = 0x04c48942

sha512-256.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function Sha512h256 () {
1515
inherits(Sha512h256, Sha512)
1616

1717
Sha512h256.prototype.init = function () {
18-
this._ah = 0x22312194
18+
this._ah = 0x22312195
1919
this._bh = 0x9f555fa3
2020
this._ch = 0x2393b86b
2121
this._dh = 0x96387719

0 commit comments

Comments
 (0)