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

type CompressedPointSize<ScalarSize> = <ScalarSize as Add<U1>>::Output;

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).