Type Definition ethers::core::k256::elliptic_curve::sec1::CompressedPointSize[][src]

pub type CompressedPointSize<C> = <<<C as Curve>::UInt as ArrayEncoding>::ByteSize as Add<UInt<UTerm, B1>>>::Output;
Expand description

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