[][src]Type Definition elliptic_curve::weierstrass::point::UncompressedPointSize

type UncompressedPointSize<C> = <<<C as Curve>::ElementSize as Add>::Output as Add<U1>>::Output;
This is supported on feature="weierstrass" only.

Size of an uncompressed elliptic curve point for the given curve when serialized using the Elliptic-Curve-Point-to-Octet-String encoding (including leading 0x04 tag byte).