mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-17 02:35:10 +00:00
RSA: phpdoc updates
This commit is contained in:
parent
62381365c8
commit
b9f072bf03
@ -282,7 +282,7 @@ class Crypt_RSA
|
|||||||
/**
|
/**
|
||||||
* Precomputed Zero
|
* Precomputed Zero
|
||||||
*
|
*
|
||||||
* @var array
|
* @var Math_BigInteger
|
||||||
* @access private
|
* @access private
|
||||||
*/
|
*/
|
||||||
var $zero;
|
var $zero;
|
||||||
@ -290,7 +290,7 @@ class Crypt_RSA
|
|||||||
/**
|
/**
|
||||||
* Precomputed One
|
* Precomputed One
|
||||||
*
|
*
|
||||||
* @var array
|
* @var Math_BigInteger
|
||||||
* @access private
|
* @access private
|
||||||
*/
|
*/
|
||||||
var $one;
|
var $one;
|
||||||
|
Loading…
Reference in New Issue
Block a user