Searched refs:getModulo (Results 1 – 10 of 10) sorted by relevance
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();
153 return strlen(Integer::getModulo($this->instanceID));163 return strlen(Integer::getModulo($this->instanceID)) << 3;
286 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();
194 public function getModulo() function in phpseclib3\\Crypt\\EC\\BaseCurves\\TwistedEdwards
310 public function getModulo() function in phpseclib3\\Crypt\\EC\\BaseCurves\\Binary
488 public function getModulo() function in phpseclib3\\Crypt\\EC\\BaseCurves\\Prime
130 $exp = $this->getModulo()->add(new BigInteger(3));136 $temp = $this->getModulo()->subtract(new BigInteger(1));
78 $exp = $this->getModulo()->add(new BigInteger(1));
118 public static function getModulo($instanceID) function in phpseclib3\\Math\\PrimeField\\Integer
453 public static function getModulo($instanceID) function in phpseclib3\\Math\\BinaryField\\Integer