Searched refs:convertInteger (Results 1 – 9 of 9) sorted by relevance
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/ |
| H A D | MontgomeryPublic.php | 55 … $components['QA'] = [$components['curve']->convertInteger(new BigInteger(strrev($key), 256))];
|
| H A D | JWK.php | 86 $curve->convertInteger(new BigInteger(Strings::base64url_decode($key->x), 256)), 87 $curve->convertInteger(new BigInteger(Strings::base64url_decode($key->y), 256))
|
| H A D | Common.php | 320 $curve->convertInteger(new BigInteger($x, 256)), 321 $curve->convertInteger(new BigInteger($y, 256))
|
| H A D | XML.php | 188 $curve->convertInteger(new BigInteger($x->item(0)->getAttribute('Value'))), 189 $curve->convertInteger(new BigInteger($y->item(0)->getAttribute('Value')))
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
| H A D | Base.php | 54 public function convertInteger(BigInteger $x) function in phpseclib3\\Crypt\\EC\\BaseCurves\\Base
|
| H A D | Prime.php | 444 $xp = $this->convertInteger($x);
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/ |
| H A D | PublicKey.php | 145 $u1 = $this->curve->convertInteger($u1); 146 $u2 = $this->curve->convertInteger($u2);
|
| H A D | PrivateKey.php | 67 $point = [$this->curve->convertInteger(new BigInteger(strrev($coordinates), 256))];
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| H A D | EC.php | 196 $privatekey->QA = [$curve->convertInteger(new BigInteger(strrev($QA), 256))];
|