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

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