Searched refs:convertInteger (Results 1 – 8 of 8) sorted by relevance
61 … $components['QA'] = [$components['curve']->convertInteger(new BigInteger(strrev($key), 256))];
325 $curve->convertInteger(new BigInteger($x, 256)),326 $curve->convertInteger(new BigInteger($y, 256))
194 $curve->convertInteger(new BigInteger($x->item(0)->getAttribute('Value'))),195 $curve->convertInteger(new BigInteger($y->item(0)->getAttribute('Value')))
150 $u1 = $this->curve->convertInteger($u1);151 $u2 = $this->curve->convertInteger($u2);
66 $point = [$this->curve->convertInteger(new BigInteger(strrev($coordinates), 256))];
72 public function convertInteger(BigInteger $x) function in phpseclib3\\Crypt\\EC\\BaseCurves\\Base
448 $xp = $this->convertInteger($x);
186 $privatekey->QA = [$curve->convertInteger(new BigInteger(strrev($QA), 256))];