Type Definition elliptic_curve::weierstrass::AffinePoint
source · pub type AffinePoint<Fe> = (Fe, Fe);Expand description
Affine point whose coordinates are represented by the given field element.
pub type AffinePoint<Fe> = (Fe, Fe);Affine point whose coordinates are represented by the given field element.