elliptic_curve::weierstrass

Type Alias AffinePoint

Source
pub type AffinePoint<Fe> = (Fe, Fe);
Expand description

Affine point whose coordinates are represented by the given field element.