cryptopp/hmqv.cpp

15 lines
300 B
C++

// hmqv.cpp - written and placed in the public domain by Uri Blumenthal
// Shamelessly based upon Jeffrey Walton's FHMQV and Wei Dai's MQV source files
#include "pch.h"
#include "hmqv.h"
NAMESPACE_BEGIN(CryptoPP)
void TestInstantiations_HMQV()
{
HashedMQV hmqv;
}
NAMESPACE_END