logo
pub type CompressedPoint<C> = GenericArray<u8, CompressedPointSize<C>>;
Available on crate feature sec1 only.
Expand description

Encoded elliptic curve point with point compression.