P-256 public key with both coordinate and compressed representations.
33-byte compressed form: 0x02/0x03 prefix + x coordinate.
65-byte uncompressed form: 0x04 + x + y.
Hex string of the compressed key.