Merge branch '3.0'

This commit is contained in:
terrafrost 2020-01-18 17:57:44 -06:00
commit cab9f1e2bc

View File

@ -200,7 +200,7 @@ abstract class MSBLOB
$key.= strrev($primes[2]->toBytes());
$key.= strrev($exponents[1]->toBytes());
$key.= strrev($exponents[2]->toBytes());
$key.= strrev($coefficients[1]->toBytes());
$key.= strrev($coefficients[2]->toBytes());
$key.= strrev($d->toBytes());
return Base64::encode($key);