Type Definition elliptic_curve::sec1::CompressedPoint
source · [−]pub type CompressedPoint<C> = GenericArray<u8, CompressedPointSize<C>>;
Available on crate feature
sec1
only.Expand description
Encoded elliptic curve point with point compression.