alloy::signers::k256::elliptic_curve

Type Alias ProjectivePoint

source
pub type ProjectivePoint<C> = <C as CurveArithmetic>::ProjectivePoint;
Available on crate features signers and arithmetic only.
Expand description

Projective point type for a given curve with a CurveArithmetic implementation.