• Performs the AES MixColumn operation on a 128-bit value. Performs a matrix multiplication on the input value, providing diffusion.

    Parameters

    • input: Byte16

      Take in a 128-bit value represented as a Byte16 class

    Returns Byte16

    Transformed 128-bit value represented as a Byte16 class