Skip to content

wangyan33448/AES

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AES

a aes library with 128bit/192bit/256bit

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

a aes library with 128bit/192bit/256bit

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 96.4%
  • Makefile 3.6%