# tinyAES **Repository Path**: ynxing/AES ## Basic Information - **Project Name**: tinyAES - **Description**: AES 128 256 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-04-20 - **Last Updated**: 2025-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tinyAES AES implementation from [tinyAES on OpenCores](https://opencores.org/project,tiny_aes) except for the sbox. Sbox is implemented by logic operations, instead of tables, following [Circuit Minimization Work](http://cs-www.cs.yale.edu/homes/peralta/CircuitStuff/CMT.html) by Dr. Rene Peralta. This can be helpful to optimize the usage of BRAMs on FPGA.