AES implementation from tinyAES on OpenCores except for the sbox.
Sbox is implemented by logic operations, instead of tables, following Circuit Minimization Work by Dr. Rene Peralta. This can be helpful to optimize the usage of BRAMs on FPGA.
AES implementation from tinyAES on OpenCores except for the sbox.
Sbox is implemented by logic operations, instead of tables, following Circuit Minimization Work by Dr. Rene Peralta. This can be helpful to optimize the usage of BRAMs on FPGA.