文件名称:AES加密算法内部原理
文件大小:2.03MB
文件格式:RAR
更新时间:2013-10-05 02:49:42
AES
AES加密输入:一个初始密钥(CipherKey)和一个明文分组(State)
AES加密的高级语言描述
Cipher(State,CipherKey)
{
KeyExpansion(CipherKey,ExpandedKey);
AddRoundKey(State,ExpandedKey[0])
FOR(I = 1;I
【文件预览】:
AVR_APP_AES Cipher.ppt
AES Rijndael.exe
AES Cipher.doc