diff options
Diffstat (limited to 'system/libraries/Sha1.php')
-rw-r--r-- | system/libraries/Sha1.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/system/libraries/Sha1.php b/system/libraries/Sha1.php index 13196eb69..971c091ad 100644 --- a/system/libraries/Sha1.php +++ b/system/libraries/Sha1.php @@ -117,7 +117,6 @@ class CI_SHA { return $this->_hex($a).$this->_hex($b).$this->_hex($c).$this->_hex($d).$this->_hex($e); } - // END generate() // -------------------------------------------------------------------- @@ -139,7 +138,6 @@ class CI_SHA { return $str; } - // END _hex() // -------------------------------------------------------------------- @@ -160,7 +158,6 @@ class CI_SHA { return $b ^ $c ^ $d; } - // END _ft() // -------------------------------------------------------------------- @@ -189,7 +186,6 @@ class CI_SHA { return -899497514; } } - // END _kt() // -------------------------------------------------------------------- @@ -206,7 +202,6 @@ class CI_SHA { return ($msw << 16) | ($lsw & 0xFFFF); } - // END _safe_add() // -------------------------------------------------------------------- |