Home
last modified time | relevance | path

Searched refs:getModulo (Results 1 – 10 of 10) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DPrimeField.php88 …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();
H A DBinaryField.php153 return strlen(Integer::getModulo($this->instanceID));
163 return strlen(Integer::getModulo($this->instanceID)) << 3;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php286 if ($y->compare($curve->getModulo()) >= 0) {
375 if (!$candidate->getModulo()->equals($curve->getModulo())) {
401 if ($candidate->getModulo() != $curve->getModulo()) {
455 'parameters' => $curve->getModulo()
470 $modulo = $curve->getModulo();
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DTwistedEdwards.php194 public function getModulo() function in phpseclib3\\Crypt\\EC\\BaseCurves\\TwistedEdwards
H A DBinary.php310 public function getModulo() function in phpseclib3\\Crypt\\EC\\BaseCurves\\Binary
H A DPrime.php488 public function getModulo() function in phpseclib3\\Crypt\\EC\\BaseCurves\\Prime
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php130 $exp = $this->getModulo()->add(new BigInteger(3));
136 $temp = $this->getModulo()->subtract(new BigInteger(1));
H A DEd448.php78 $exp = $this->getModulo()->add(new BigInteger(1));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php118 public static function getModulo($instanceID) function in phpseclib3\\Math\\PrimeField\\Integer
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php453 public static function getModulo($instanceID) function in phpseclib3\\Math\\BinaryField\\Integer