1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-11-27 04:46:26 +01:00

RSA: update phpdoc for 2.0 branch

This commit is contained in:
terrafrost 2016-07-28 11:00:16 -05:00
parent 61d0326bb6
commit eff01fba0e

View File

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