AES-128
1.0
Fully Unrolled VHDL Implementation of AES-128
|
AES state MixColumn. More...
Entities | |
Structural | architecture |
Structural architecture of the "MixMatrix" function. More... | |
Libraries | |
ieee | |
work |
Use Clauses | |
ieee.std_logic_1164.all | |
work.aes128Pkg.all |
Ports | |
In_DI | in Matrix |
Input to the "MixMatrix" function. | |
Out_DO | out Matrix |
Output of the "MixMatrix" function. |
AES state MixColumn.
The present design applies the "MixColumns" operation of the Advanced Encryption Standard (AES) to all four columns of the AES State.