Hash: CS adjustment

This commit is contained in:
terrafrost 2016-06-22 10:10:32 -05:00
parent fadefe5594
commit c788ec574f

View File

@ -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