mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-17 02:35:10 +00:00
fix bad cherry pick
This commit is contained in:
parent
1a25aefa59
commit
12f70270cd
@ -138,6 +138,7 @@ define('CRYPT_RSA_SIGNATURE_PSS', 1);
|
||||
* compatibility with protocols (like SSH-2) written before PSS's introduction.
|
||||
*/
|
||||
define('CRYPT_RSA_SIGNATURE_PKCS1', 2);
|
||||
/**#@-*/
|
||||
|
||||
/**#@+
|
||||
* @access private
|
||||
@ -281,7 +282,7 @@ class Crypt_RSA
|
||||
/**
|
||||
* Precomputed Zero
|
||||
*
|
||||
* @var array
|
||||
* @var Math_BigInteger
|
||||
* @access private
|
||||
*/
|
||||
var $zero;
|
||||
@ -289,7 +290,7 @@ class Crypt_RSA
|
||||
/**
|
||||
* Precomputed One
|
||||
*
|
||||
* @var array
|
||||
* @var Math_BigInteger
|
||||
* @access private
|
||||
*/
|
||||
var $one;
|
||||
|
Loading…
Reference in New Issue
Block a user