Performs the AES MixColumn operation on a 128-bit value. Performs a matrix multiplication on the input value, providing diffusion.
Take in a 128-bit value represented as a Byte16 class
Transformed 128-bit value represented as a Byte16 class
Performs the AES MixColumn operation on a 128-bit value. Performs a matrix multiplication on the input value, providing diffusion.