mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-28 17:48:35 +00:00
CS adjustment
This commit is contained in:
parent
79ab7c1f8e
commit
89f2385a6a
@ -1730,7 +1730,7 @@ class Hash
|
||||
$s1 = $temp[0] ^ $temp[1] ^ $temp[2];
|
||||
|
||||
$w[$i] = $w[$i - 16];
|
||||
$w[$i] = self::add64($w[$i], $s0);
|
||||
$w[$i] = self::add64($w[$i], $s0);
|
||||
$w[$i] = self::add64($w[$i], $w[$i - 7]);
|
||||
$w[$i] = self::add64($w[$i], $s1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user