From c788ec574f51c6be9eedf172443582f0a0538bef Mon Sep 17 00:00:00 2001 From: terrafrost Date: Wed, 22 Jun 2016 10:10:32 -0500 Subject: [PATCH] Hash: CS adjustment --- phpseclib/Crypt/Hash.php | 1 - 1 file changed, 1 deletion(-) 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