1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-12-11 00:29:44 +01:00
tgseclib/phpseclib/Crypt
terrafrost e2a0b701c7 remove a few calls to paragonie/constant_time_encoding
- Hex::decode('aabb') can be replaced with "\xaa\xbb"
- Hex::decode(sha1('...')) can be replaced with sha1('...', true)
2016-06-04 22:31:23 -05:00
..
RSA remove a few calls to paragonie/constant_time_encoding 2016-06-04 22:31:23 -05:00
AES.php undo merging of master to 2.0 branch 2016-04-28 15:34:10 -05:00
Base.php remove a few calls to paragonie/constant_time_encoding 2016-06-04 22:31:23 -05:00
Blowfish.php undo merging of master to 2.0 branch 2016-04-28 15:34:10 -05:00
DES.php undo merging of master to 2.0 branch 2016-04-28 15:34:10 -05:00
Hash.php undo merging of master to 2.0 branch 2016-04-28 15:34:10 -05:00
Random.php remove a few calls to paragonie/constant_time_encoding 2016-06-04 22:31:23 -05:00
RC2.php undo merging of master to 2.0 branch 2016-04-28 15:34:10 -05:00
RC4.php undo merging of master to 2.0 branch 2016-04-28 15:34:10 -05:00
Rijndael.php undo merging of master to 2.0 branch 2016-04-28 15:34:10 -05:00
RSA.php remove a few calls to paragonie/constant_time_encoding 2016-06-04 22:31:23 -05:00
TripleDES.php undo merging of master to 2.0 branch 2016-04-28 15:34:10 -05:00
Twofish.php undo merging of master to 2.0 branch 2016-04-28 15:34:10 -05:00