1
0
mirror of https://github.com/danog/phpseclib.git synced 2025-01-22 04:51:19 +01:00

Reference to instances as BigInteger instead of Math_BigInteger.

This commit is contained in:
Andreas Fischer 2014-06-02 19:33:09 +02:00
parent 00f77ab341
commit 740422c65f

View File

@ -100,7 +100,7 @@ define('MATH_BIGINTEGER_NONE', 4);
/**#@+ /**#@+
* Array constants * Array constants
* *
* Rather than create a thousands and thousands of new Math_BigInteger objects in repeated function calls to add() and * Rather than create a thousands and thousands of new BigInteger objects in repeated function calls to add() and
* multiply() or whatever, we'll just work directly on arrays, taking them in as parameters and returning them. * multiply() or whatever, we'll just work directly on arrays, taking them in as parameters and returning them.
* *
* @access private * @access private