diff --git a/phpseclib/Math/BigInteger.php b/phpseclib/Math/BigInteger.php index 420dd05d..4e7e1284 100644 --- a/phpseclib/Math/BigInteger.php +++ b/phpseclib/Math/BigInteger.php @@ -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 * @access public */ -class Math_BigInteger +class BigInteger { /** * Holds the BigInteger's value.