Content deleted Content added
m Clarified that SEA is a randomized algorithm |
|||
Line 112:
==The algorithm==
:(1) Choose a set of odd primes <math>S</math>, <math>p \notin S</math> such that <math>N=\prod_{l\in S} l >
:(2) put <math>t_2=0</math> if <math>gcd(x^{q}-x, x^{3} + Ax + B)\neq 1</math>, else <math>t_2=1</math>.
:(3) for <math>l \in S</math> do:
Line 129:
:::(v)else <math>t_{l}=0</math>
::(e)else <math>t_{l}=0</math>
:(4)Use the [[Chinese Remainder Theorem]] to compute <math>
Note that since the set <math>S</math> was chosen so that <math>
==Complexity of Schoof's algorithm==
|