JWK (JSON Web Key) format for EC public keys.
Standard format for representing public keys, widely supported across platforms and languages.
Algorithm (e.g., "ES256")
Curve name (e.g., "P-256")
Key type (always "EC" for elliptic curve)
Base64URL-encoded x coordinate
Base64URL-encoded y coordinate