00001 // mqv.cpp - written and placed in the public domain by Wei Dai 00002 00003 #include "pch.h" 00004 #include "mqv.h" 00005 00006 NAMESPACE_BEGIN(CryptoPP) 00007 00008 #if !defined(NDEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING) 00009 void TestInstantiations_MQV() 00010 { 00011 MQV mqv; 00012 } 00013 #endif 00014 00015 NAMESPACE_END