1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-12-02 17:48:00 +01:00
tgseclib/phpseclib/Net
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
..
SFTP Revert "undo merging of master to 2.0 branch" 2016-04-30 16:23:35 -05:00
SCP.php Revert "undo merging of master to 2.0 branch" 2016-04-30 16:23:35 -05:00
SFTP.php Use paragonie/constant_time_encoding 2016-05-21 12:57:53 -05:00
SSH1.php remove a few calls to paragonie/constant_time_encoding 2016-06-04 22:31:23 -05:00
SSH2.php Use paragonie/constant_time_encoding 2016-05-21 12:57:53 -05:00