Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 364 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 364 Bytes

tinyAES

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.