pub type CompressedPoint<C> = GenericArray<u8, CompressedPointSize<C>>;Expand description
Encoded elliptic curve point with point compression.
Aliased Typeยง
pub struct CompressedPoint<C> { /* private fields */ }pub type CompressedPoint<C> = GenericArray<u8, CompressedPointSize<C>>;Encoded elliptic curve point with point compression.
pub struct CompressedPoint<C> { /* private fields */ }