equal
deleted
inserted
replaced
13 * to license@zend.com so we can send you a copy immediately. |
13 * to license@zend.com so we can send you a copy immediately. |
14 * |
14 * |
15 * @category Zend |
15 * @category Zend |
16 * @package Zend_Crypt |
16 * @package Zend_Crypt |
17 * @subpackage Math |
17 * @subpackage Math |
18 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 * @license http://framework.zend.com/license/new-bsd New BSD License |
20 * @version $Id: BigInteger.php 23439 2010-11-23 21:10:14Z alexander $ |
20 * @version $Id: BigInteger.php 24593 2012-01-05 20:35:02Z matthew $ |
21 */ |
21 */ |
22 |
22 |
23 /** |
23 /** |
24 * Support for arbitrary precision mathematics in PHP. |
24 * Support for arbitrary precision mathematics in PHP. |
25 * |
25 * |
36 * flag. BIG_INT support is available from a big_int PHP library available from |
36 * flag. BIG_INT support is available from a big_int PHP library available from |
37 * only from PECL (a Windows port is not available). |
37 * only from PECL (a Windows port is not available). |
38 * |
38 * |
39 * @category Zend |
39 * @category Zend |
40 * @package Zend_Crypt |
40 * @package Zend_Crypt |
41 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
41 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
42 * @license http://framework.zend.com/license/new-bsd New BSD License |
42 * @license http://framework.zend.com/license/new-bsd New BSD License |
43 */ |
43 */ |
44 class Zend_Crypt_Math_BigInteger |
44 class Zend_Crypt_Math_BigInteger |
45 { |
45 { |
46 |
46 |