文件名称:AES
介绍说明--下载内容来自于网络,使用问题请自行百度
ES is a symmetric block cipher.
The same key is used to encrypt and decrypt the message.
The plain text and the cipher text are the same size.
The Aes algorithm works as follows:
Convert to state array: This step consists of conversion on the matrix onto a state array operating with the sbox.
Transformations (and their inverses)
AddRoundKey: Computing the round key for each round.
SubBytes: Substituting by bytes from Sbox.
ShiftRows: Shifting of rows.
MixColumns: Exor operation on columns.
Key Expansion: Expanding the key to be used on next round.
The same key is used to encrypt and decrypt the message.
The plain text and the cipher text are the same size.
The Aes algorithm works as follows:
Convert to state array: This step consists of conversion on the matrix onto a state array operating with the sbox.
Transformations (and their inverses)
AddRoundKey: Computing the round key for each round.
SubBytes: Substituting by bytes from Sbox.
ShiftRows: Shifting of rows.
MixColumns: Exor operation on columns.
Key Expansion: Expanding the key to be used on next round.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AES/add_round_key.m
AES/aes_demo.m
AES/aes_init.m
AES/aff_trans.m
AES/cipher.m
AES/cycle.m
AES/disp_hex.m
AES/find_inverse.m
AES/inv_cipher.m
AES/inv_shift_rows.m
AES/key_expansion.m
AES/mix_columns.m
AES/poly_mat_gen.m
AES/poly_mult.m
AES/rcon_gen.m
AES/rot_word.m
AES/shift_rows.m
AES/sub_bytes.m
AES/s_box_gen.m
AES/s_box_inversion.m
AES
AES/aes_demo.m
AES/aes_init.m
AES/aff_trans.m
AES/cipher.m
AES/cycle.m
AES/disp_hex.m
AES/find_inverse.m
AES/inv_cipher.m
AES/inv_shift_rows.m
AES/key_expansion.m
AES/mix_columns.m
AES/poly_mat_gen.m
AES/poly_mult.m
AES/rcon_gen.m
AES/rot_word.m
AES/shift_rows.m
AES/sub_bytes.m
AES/s_box_gen.m
AES/s_box_inversion.m
AES
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.