ext-cryptopp/mqv.cpp

16 lines
270 B
C++
Raw Normal View History

2015-11-05 06:59:46 +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)
2015-11-05 06:59:46 +00:00
void TestInstantiations_MQV()
{
MQV mqv;
}
#endif
2015-11-05 06:59:46 +00:00
NAMESPACE_END