If I have $E: y^2 = 2x^3 + 3$, and I want to compute all the points over $\mathbb{F}_5$
Do I simply just plug in 0-4 for y, and 0-4 for $2x^3 +3$ and then all the ones that are equal are the only points? So in this example
$$(1,0), (2,2), (2,3), (4,1), (4,4)$$
How do I find the points at infinity?
thanks