mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-15 02:17:04 +01:00
Merge branch '3.0'
This commit is contained in:
commit
cab9f1e2bc
@ -200,7 +200,7 @@ abstract class MSBLOB
|
|||||||
$key.= strrev($primes[2]->toBytes());
|
$key.= strrev($primes[2]->toBytes());
|
||||||
$key.= strrev($exponents[1]->toBytes());
|
$key.= strrev($exponents[1]->toBytes());
|
||||||
$key.= strrev($exponents[2]->toBytes());
|
$key.= strrev($exponents[2]->toBytes());
|
||||||
$key.= strrev($coefficients[1]->toBytes());
|
$key.= strrev($coefficients[2]->toBytes());
|
||||||
$key.= strrev($d->toBytes());
|
$key.= strrev($d->toBytes());
|
||||||
|
|
||||||
return Base64::encode($key);
|
return Base64::encode($key);
|
||||||
|
Loading…
Reference in New Issue
Block a user