I have a Primitive Polynomial over GF(2) of degree 8. p(x) = x^8 + x^6 + x^3 + x^2 + 1 I need to evaluate a root 'w' such that p(w) = 0 How do I do it?

Please Wait...