pub type CompressedPoint = Array<u8, U33>;
Compressed SEC1-encoded secp256k1 (K-256) curve point.
#[repr(transparent)]pub struct CompressedPoint(pub [u8; 33]);
0: [u8; 33]