Home
last modified time | relevance | path

Searched refs:BCMath (Results 1 – 25 of 107) sorted by relevance

12345

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php208 * @return BCMath
222 * @return BCMath
236 * @return BCMath
255 * @return BCMath
294 * @return BCMath
471 public function modPow(BCMath $e, BCMath $n)
485 public function powMod(BCMath $e, BCMath $n)
497 protected function powModInner(BCMath $e, BCMath $n)
538 public static function randomRangePrime(BCMath $min, BCMath $max)
556 public static function randomRange(BCMath $min, BCMath $max)
[all …]
/dports/www/owncloud/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php208 * @return BCMath
222 * @return BCMath
236 * @return BCMath
255 * @return BCMath
294 * @return BCMath
471 public function modPow(BCMath $e, BCMath $n)
485 public function powMod(BCMath $e, BCMath $n)
497 protected function powModInner(BCMath $e, BCMath $n)
538 public static function randomRangePrime(BCMath $min, BCMath $max)
556 public static function randomRange(BCMath $min, BCMath $max)
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php208 * @return BCMath
222 * @return BCMath
236 * @return BCMath
255 * @return BCMath
294 * @return BCMath
471 public function modPow(BCMath $e, BCMath $n)
485 public function powMod(BCMath $e, BCMath $n)
497 protected function powModInner(BCMath $e, BCMath $n)
538 public static function randomRangePrime(BCMath $min, BCMath $max)
556 public static function randomRange(BCMath $min, BCMath $max)
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/
H A DBuiltIn.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath;
18 use phpseclib3\Math\BigInteger\Engines\BCMath; alias
27 abstract class BuiltIn extends BCMath
32 * @param BCMath $x
33 * @param BCMath $e
34 * @param BCMath $n
35 * @return BCMath
37 protected static function powModHelper(BCMath $x, BCMath $e, BCMath $n)
39 $temp = new BCMath();
H A DBase.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath;
18 use phpseclib3\Math\BigInteger\Engines\BCMath; alias
27 abstract class Base extends BCMath
63 protected static function powModHelper(BCMath $x, BCMath $e, BCMath $n, $class)
H A DDefaultEngine.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath;
18 use phpseclib3\Math\BigInteger\Engines\BCMath\Reductions\Barrett;
H A DOpenSSL.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath;
/dports/www/owncloud/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/
H A DBuiltIn.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath;
18 use phpseclib3\Math\BigInteger\Engines\BCMath; alias
27 abstract class BuiltIn extends BCMath
32 * @param BCMath $x
33 * @param BCMath $e
34 * @param BCMath $n
35 * @return BCMath
37 protected static function powModHelper(BCMath $x, BCMath $e, BCMath $n)
39 $temp = new BCMath();
H A DBase.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath;
18 use phpseclib3\Math\BigInteger\Engines\BCMath; alias
27 abstract class Base extends BCMath
63 protected static function powModHelper(BCMath $x, BCMath $e, BCMath $n, $class)
H A DDefaultEngine.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath;
18 use phpseclib3\Math\BigInteger\Engines\BCMath\Reductions\Barrett;
H A DOpenSSL.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/
H A DBuiltIn.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath;
18 use phpseclib3\Math\BigInteger\Engines\BCMath; alias
27 abstract class BuiltIn extends BCMath
32 * @param BCMath $x
33 * @param BCMath $e
34 * @param BCMath $n
35 * @return BCMath
37 protected static function powModHelper(BCMath $x, BCMath $e, BCMath $n)
39 $temp = new BCMath();
H A DBase.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath;
18 use phpseclib3\Math\BigInteger\Engines\BCMath; alias
27 abstract class Base extends BCMath
63 protected static function powModHelper(BCMath $x, BCMath $e, BCMath $n, $class)
H A DDefaultEngine.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath;
18 use phpseclib3\Math\BigInteger\Engines\BCMath\Reductions\Barrett;
H A DOpenSSL.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath;
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DEvalBarrett.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\BCMath\Base;
19 use phpseclib3\Math\BigInteger\Engines\BCMath; alias
56 * @param BCMath $m
60 protected static function generateCustomReduction(BCMath $m, $class)
H A DBarrett.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\BCMath\Base;
/dports/www/owncloud/owncloud/lib/composer/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DEvalBarrett.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\BCMath\Base;
19 use phpseclib3\Math\BigInteger\Engines\BCMath; alias
56 * @param BCMath $m
60 protected static function generateCustomReduction(BCMath $m, $class)
H A DBarrett.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\BCMath\Base;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DEvalBarrett.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\BCMath\Base;
19 use phpseclib3\Math\BigInteger\Engines\BCMath; alias
56 * @param BCMath $m
60 protected static function generateCustomReduction(BCMath $m, $class)
H A DBarrett.php16 namespace phpseclib3\Math\BigInteger\Engines\BCMath\Reductions;
18 use phpseclib3\Math\BigInteger\Engines\BCMath\Base;
/dports/math/php81-bcmath/php-8.1.1/ext/bcmath/tests/
H A Dbug.66364.phpt2 Bug #66364 (BCMath bcmul ignores scale parameter)
H A Dbug78238.phpt2 Bug #78238 (BCMath returns "-0")
/dports/www/mod_php81/php-8.1.1/ext/bcmath/tests/
H A Dbug.66364.phpt2 Bug #66364 (BCMath bcmul ignores scale parameter)
/dports/lang/php81/php-8.1.1/ext/bcmath/tests/
H A Dbug.66364.phpt2 Bug #66364 (BCMath bcmul ignores scale parameter)

12345