pub fn point_of_order(curve: &Curve, ell: u64) -> Option<Point>
A single point of prime order ell on the curve (a candidate isogeny-kernel generator), or None if there is no rational ell-torsion. Requires p ≡ 3 (mod 4).
ell
None
p ≡ 3 (mod 4)