AES.php
|
Merge branch 'phpdoc-1.0' into 1.0
|
2015-10-13 08:52:52 -05:00 |
DES.php
|
spelling fixes
|
2016-08-04 00:19:27 -05:00 |
Hash.php
|
Hash: tweaks to hash pre-computation
|
2018-10-12 23:04:57 -05:00 |
Random.php
|
Random: return empty string if $length is 0
|
2017-12-03 22:39:01 -06:00 |
RC2.php
|
Crypt: some of the minimum key lengths were off
|
2017-12-19 07:04:36 -06:00 |
RC4.php
|
RC4: don't assume key is "\0" by default
|
2017-10-05 05:26:23 -05:00 |
RSA.php
|
RSA: replace != with !$this->_equals
|
2017-10-05 05:31:19 -05:00 |
Twofish.php
|
more adjustments for ARM CPU's
|
2017-12-17 14:52:43 -06:00 |