KeyExpansion
.KeyExpansion
: From the 128 bit key, 11 separate 128 bit round keys are derived: one to be used in each AddRoundKey step. This step is also known as key schedule.SubBytes
ShiftRows
MixColumns
AddRoundKey
XOR(state, round key)
thus needs the knowledge of the round key to be reversed: