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