Home
last modified time | relevance | path

Searched refs:publicExponent (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DOpenSSH.php67 $publicExponent,
76 $exponents = [1 => $publicExponent->modInverse($temp)];
78 $exponents[] = $publicExponent->modInverse($temp);
85 list($publicExponent, $modulus) = Strings::unpackSSH2('ii', $parsed['publicKey']);
90 'publicExponent' => $publicExponent,
H A DPuTTY.php75 list($publicExponent, $modulus) = $result;
85 $exponents = [1 => $publicExponent->modInverse($temp)];
87 $exponents[] = $publicExponent->modInverse($temp);
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWK.php135 $publicExponent = \pack('Ca*a*', 2, self::encodeLength(\strlen($exp)), $exp);
140 self::encodeLength(\strlen($modulus) + \strlen($publicExponent)),
142 $publicExponent
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php64 protected $publicExponent = false; variable in phpseclib3\\Crypt\\RSA\\PrivateKey
192 $x = $x->multiply($r->modPow($this->publicExponent, $this->primes[$i]));
478 if (empty($this->modulus) || empty($this->publicExponent)) {
482 $key = $type::savePublicKey($this->modulus, $this->publicExponent);
522 …return $type::savePrivateKey($this->modulus, $this->publicExponent, $this->exponent, $this->primes…
H A DPublicKey.php505 return $type::savePublicKey($this->modulus, $this->publicExponent, $options);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php431 $privatekey->publicExponent = $e;
463 $key->publicExponent = $components['publicExponent'];
467 $key->exponent = $key->publicExponent;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js38071 var blinder = r.toRed(bn.mont(priv.modulus)).redPow(new bn(priv.publicExponent)).fromRed();
38606 sig = sig.redPow(new BN(pub.publicExponent));
71103 …return Buffer.from(paddedMsg.toRed(BN.mont(key.modulus)).redPow(new BN(key.publicExponent)).fromRe…