mirror of
https://github.com/danog/phpseclib.git
synced 2025-01-22 04:51:19 +01:00
BigInteger: CS adjustment
This commit is contained in:
parent
90ff746ad1
commit
d7cdea6282
@ -306,7 +306,6 @@ class Math_BigInteger {
|
||||
// we do pow(2, 52) instead of using 4503599627370496 directly because some
|
||||
// PHP installations will truncate 4503599627370496.
|
||||
define('MATH_BIGINTEGER_MAX_DIGIT2', pow(2, 52));
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user