文件名称: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
1999-2046 搜珍网 All Rights Reserved.
本站作为网络服务提供者,仅为网络服务对象提供信息存储空间,仅对用户上载内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。
