[][src]Type Definition ecdsa::curve::CompressedPointSize

type CompressedPointSize<ScalarSize> = <ScalarSize as Add<UInt<UTerm, B1>>>::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).