Home
last modified time | relevance | path

Searched refs:toHex (Results 1 – 7 of 7) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/
H A DInteger.php35 return ['hex' => $this->toHex(true)];
43 abstract public function toHex(); function in phpseclib3\\Math\\Common\\FiniteField\\Integer
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php232 public function toHex($twos_compliment = false) function in phpseclib3\\Math\\BigInteger
234 return $this->value->toHex($twos_compliment);
417 $this->hex = $this->toHex(true);
449 $result = ['hex' => $this->toHex(true)];
482 $result = ['hex' => $this->toHex(true)];
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php348 public function toHex() function in phpseclib3\\Math\\PrimeField\\Integer
440 return ['value' => $this->toHex()];
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DKoblitzPrime.php110 echo strtoupper($basis['a']->toHex(true)) . "\n";
111 echo strtoupper($basis['b']->toHex(true)) . "\n\n";
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DEngine.php270 public function toHex($twos_compliment = false) function in phpseclib3\\Math\\BigInteger\\Engines\\Engine
341 $this->hex = $this->toHex(true);
378 $result = ['hex' => $this->toHex(true)];
415 $result = ['hex' => $this->toHex(true)];
442 'value' => '0x' . $this->toHex(true),
H A DGMP.php122 $hex = $this->toHex($twos_compliment);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php473 public function toHex() function in phpseclib3\\Math\\BinaryField\\Integer
514 return ['value' => $this->toHex()];