Home
last modified time | relevance | path

Searched refs:convertInteger (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DMontgomeryPublic.php61 … $components['QA'] = [$components['curve']->convertInteger(new BigInteger(strrev($key), 256))];
H A DCommon.php325 $curve->convertInteger(new BigInteger($x, 256)),
326 $curve->convertInteger(new BigInteger($y, 256))
H A DXML.php194 $curve->convertInteger(new BigInteger($x->item(0)->getAttribute('Value'))),
195 $curve->convertInteger(new BigInteger($y->item(0)->getAttribute('Value')))
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php150 $u1 = $this->curve->convertInteger($u1);
151 $u2 = $this->curve->convertInteger($u2);
H A DPrivateKey.php66 $point = [$this->curve->convertInteger(new BigInteger(strrev($coordinates), 256))];
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBase.php72 public function convertInteger(BigInteger $x) function in phpseclib3\\Crypt\\EC\\BaseCurves\\Base
H A DPrime.php448 $xp = $this->convertInteger($x);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php186 $privatekey->QA = [$curve->convertInteger(new BigInteger(strrev($QA), 256))];