Disclaimer: I know that this is a super weak cipher. I implemented this (1) to learn more about the inner workings of AES and (2) so that I can advance in the cryptopals problem sets which need a working ECB cipher. I wanted to implement it manually to increase my skill with Zig!
This is a Zig implementation of the AES-ECB cipher. It was created by following the NIST documentation on AES.