Schoof's algorithm: Difference between revisions

Content deleted Content added
Change overline to bar for consistency.
The algorithm: simpilfy
Line 141:
{{nowrap|<math>t_{l}=0</math>}}
Use the [[Chinese Remainder Theorem]] to compute {{mvar|t}} modulo {{mvar|N}}.
Output <math>q+1-t</math>.
 
Note that since the set {{mvar|S}} was chosen so that <math>N>4\sqrt{q}</math>, by Hasse's theorem, we in fact know {{mvar|t}} and <math> \sharp E(\mathbb{F}_{q}) = q+1-t</math> precisely.
 
==Complexity==