pub type CompressedPoint<C> = GenericArray<u8, CompressedPointSize<C>>;
Expand description
Encoded elliptic curve point with point compression.
Aliased Typeยง
struct CompressedPoint<C> { /* private fields */ }
pub type CompressedPoint<C> = GenericArray<u8, CompressedPointSize<C>>;
Encoded elliptic curve point with point compression.
struct CompressedPoint<C> { /* private fields */ }