Merge branch '1.0' into 2.0

This commit is contained in:
terrafrost 2016-07-28 10:59:37 -05:00
commit 61d0326bb6

View File

@ -245,7 +245,7 @@ class RSA
/**
* Precomputed Zero
*
* @var array
* @var Math_BigInteger
* @access private
*/
var $zero;
@ -253,7 +253,7 @@ class RSA
/**
* Precomputed One
*
* @var array
* @var Math_BigInteger
* @access private
*/
var $one;