"Fossies" - the Fresh Open Source Software archive

Member "lrc-1.0/src/strategies/cryptopp/mqv.cpp" of archive lrc-1.0.tar.gz:


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