/kirino

Primary LanguageC++The UnlicenseUnlicense

kirino

AES encryptor/decryptor.

This is for my study, I do not take responsibility for problems from using this.

Supported Keysize

  • AES128
  • AES192
  • AES256

Headers

  • aes.hpp in which AES objects are defined
  • arith.hpp implements functions of arithmetics in of Galois Field GF(2^8)

Todo

  • introduce tests