pub type AffinePoint<Fe> = (Fe, Fe);
arithmetic
Affine point whose coordinates are represented by the given field element.