1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-12-02 17:48:00 +01:00
tgseclib/phpseclib/Crypt
Sokolovskyy Roman 5fe61b325d PHPDOC fix
2017-08-03 09:12:07 +02:00
..
Common Remove unused use 2017-07-20 11:09:29 +02:00
DSA PHPDOC fix 2017-08-03 09:12:07 +02:00
RSA/Keys RSA: RSAKeyValue -> RSAKeyPair for XML private keys 2017-06-28 23:19:50 -05:00
AES.php SymmetricKey: use static::class instead of getClassContext() method 2017-06-28 07:34:51 -05:00
Blowfish.php Merge branch '2.0-crypt-fix-old-openssl' 2017-05-13 23:24:53 -05:00
DES.php SymmetricKey: use static::class instead of getClassContext() method 2017-06-28 07:34:51 -05:00
DSA.php add DSA implementation 2017-02-02 20:20:47 -05:00
Hash.php Hash: use hash extension for sha512/224 & sha512/256 on PHP 7.1+ 2017-06-26 21:45:29 -05:00
Random.php SymmetricKey: use strings for constructor and setPreferredEngine 2017-06-28 06:54:10 -05:00
RC2.php SymmetricCiphers: rm some redundant methods / variables 2016-12-09 15:51:31 -06:00
RC4.php SymmetricKey: use strings for constructor and setPreferredEngine 2017-06-28 06:54:10 -05:00
Rijndael.php SymmetricKey: use static::class instead of getClassContext() method 2017-06-28 07:34:51 -05:00
RSA.php Added missing private field 2017-07-20 11:10:06 +02:00
TripleDES.php Added missin break 2017-07-20 11:35:08 +02:00
Twofish.php remove unneeded strlen call 2017-07-20 11:36:51 +02:00