AES Implementation

This may only be used for the Modes lab
The file aes.tar.gz contains a public domain reference implementation of AES. Download it to your account. You can untar it with a command such as: "tar -zxvf aes.tar.gz". You may use it or another implementation of AES, but you (obviously) must write all code for the modes yourself.
AES Library Information: