1 Star 0 Fork 0

很难不呃呃 / AES128Chip

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Rcon.h 268 Bytes
一键复制 编辑 原始数据 按行查看 历史
//
// Created by wkm on 2024-03-17.
//
#ifndef AES128CHIP_RCON_H
#define AES128CHIP_RCON_H
//定义轮常量表
static const unsigned char Rcon[10] = {
0x01, 0x02, 0x04, 0x08,
0x10, 0x20, 0x40, 0x80,
0x1b, 0x36
};
#endif //AES128CHIP_RCON_H
C++
1
https://gitee.com/wang-kangming/aes128-chip.git
git@gitee.com:wang-kangming/aes128-chip.git
wang-kangming
aes128-chip
AES128Chip
master

搜索帮助