CompressedPoint

Type Alias CompressedPoint 

Source
pub type CompressedPoint = GenericArray<u8, U49>;
Expand description

Compressed SEC1-encoded NIST P-384 curve point.

Aliased Typeยง

#[repr(transparent)]
pub struct CompressedPoint { /* private fields */ }