AES-master

所属分类:其他
开发工具:C/C++
文件大小:11KB
下载次数:0
上传日期:2020-11-02 16:00:53
上 传 者柒月阿
说明:  应用密码学AES编程代码,行变换,列混合,字节代码等过程都有
(Application cryptography, AES programming code, row transformation, column mixing, byte code and other processes)

文件列表:
LICENSE (11357, 2019-06-03)
Makefile (938, 2019-06-03)
aes.c (9065, 2019-06-03)
aes.h (683, 2019-06-03)
sample.c (1225, 2019-06-03)
test_case.c (8415, 2019-06-03)

# 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'.

近期下载者

相关文件


收藏者