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