标题: AES加解密源码共享 AES_128_BSD [打印本页] 作者: aestest 时间: 2018-5-2 15:22 标题: AES加解密源码共享 AES_128_BSD AES加解密共享
AES_128 c implementation
By: Eric Peeters
Company: TI
The package contains the following files:
Implementation of the encryption and decryption function of the AES-128 as defined by FIPS-197 standard
- TI_aes_128.h
- TI_aes_128.c
- main_aes_128.c
Implementation of the encryption function only:
- TI_aes_128_encr_only.h
- TI_aes_128_encr_only.c
- main_aes_128_encr_only.c