pub type UncompressedPoint<C> = Array<u8, UncompressedPointSize<C>>;Expand description
Encoded elliptic curve point without point compression.
Aliased Type§
#[repr(transparent)]pub struct UncompressedPoint<C>(pub <<<C as Curve>::FieldBytesSize as ModulusSize>::UncompressedPointSize as ArraySize>::ArrayType<u8>);Tuple Fields§
§0: <<<C as Curve>::FieldBytesSize as ModulusSize>::UncompressedPointSize as ArraySize>::ArrayType<u8>