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?
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?
(0,1,3,4,8)
refers to the irreducible polynomial $1+x+x^3+x^4+x^8$. – Jyrki Lahtonen Jun 27 '20 at 04:08