pub type UncompressedPoint<C> = GenericArray<u8, UncompressedPointSize<C>>;
Available on crate feature sec1 only.
Expand description

Encoded elliptic curve point without point compression.

Aliased Type§

struct UncompressedPoint<C> { /* private fields */ }