summaryrefslogtreecommitdiff
path: root/mqv.cpp
blob: 84a6af034a64aa556ac662d8805586b4df76a096 (plain)
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