1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-11-27 12:44:38 +01:00
tgseclib/phpseclib/Crypt
Jim Wigginton 748983a824 - speed up BigInteger.php
- added support for more public / private key formats (thanks, m4rc!)


git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@91 21d32557-59b3-4da0-833f-c5933fad653e
2010-02-26 03:40:26 +00:00
..
AES.php - removed setMCrypt from the Crypt_* objects (you can achieve the same effect by doing ini_set('mcrypt.algorithms_dir', $path)) 2010-02-09 06:10:26 +00:00
DES.php - removed setMCrypt from the Crypt_* objects (you can achieve the same effect by doing ini_set('mcrypt.algorithms_dir', $path)) 2010-02-09 06:10:26 +00:00
Hash.php - added a missing break 2009-11-23 23:37:07 +00:00
Random.php - improved random number generator 2010-02-19 22:39:44 +00:00
RC4.php - Net_SFTP now has better support for uploading large files than it did before, per this: 2009-06-09 04:00:38 +00:00
Rijndael.php - removed setMCrypt from the Crypt_* objects (you can achieve the same effect by doing ini_set('mcrypt.algorithms_dir', $path)) 2010-02-09 06:10:26 +00:00
RSA.php - speed up BigInteger.php 2010-02-26 03:40:26 +00:00
TripleDES.php - speed up BigInteger.php 2010-02-26 03:40:26 +00:00