⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stdafx.h

📁 之前看書參考試著自己寫 但沒成功 請網上較強的大哥試著修改一下 謝啦
💻 H
字号:


#pragma once


#include <iostream>
#include <stdio.h>
#include <tchar.h>


#include "Inv_AES.h"
#include "Inv_Subbyte.h"											//Different
#include "Inv_ShiftRow.h"											//Different
#include "Inv_MixColumns.h"											//Different
#include "Inv_AddRoundKey.h"											//Different
#include "Cipher.h"											//Different
#include "Basic.h"


#define Nr 10
#define Nk 4
#define Nb 4

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -