www.pudn.com > 基于SHA-256的HMAC文件校验器.rar > GenMAC.cpp


// GenMAC.cpp: implementation of the CGenMAC class. 
// 
////////////////////////////////////////////////////////////////////// 
 
#include "stdafx.h" 
#include "VeriFile.h" 
#include "GenMAC.h" 
 
#ifdef _DEBUG 
#undef THIS_FILE 
static char THIS_FILE[]=__FILE__; 
#define new DEBUG_NEW 
#endif 
 
////////////////////////////////////////////////////////////////////// 
// Construction/Destruction 
////////////////////////////////////////////////////////////////////// 
 
CGenMAC::CGenMAC() 
{ 
	m_strMac="xxx"; 
} 
 
CGenMAC::~CGenMAC() 
{ 
 
}