www.pudn.com > vod2007.rar > Mac.h


// MAC.h: interface for the CMAC class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#ifndef MACH 
#define MACH 
//--------------------------------------------------------------------------- 
 
#include  
#include  
#include  
#include  
#include  
//#include  
#include  
 
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_)