The AES algorithm uses the irreducible polynomial. Consider
x^8+x^4+x^3+x+1
for multiplying with a MDS matrix for encryption and decryption. Am I allowed to change this polynomial with another one? If so, then I need to redesign the MDS matrix? Does this effect security standards?