pub fn compress_public_key(
public_key: P256UncompressedPublicKey,
) -> P256CompressedPublicKeyExpand description
Converts from untagged uncompressed form (i.e. concatenated x || y
coordinates with no leading SEC1 tag byte) into compressed form
(i.e. x coordinate with leading SEC1 tag byte)