Searched refs:toHex (Results 1 – 7 of 7) sorted by relevance
35 return ['hex' => $this->toHex(true)];43 abstract public function toHex(); function in phpseclib3\\Math\\Common\\FiniteField\\Integer
227 public function toHex($twos_compliment = false) function in phpseclib3\\Math\\BigInteger229 return $this->value->toHex($twos_compliment);414 $this->hex = $this->toHex(true);447 $result = ['hex' => $this->toHex(true)];
328 public function toHex() function in phpseclib3\\Math\\PrimeField\\Integer418 return ['value' => $this->toHex()];
110 echo strtoupper($basis['a']->toHex(true)) . "\n";111 echo strtoupper($basis['b']->toHex(true)) . "\n\n";
473 public function toHex() function in phpseclib3\\Math\\BinaryField\\Integer514 return ['value' => $this->toHex()];
270 public function toHex($twos_compliment = false) function in phpseclib3\\Math\\BigInteger\\Engines\\Engine343 $this->hex = $this->toHex(true);379 $result = ['hex' => $this->toHex(true)];406 'value' => '0x' . $this->toHex(true),
122 $hex = $this->toHex($twos_compliment);