Problem
Let's assume input to the mix Colum layer of AES is B=(88,88,88,88,88,88,88,88,88,88,88,88,88,88,88,88) where each byte is in hexadecimal notation. Compute the output of the mix Colum layer for the given input B. Remember multiplication in AES happens in GF(28) and addition/subtraction in GF(2) fields. The modular reduction polynomial used by AES is p(x)= x8+x4+x2+x+1