📄 stdafx.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 + -