summaryrefslogtreecommitdiffstats
path: root/system/libraries/Sha1.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-21 21:39:00 +0200
committeradmin <devnull@localhost>2006-10-21 21:39:00 +0200
commitbd6bee75dd26ade1c8d9cfd104bb913065797c59 (patch)
treed6f4ad19ef131b950e2cab3807c3479ad328cc0c /system/libraries/Sha1.php
parent23db0ddcd518b8a6ab8b7688a3eab756a73463f0 (diff)
Diffstat (limited to 'system/libraries/Sha1.php')
-rw-r--r--system/libraries/Sha1.php5
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()
// --------------------------------------------------------------------