Home
last modified time | relevance | path

Searched refs:setModulo (Results 51 – 66 of 66) sorted by relevance

123

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A Dsecp224k1.php25 … $this->setModulo(new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFE56D', 16));
H A Dsecp256k1.php29 …$this->setModulo(new BigInteger('FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFEFFFFFC2F'…
H A DCurve448.php26 $this->setModulo(new BigInteger(
H A DCurve25519.php26 …$this->setModulo(new BigInteger('7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED'…
H A DEd448.php30 $this->setModulo(new BigInteger(
H A DEd25519.php40 …$this->setModulo(new BigInteger('7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFED'…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DPrimeField.php58 Integer::setModulo($this->instanceID, $modulo);
H A DBinaryField.php109 Integer::setModulo($this->instanceID, $modulo);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DTwistedEdwards.php96 public function setModulo(BigInteger $modulo) function in phpseclib3\\Crypt\\EC\\BaseCurves\\TwistedEdwards
H A DMontgomery.php102 public function setModulo(BigInteger $modulo) function in phpseclib3\\Crypt\\EC\\BaseCurves\\Montgomery
H A DBinary.php91 public function setModulo(...$modulo) function in phpseclib3\\Crypt\\EC\\BaseCurves\\Binary
H A DPrime.php121 public function setModulo(BigInteger $modulo) function in phpseclib3\\Crypt\\EC\\BaseCurves\\Prime
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php228 $curve->setModulo($data['fieldID']['parameters']);
254 $curve->setModulo(...$modulo);
H A DXML.php266 $curve->setModulo(new BigInteger($p, 256));
320 $curve->setModulo(new BigInteger($p));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php87 public static function setModulo($instanceID, BigInteger $modulo) function in phpseclib3\\Math\\PrimeField\\Integer
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php86 public static function setModulo($instanceID, $modulo) function in phpseclib3\\Math\\BinaryField\\Integer

123