Add namespace statement. Rename class.

This commit is contained in:
Andreas Fischer 2014-06-02 19:19:59 +02:00
parent 7d9598a21e
commit 8dff257cae

View File

@ -68,6 +68,8 @@
* @link http://pear.php.net/package/Math_BigInteger
*/
namespace phpseclib\Math;
/**#@+
* Reduction constants
*
@ -173,7 +175,7 @@ define('MATH_BIGINTEGER_KARATSUBA_CUTOFF', 25);
* @author Jim Wigginton <terrafrost@php.net>
* @access public
*/
class Math_BigInteger
class BigInteger
{
/**
* Holds the BigInteger's value.