Ecdsa Public Key
class EcdsaPublicKey
Represents an ECDSA public key.
This class provides functionality to serialize the public key into both uncompressed and compressed formats, alongside utility methods to convert the key to a hexadecimal string. The public key can be used in cryptographic operations like signature verification.