zhouyangchao / AES

AES algorithm library implementation in C with 128bit/192bit/256bit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AES

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:

  1. `cd' to the directory containing the package's source code and type

  2. Type `make' to compile the package, test and sample.

  3. Type `make install' to install the library.

  4. Type `make uninstall' to uninstall the library.

  5. You can remove the program binaries and object files from the source code directory by typing `make clean'.

About

AES algorithm library implementation in C with 128bit/192bit/256bit

License:Apache License 2.0


Languages

Language:C 95.4%Language:Makefile 4.6%