Files
cool-source-archive/external/crypto++-5.61/mqv.cpp
Totterynine 4b952b0e4e init
2021-09-13 15:31:53 +05: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