source-engine/external/crypto++-5.6.3/mqv.cpp

16 lines
255 B
C++
Raw Normal View History

2020-04-22 16:56:21 +00:00
// mqv.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "mqv.h"
NAMESPACE_BEGIN(CryptoPP)
#if !defined(NDEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING)
void TestInstantiations_MQV()
{
MQV mqv;
}
#endif
NAMESPACE_END