mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 02:07:09 +00:00
BigInteger: do PHP64 w/ OpenSSL before BCMath w/ OpenSSL
This commit is contained in:
parent
249d17f921
commit
0740d58136
@ -137,8 +137,8 @@ class BigInteger implements \JsonSerializable
|
||||
if (!isset(self::$mainEngine)) {
|
||||
$engines = [
|
||||
['GMP'],
|
||||
['BCMath', ['OpenSSL']],
|
||||
['PHP64', ['OpenSSL']],
|
||||
['BCMath', ['OpenSSL']],
|
||||
['PHP32', ['OpenSSL']],
|
||||
['PHP64', ['DefaultEngine']],
|
||||
['PHP32', ['DefaultEngine']]
|
||||
|
Loading…
Reference in New Issue
Block a user