📄 mac.h
字号:
// MAC.h: interface for the CMAC class.
//
//////////////////////////////////////////////////////////////////////
#ifndef MACH
#define MACH
//---------------------------------------------------------------------------
#include <Classes.hpp>
#include <Controls.hpp>
#include <StdCtrls.hpp>
#include <Forms.hpp>
#include <ExtCtrls.hpp>
//#include <cspin.h>
#include <Buttons.hpp>
void GetMac1(unsigned char key[], int nKeyLen, unsigned char input[], int nLen, unsigned char random[], int bRandom, unsigned char MAC[]);
#endif // !defined(AFX_MAC_H__F196F10F_C801_11D3_9DB5_001088E68888__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -