Home
last modified time | relevance | path

Searched refs:Integer (Results 1 – 11 of 11) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DPrimeField.php19 use phpseclib3\Math\PrimeField\Integer; alias
52 Integer::setModulo($this->instanceID, $modulo);
53Integer::setRecurringModuloFunction($this->instanceID, $modulo->createRecurringModuloFunction());
73 return new Integer($this->instanceID, $num);
88 …return new Integer($this->instanceID, BigInteger::randomRange($one, Integer::getModulo($this->inst…
98 return Integer::getModulo($this->instanceID)->getLengthInBytes();
108 return Integer::getModulo($this->instanceID)->getLength();
116 Integer::cleanupCache($this->instanceID);
H A DBinaryField.php18 use phpseclib3\Math\BinaryField\Integer; alias
114 Integer::setModulo($this->instanceID, $modulo);
115 Integer::setRecurringModuloFunction($this->instanceID, $reduce);
128 return new Integer($this->instanceID, $num instanceof BigInteger ? $num->toBytes() : $num);
143 … return new Integer($this->instanceID, BigInteger::randomRange($one, $this->randomMax)->toBytes());
153 return strlen(Integer::getModulo($this->instanceID));
163 return strlen(Integer::getModulo($this->instanceID)) << 3;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/
H A DInteger.php20 abstract class Integer implements \JsonSerializable class
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DTwistedEdwards.php31 use phpseclib3\Math\PrimeField\Integer as PrimeInteger;
H A DPrime.php26 use phpseclib3\Math\Common\FiniteField\Integer; alias
28 use phpseclib3\Math\PrimeField\Integer as PrimeInteger;
685 private static function getJSFPoints(Integer $k1, Integer $k2)
H A DMontgomery.php30 use phpseclib3\Math\PrimeField\Integer as PrimeInteger;
H A DBinary.php26 use phpseclib3\Math\BinaryField\Integer as BinaryInteger;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php17 use phpseclib3\Math\Common\FiniteField\Integer as Base;
24 class Integer extends Base class
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php26 use phpseclib3\Math\Common\FiniteField\Integer as Base;
33 class Integer extends Base class
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php208 … if (!$element instanceof BigInteger && !$element instanceof FiniteField\Integer) {
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG283 * Added Standard Integer Types for C and c++ (BenBE)