Added missing private field

This commit is contained in:
Sokolovskyy Roman 2017-07-20 11:10:06 +02:00
parent c603c2b2d0
commit cc3f0c1ec1

View File

@ -201,6 +201,15 @@ class RSA extends AsymmetricKey
*/
private $sLen;
/**
* Comment
*
* @var string
* @access private
*/
private $comment;
/**
* Hash function for the Mask Generation Function
*