mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-15 03:03:49 +00:00
Add namespace statement. Rename class.
This commit is contained in:
parent
7d9598a21e
commit
8dff257cae
@ -68,6 +68,8 @@
|
|||||||
* @link http://pear.php.net/package/Math_BigInteger
|
* @link http://pear.php.net/package/Math_BigInteger
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
namespace phpseclib\Math;
|
||||||
|
|
||||||
/**#@+
|
/**#@+
|
||||||
* Reduction constants
|
* Reduction constants
|
||||||
*
|
*
|
||||||
@ -173,7 +175,7 @@ define('MATH_BIGINTEGER_KARATSUBA_CUTOFF', 25);
|
|||||||
* @author Jim Wigginton <terrafrost@php.net>
|
* @author Jim Wigginton <terrafrost@php.net>
|
||||||
* @access public
|
* @access public
|
||||||
*/
|
*/
|
||||||
class Math_BigInteger
|
class BigInteger
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Holds the BigInteger's value.
|
* Holds the BigInteger's value.
|
||||||
|
Loading…
Reference in New Issue
Block a user