[Math] What are some open problems regarding elliptic curves in finite fields

elliptic-curvesfinite-fieldsopen-problemsreference-request

I accept that my question seems so vague and broad, and I already looked into some similar questions in MO. But I would like to learn specifically about some open problems and conjectures regarding elliptic curves in finite fields. Also if there is something about their isogeny in particular it is highly welcomed. If you can provide also a reference to where the problem was formulated I would be glad. To clarify, both theoretical and computational open problems are welcomed.

Best Answer

We know that, given an elliptic curve over a finite field $\mathbb{F}_q$, there exists integers $m,n$ with $m|n$ such that the group of rational points is a product of a cyclic group of order $m$ and a cyclic group of order $n$. I believe it is still open to deterministically, in polynomial time, compute $m,n$ (a big obstacle is to do it without factoring the gcd of $mn$ and $q-1$). Even if that's solved, I know it's an open problem to, again deterministically, in polynomial time, compute two points of order $m,n$ (or one point if $m=1$) that generate the group of rational points. (NB polynomial time means polynomial in $\log q$).

Another question which just occurred to me is, given two elliptic curves over the same finite field with the same number of rational points, deterministically, in polynomial time, compute an isogeny between them. The proof of Tate's theorem seems horribly inefficient from a computational point of view.

Related Question