I am quite frustrated about the SAGE documentations on Finite field operations. What I want to do is the following:
In GF(2^8) with irreducible polynomial x^8+x^4+x^3+x+1, I would like to find the inverse of element x^8+1. How can I do that in SAGE?