1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-12-02 17:48:00 +01:00
tgseclib/phpseclib/Crypt
Andreas Fischer 6ba2b374e5 Merge branch 'master' into php5
* master:
  AES: don't do mcrypt unit tests if mcrypt extension is not available
  AES: a few final changes
  AES: set CRYPT_RIJNDAEL_MODE as well in unit tests
  AES: CS changes to unit tests
  AES: more unit test fixes
  AES: unit test updates
  AES: more unit test fixes
  AES: add new lines to end of unit tests
  AES: CS adjustments to unit tests
  AES: first attempt at unit tests for key padding
  Rijndael, AES: adjustments to what key sizes are and aren't allowed
2014-08-15 16:27:36 +02:00
..
AES.php Merge branch 'master' into php5 2014-08-15 16:27:36 +02:00
Base.php Merge branch 'master' into php5 2014-06-17 00:36:54 +02:00
Blowfish.php Change constructors from class name to __construct(). 2014-06-16 17:06:34 +02:00
DES.php Change constructors from class name to __construct(). 2014-06-16 17:06:34 +02:00
Hash.php Merge branch 'master' into php5 2014-08-10 17:59:08 +02:00
Random.php Replace phpseclib_resolve_include_path with stream_resolve_include_path. 2014-06-19 16:14:15 +02:00
RC2.php Change constructors from class name to __construct(). 2014-06-16 17:06:34 +02:00
RC4.php Change constructors from class name to __construct(). 2014-06-16 17:06:34 +02:00
Rijndael.php Merge branch 'master' into php5 2014-08-15 16:27:36 +02:00
RSA.php Merge branch 'master' into php5 2014-06-17 00:36:54 +02: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 Change constructors from class name to __construct(). 2014-06-16 17:06:34 +02:00