Randomized algorithm to determine if a polynomial over $\mathbb{Z}/p$ is irreducible

75 Views Asked by At

Is there an efficient (possibly randomized) algorithm to determine if a given polynomial $p(x) \in \mathbb{Z}/p\mathbb{Z}[n]$ is irreducible?

1

There are 1 best solutions below

3
On BEST ANSWER

Here is the algorithm that works, and it appears to be significantly faster than factoring. This comes from the Handbook of Applied Cryptography, whose notes can be found online here: http://cacr.uwaterloo.ca/hac/

enter image description here