mirror of
https://github.com/danog/phpseclib.git
synced 2024-11-27 12:55:58 +01:00
RSA: update phpdoc for 2.0 branch
This commit is contained in:
parent
61d0326bb6
commit
eff01fba0e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user