摘要
AES分组密码算法的DSP实现,分硬件和软件实现两部分,软件实现又分为AES算法在TMS320C6211上的C程序实现和对C代码的优化。其AES算法的实现通过主程序AES.c以及连接命令文件.cmd完成;而AES算法的优化则通过编译优化和代码优化达到。
The realization of AES algorithm based on DSP includes two parts of software and hardware implementation. The software implementation includes the realization of C code of AES algorithm based on TMS320C6211 and the optimization of the C code. The AES algorithm was implemented by main function AES.C and link file .cmd. And the optimization of AES algorithm was realized by compiling optimization and code optimization.
出处
《兵工自动化》
2006年第1期38-39,44,共3页
Ordnance Industry Automation
基金
重庆市教委科技研究项目资助(040510)
关键词
AES算法
DSP
C程序实现
C代码优化
AES algorithm
DSP
Realization of C language
Optimization of C code