Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
DPrimeField.php94 …return new Integer($this->instanceID, BigInteger::randomRange($one, Integer::getModulo($this->inst…
104 return Integer::getModulo($this->instanceID)->getLengthInBytes();
114 return Integer::getModulo($this->instanceID)->getLength();
DBinaryField.php148 return strlen(Integer::getModulo($this->instanceID));
158 return strlen(Integer::getModulo($this->instanceID)) << 3;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
DCommon.php291 if ($y->compare($curve->getModulo()) >= 0) {
380 if (!$candidate->getModulo()->equals($curve->getModulo())) {
406 if ($candidate->getModulo() != $curve->getModulo()) {
460 'parameters' => $curve->getModulo()
475 $modulo = $curve->getModulo();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
DEd25519.php132 $exp = $this->getModulo()->add(new BigInteger(3));
138 $temp = $this->getModulo()->subtract(new BigInteger(1));
DEd448.php80 $exp = $this->getModulo()->add(new BigInteger(1));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
DTwistedEdwards.php198 public function getModulo() function in phpseclib3\\Crypt\\EC\\BaseCurves\\TwistedEdwards
DBinary.php314 public function getModulo() function in phpseclib3\\Crypt\\EC\\BaseCurves\\Binary
DPrime.php492 public function getModulo() function in phpseclib3\\Crypt\\EC\\BaseCurves\\Prime
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
DInteger.php121 public static function getModulo($instanceID) function in phpseclib3\\Math\\PrimeField\\Integer
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
DInteger.php457 public static function getModulo($instanceID) function in phpseclib3\\Math\\BinaryField\\Integer