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