/tud_aes

Implementation of AES in C. Assignment for Secure System Development lecture at TU Dublin.

Primary LanguageC

AES

This is an implementation of the AES (Rijndael) algorithm in C. The implementation was tested against an existing python implementation using the ctypes library and pytest. This was created for the course Secure Systems Development at TU Dublin.