implementation of AES-128 in C
AES encryption algorithm implemented using AES by Examble by Adam Berent: http://web.archive.org/web/20150510100957/http://www.infosecwriters.com/text_resources/pdf/AESbyExample.pdf
as well as the youtube series by creel https://www.youtube.com/watch?v=K2Xfm0-owS4
This is merely for educational purposes. There are seiouse security risks associated with writing your own implementation of AES and you should always use a trusted 3rd party library instead.