source-engine/external/crypto++-5.61/mqv.cpp
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

14 lines
186 B
C++

// 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