AES encryptor/decryptor.
This is for my study, I do not take responsibility for problems from using this.
- AES128
- AES192
- AES256
- aes.hpp in which AES objects are defined
- arith.hpp implements functions of arithmetics in of Galois Field GF(2^8)
- introduce tests