1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-11-27 04:34:45 +01:00
tgseclib/phpseclib/Crypt
Jim Wigginton a4e72f7811 - replaced list(...) = unpack('...') calls with extract(unpack('...')) (thanks martinu!)
- added pure-php implementations of md2, sha256, and sha512 to Crypt_Hash
- added setPrecision() to Math_BigInteger
- other small fixes


git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@56 21d32557-59b3-4da0-833f-c5933fad653e
2009-11-23 19:06:07 +00:00
..
AES.php - replaced list(...) = unpack('...') calls with extract(unpack('...')) (thanks martinu!) 2009-11-23 19:06:07 +00:00
DES.php - replaced list(...) = unpack('...') calls with extract(unpack('...')) (thanks martinu!) 2009-11-23 19:06:07 +00:00
Hash.php - replaced list(...) = unpack('...') calls with extract(unpack('...')) (thanks martinu!) 2009-11-23 19:06:07 +00:00
Random.php - pack should be unpack 2008-05-21 05:15:32 +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 - replaced list(...) = unpack('...') calls with extract(unpack('...')) (thanks martinu!) 2009-11-23 19:06:07 +00:00
TripleDES.php - replaced list(...) = unpack('...') calls with extract(unpack('...')) (thanks martinu!) 2009-11-23 19:06:07 +00:00