mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-30 04:39:02 +01: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. |
||
---|---|---|
.. | ||
ANSI.php | ||
ASN1.php | ||
X509.php |