mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-13 01:27:40 +01:00
Added missing private field
This commit is contained in:
parent
c603c2b2d0
commit
cc3f0c1ec1
@ -201,6 +201,15 @@ class RSA extends AsymmetricKey
|
|||||||
*/
|
*/
|
||||||
private $sLen;
|
private $sLen;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Comment
|
||||||
|
*
|
||||||
|
* @var string
|
||||||
|
* @access private
|
||||||
|
*/
|
||||||
|
private $comment;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Hash function for the Mask Generation Function
|
* Hash function for the Mask Generation Function
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user