Type Definition elliptic_curve::sec1::CompressedPoint
source · pub type CompressedPoint<C> = GenericArray<u8, CompressedPointSize<C>>;
Expand description
Encoded elliptic curve point with point compression.
pub type CompressedPoint<C> = GenericArray<u8, CompressedPointSize<C>>;
Encoded elliptic curve point with point compression.