1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-12-11 16:49:41 +01:00
tgseclib/phpseclib/Crypt
Andreas Fischer 0deae03dca Merge branch '2.0'
* 2.0:
  Remove unnecessary parens
  Convert most instances of function_exists() to extension_loaded() where applicable
  Remove conditions for PHP < 5.3.0 for this branch
  Switch to extension_loaded('gmp')
  Switch to extension_loaded instead of function_exists where it makes sense
2015-09-04 15:05:50 +02:00
..
AES.php Fixed lots of phpdoc typos 2015-09-02 00:44:55 +01:00
Base.php Fixed lots of phpdoc typos 2015-09-02 00:44:55 +01:00
Blowfish.php Fixed lots of phpdoc typos 2015-09-02 00:44:55 +01:00
DES.php Fixed lots of phpdoc typos 2015-09-02 00:44:55 +01:00
Hash.php Fixed lots of phpdoc typos 2015-09-02 00:44:55 +01:00
Random.php Merge branch '2.0' 2015-09-04 15:05:50 +02:00
RC2.php Fixed lots of phpdoc typos 2015-09-02 00:44:55 +01:00
RC4.php Fixed lots of phpdoc typos 2015-09-02 00:44:55 +01:00
Rijndael.php Fixed lots of phpdoc typos 2015-09-02 00:44:55 +01:00
RSA.php Merge branch '2.0' 2015-09-04 15:05:50 +02:00
TripleDES.php Fixed lots of phpdoc typos 2015-09-02 00:44:55 +01:00
Twofish.php Fixed lots of phpdoc typos 2015-09-02 00:44:55 +01:00