COMP2700 Assignment 2
# COMP2700 Assignment 2 In this challenge, we consider a modifed version of AES, called Bad-AES, which is the same as AES, but with a modified round function. In this variant, every pair of ShiftRows/MixColumns transformations has been replaced with a PermuteStateMatrix transformation. The ShiftColumns transformation is defined as follows: given a 16 byte. input …