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

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

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