539364846a
git-svn-id: http://mc-server.googlecode.com/svn/trunk@808 0a769ca7-a7f5-676a-18bf-c427514a06d6
14 lines
186 B
C++
14 lines
186 B
C++
// mqv.cpp - written and placed in the public domain by Wei Dai
|
|
|
|
#include "pch.h"
|
|
#include "mqv.h"
|
|
|
|
NAMESPACE_BEGIN(CryptoPP)
|
|
|
|
void TestInstantiations_MQV()
|
|
{
|
|
MQV mqv;
|
|
}
|
|
|
|
NAMESPACE_END
|