mxoemu/Dependencies10/CryptoPP/mqv.cpp
2010-02-13 07:36:33 +00:00

13 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