mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-12 09:09:39 +01:00
fix pslam error
This commit is contained in:
parent
f04a4e6fda
commit
887cf97185
@ -35,4 +35,11 @@ abstract class Integer implements \JsonSerializable
|
|||||||
{
|
{
|
||||||
return ['hex' => $this->toHex(true)];
|
return ['hex' => $this->toHex(true)];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Converts an Integer to a hex string (eg. base-16).
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
abstract public function toHex();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user