diff --git a/phpseclib/Crypt/Hash.php b/phpseclib/Crypt/Hash.php index a13d960f..5dda8eae 100644 --- a/phpseclib/Crypt/Hash.php +++ b/phpseclib/Crypt/Hash.php @@ -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