phpseclib/phpseclib/Crypt
Andreas Fischer 709c7c4d48 Merge pull request #385 from bantu/a-random-change
Random: include the Crypt_* classes if they're available

* bantu/a-random-change:
  phpseclib_is_includable() -> phpseclib_resolve_include_path()
  Drop Net_SSH2::_is_includable() method.
  Random: a few changes to the stream_resolve_include_path_function
  Replace stream_resolve_include_path with phpseclib_is_includable.
  Random: add explanatory comment
  SSH2: replace _is_includable() with stream_resolve_include_path
  Random: include the Crypt_* classes if they're available
2014-06-19 16:08:59 +02:00
..
AES.php Always correctly link to the constructor of Crypt_Base. 2014-06-16 16:42:18 +02:00
Base.php Crypt/Base: readability improvement 2014-06-16 09:57:04 -05:00
Blowfish.php Always correctly link to the constructor of Crypt_Base. 2014-06-16 16:42:18 +02:00
DES.php Always correctly link to the constructor of Crypt_Base. 2014-06-16 16:42:18 +02:00
Hash.php Adjust documentation to coding guidelines: No () around include. 2014-06-01 23:28:49 +02:00
Random.php phpseclib_is_includable() -> phpseclib_resolve_include_path() 2014-06-19 14:57:09 +02:00
RC2.php RC2: speed-ups and CS changes 2014-06-13 16:30:12 -05:00
RC4.php RC4: speedups 2014-06-16 09:19:14 -05:00
Rijndael.php Always correctly link to the constructor of Crypt_Base. 2014-06-16 16:42:18 +02:00
RSA.php RSA: CS adjustments 2014-06-13 13:17:37 -05:00
TripleDES.php HHVM does not like it when we call an non-existent parent constructor. 2014-06-16 22:18:19 +02:00
Twofish.php Always correctly link to the constructor of Crypt_Base. 2014-06-16 16:42:18 +02:00