blob: c427561b2e5ef441c639f5ea21a06f8fa4a3c10a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// mqv.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "mqv.h"
NAMESPACE_BEGIN(CryptoPP)
void TestInstantiations_MQV()
{
MQV mqv;
}
NAMESPACE_END
|