From 8dff257cae6b14a3d5e6e259b758b670bb2572a0 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Mon, 2 Jun 2014 19:19:59 +0200 Subject: [PATCH] Add namespace statement. Rename class. --- phpseclib/Math/BigInteger.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.