mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-27 03:42:40 +00:00
a1e16797ca
This removes the use of _string_shift() which copies the (potentially large) latter part of the input data repeatedly, in favor of maintaining a position var and using string indexing or substr() to only copy the (relatively small) current data as it is parsed. |
||
---|---|---|
.. | ||
Crypt | ||
File | ||
Math | ||
Net | ||
System | ||
bootstrap.php | ||
openssl.cnf |