diff options
author | Andrey Andreev <narf@devilix.net> | 2014-08-27 13:18:19 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-08-27 13:18:19 +0200 |
commit | fc4db348999fe9cc8d568eeba7602a11d449e2b8 (patch) | |
tree | 52d63608ca1c4d3dcd6a7e97a991a595a59ae131 /system/libraries | |
parent | b27338ac9710cfcf69c4c99028f474aae8b28b49 (diff) |
[ci skip] Update a comment block description
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Encrypt.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/libraries/Encrypt.php b/system/libraries/Encrypt.php index 2541a4467..995bf0bbe 100644 --- a/system/libraries/Encrypt.php +++ b/system/libraries/Encrypt.php @@ -29,7 +29,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); /** * CodeIgniter Encryption Class * - * Provides two-way keyed encoding using XOR Hashing and Mcrypt + * Provides two-way keyed encoding using Mcrypt * * @package CodeIgniter * @subpackage Libraries |