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
232 public function toHex($twos_compliment = false) function in phpseclib3\\Math\\BigInteger234 return $this->value->toHex($twos_compliment);417 $this->hex = $this->toHex(true);449 $result = ['hex' => $this->toHex(true)];482 $result = ['hex' => $this->toHex(true)];
348 public function toHex() function in phpseclib3\\Math\\PrimeField\\Integer440 return ['value' => $this->toHex()];
110 echo strtoupper($basis['a']->toHex(true)) . "\n";111 echo strtoupper($basis['b']->toHex(true)) . "\n\n";
270 public function toHex($twos_compliment = false) function in phpseclib3\\Math\\BigInteger\\Engines\\Engine341 $this->hex = $this->toHex(true);378 $result = ['hex' => $this->toHex(true)];415 $result = ['hex' => $this->toHex(true)];442 'value' => '0x' . $this->toHex(true),
122 $hex = $this->toHex($twos_compliment);
473 public function toHex() function in phpseclib3\\Math\\BinaryField\\Integer514 return ['value' => $this->toHex()];