Type Alias elliptic_curve::weierstrass::AffinePoint
source · pub type AffinePoint<Fe> = (Fe, Fe);
Available on crate feature
arithmetic
only.Expand description
Affine point whose coordinates are represented by the given field element.