cryptopp/fhmqv.cpp

15 lines
282 B
C++

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