mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-04 18:48:24 +01:00
RSA: rm unused privateKey variable
This commit is contained in:
parent
84295e2fc2
commit
a85c2f0d6e
@ -430,7 +430,6 @@ abstract class RSA extends AsymmetricKey
|
||||
$privatekey->k = $bits >> 3;
|
||||
$privatekey->publicExponent = $e;
|
||||
$privatekey->exponent = $d;
|
||||
$privatekey->privateExponent = $e;
|
||||
$privatekey->primes = $primes;
|
||||
$privatekey->exponents = $exponents;
|
||||
$privatekey->coefficients = $coefficients;
|
||||
|
Loading…
Reference in New Issue
Block a user