mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-09 15:20:58 +00:00
RSA: clean up merge
This commit is contained in:
parent
91887c957d
commit
5bddb49c62
@ -349,20 +349,6 @@ class RSA
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Initialize static variables
|
|
||||||
*
|
|
||||||
* @access private
|
|
||||||
*/
|
|
||||||
static function _initialize_static_variables()
|
|
||||||
{
|
|
||||||
if (!isset(self::$zero)) {
|
|
||||||
self::$zero= new BigInteger(0);
|
|
||||||
self::$one = new BigInteger(1);
|
|
||||||
self::$configFile = __DIR__ . '/../openssl.cnf';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The constructor
|
* The constructor
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user