Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBinary.php314 public function getModulo() function in phpseclib3\\Crypt\\EC\\BaseCurves\\Binary
H A DPrime.php492 public function getModulo() function in phpseclib3\\Crypt\\EC\\BaseCurves\\Prime
H A DTwistedEdwards.php198 public function getModulo() function in phpseclib3\\Crypt\\EC\\BaseCurves\\TwistedEdwards
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php132 $exp = $this->getModulo()->add(new BigInteger(3));
138 $temp = $this->getModulo()->subtract(new BigInteger(1));
H A DEd448.php80 $exp = $this->getModulo()->add(new BigInteger(1));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A 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/Math/
H A DBinaryField.php148 return strlen(Integer::getModulo($this->instanceID));
158 return strlen(Integer::getModulo($this->instanceID)) << 3;
H A 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();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php457 public static function getModulo($instanceID) function in phpseclib3\\Math\\BinaryField\\Integer
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php121 public static function getModulo($instanceID) function in phpseclib3\\Math\\PrimeField\\Integer