Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 197 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 197 Bytes

AES_32_bits

Implementation of AES with the 32 bits optimization

The optimization is a transformation of the Sbox into Tbox. This transformation allows to combine subByte and mixColumn function.