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

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

Size of a compressed elliptic curve point for the given curve when serialized using Elliptic-Curve-Point-to-Octet-String encoding (including leading 0x02 or 0x03 tag byte).