128 bit AES Pipelined Cipher
- 资源大小:228.16 kB
- 上传时间:2021-06-30
- 下载次数:0次
- 浏览次数:1次
- 资源积分:1积分
-
标 签:
加密解密
verilog
资 源 简 介
The Advanced Encryption Standard (AES) specifies a FIPS- approved cryptographic algorithm that can be used to protect electronic data.
The AES-128 pipelined cipher module uses AES algorithm which is a symmetric block cipher to encrypt (encipher) information.
This module is optimized for speed as it pipeline hardware to perform repeated sequence called round
文 件 列 表
aes-128-pipelined
AddRoundKey.v
AES_Pipelined_Cipher.pdf
KeyExpantion.v
MixColumns.v
Round.v
RoundKeyGen.v
SBox.v
ShiftRows.v
SubBytes.v
Top_PipelinedCipher.v