An AES library with 128bit/192bit/256bit
http://blog.csdn.net/zycamym/article/details/45774767
the main files are aes.h aes.c conf.c, test_case.c is a test with CUnit.
So far, it supports 128bit, 192bit or 256bit encryption and decryption.
The simplest way to compile this package is:
-
`cd' to the directory containing the package's source code and type
-
Type `make' to compile the package, test and sample.
-
Type `make install' to install the library.
-
Type `make uninstall' to uninstall the library.
-
You can remove the program binaries and object files from the source code directory by typing `make clean'.