mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-17 02:35:10 +00:00
Hash: CS adjustment
This commit is contained in:
parent
fadefe5594
commit
c788ec574f
@ -520,7 +520,6 @@ class Crypt_Hash
|
||||
$this->_rightShift( $w[$i - 2], 10);
|
||||
// @codingStandardsIgnoreEnd
|
||||
$w[$i] = $this->_add($w[$i - 16], $s0, $w[$i - 7], $s1);
|
||||
|
||||
}
|
||||
|
||||
// Initialize hash value for this chunk
|
||||
|
Loading…
Reference in New Issue
Block a user