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: Bcmath.php 22653 2010-07-22 18:41:39Z mabe $ |
20 * @version $Id: Bcmath.php 24593 2012-01-05 20:35:02Z matthew $ |
21 */ |
21 */ |
22 |
22 |
23 /** |
23 /** |
24 * @see Zend_Crypt_Math_BigInteger_Interface |
24 * @see Zend_Crypt_Math_BigInteger_Interface |
25 */ |
25 */ |
31 * Zend_Crypt_Math_BigInteger_Bcmath is a wrapper across the PHP BCMath |
31 * Zend_Crypt_Math_BigInteger_Bcmath is a wrapper across the PHP BCMath |
32 * extension. |
32 * extension. |
33 * |
33 * |
34 * @category Zend |
34 * @category Zend |
35 * @package Zend_Crypt |
35 * @package Zend_Crypt |
36 * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
36 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
37 * @license http://framework.zend.com/license/new-bsd New BSD License |
37 * @license http://framework.zend.com/license/new-bsd New BSD License |
38 */ |
38 */ |
39 class Zend_Crypt_Math_BigInteger_Bcmath implements Zend_Crypt_Math_BigInteger_Interface |
39 class Zend_Crypt_Math_BigInteger_Bcmath implements Zend_Crypt_Math_BigInteger_Interface |
40 { |
40 { |
41 |
41 |