Cantor–Zassenhaus algorithm: Difference between revisions

Content deleted Content added
looks like someone is trying to sell PARI/GP here
Line 3:
The algorithm consists mainly of exponentiation and polynomial [[greatest common divisor|GCD]] computations. It was invented by D. Cantor and [[Hans Zassenhaus]] in 1981.
 
It is arguably the dominant algorithm for solving the problem, having replaced the earlier [[Berlekamp's algorithm]] of 1967. It is currently implemented in many well-known [[computer algebra system]]s, including [[PARI/GP]].
 
==Overview==