Returns the hexadecimal representation of the public key.
@override String toHex({bool lowerCase = false}) { return BytesUtils.toHexString(toBytes(), lowerCase: lowerCase); }