How to calculate the irreducible polynomial in galois field

342 Views Asked by At

I have a an expression (x^3 + x^2 + 1) / (x^6 + x^5) in GF(2^8) and its primitive polynomials (0,1,3,4,8)

How to deal with this equation and what is the logic behind this?