Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php227 public function toHex($twos_compliment = false)
229 return $this->value->toHex($twos_compliment);
414 $this->hex = $this->toHex(true);
447 $result = ['hex' => $this->toHex(true)];
632 function toHex($twos_compliment = false) global() function in phpseclib\\Math\\BigInteger