1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-12-03 18:17:49 +01:00
tgseclib/phpseclib/Crypt/RSA
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
..
MSBLOB.php remove a few calls to paragonie/constant_time_encoding 2016-06-04 22:31:23 -05:00
OpenSSH.php Use paragonie/constant_time_encoding 2016-05-12 16:28:40 -04:00
PKCS1.php remove a few calls to paragonie/constant_time_encoding 2016-06-04 22:31:23 -05:00
PKCS8.php remove a few calls to paragonie/constant_time_encoding 2016-06-04 22:31:23 -05:00
PKCS.php remove a few calls to paragonie/constant_time_encoding 2016-06-04 22:31:23 -05:00
PuTTY.php remove a few calls to paragonie/constant_time_encoding 2016-06-04 22:31:23 -05:00
Raw.php Revert "undo merging of master to 2.0 branch" 2016-04-30 16:23:35 -05:00
XML.php Use paragonie/constant_time_encoding 2016-05-12 16:28:40 -04:00