s-aes
There are 4 repositories under s-aes topic.
ChakshuGupta13/AES-128
A simplified version of AES-128 is implemented in C++ where padding is ommitted due to the assumption undertaken that the message will be exactly of 128-bit. A further simplified version of AES, known as S-AES, is also implemented.
kevin-fagan/simplified-aes
Simplified AES
OmniaMohamed12/S-AES-Design-and-Verification-using-SystemVerilog-and-UVM
Simplified Advanced Encryption Standard (S-AES) Design and Verification Using System Verilog and UVM.
prateekshyap/S-AES-implementation
Implementation of 3-round S-AES Algorithm