summaryrefslogtreecommitdiff
path: root/external/crypto++-5.6.3/mqv.cpp
blob: 247a3ef6ed0b1f6b59c2a60ce1feede19ac54d2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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