pub type CompressedPoint = Array<u8, U66>;
Compressed SEC1-encoded NIST P-521 curve point.
#[repr(transparent)]pub struct CompressedPoint(pub [u8; 66]);
0: [u8; 66]