2017-10-05 18:53:56 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace phpseclib\Math;
|
|
|
|
|
2018-02-20 11:13:43 +00:00
|
|
|
if (PHP_MAJOR_VERSION < 7 && !(class_exists('Phar') && Phar::running())) {
|
2018-02-18 14:18:18 +01:00
|
|
|
throw new Exception('MadelineProto requires php 7 to run');
|
|
|
|
}
|
|
|
|
|
2017-10-05 15:54:27 +00:00
|
|
|
class BigIntegor
|
|
|
|
{
|
2017-10-05 18:53:56 +03:00
|
|
|
}
|