mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 15:20:58 +00:00
Reference to instances as BigInteger instead of Math_BigInteger.
This commit is contained in:
parent
00f77ab341
commit
740422c65f
@ -100,7 +100,7 @@ define('MATH_BIGINTEGER_NONE', 4);
|
||||
/**#@+
|
||||
* 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.
|
||||
*
|
||||
* @access private
|
||||
|
Loading…
Reference in New Issue
Block a user