Type Definition ethers::core::k256::elliptic_curve::AffinePoint[][src]

pub type AffinePoint<C> = <C as AffineArithmetic>::AffinePoint;
Expand description

Affine point type for a given curve with a ProjectiveArithmetic implementation.