1
This commit is contained in:
15
external/crypto++-5.6.3/mqv.cpp
vendored
Normal file
15
external/crypto++-5.6.3/mqv.cpp
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
// mqv.cpp - written and placed in the public domain by Wei Dai
|
||||
|
||||
#include "pch.h"
|
||||
#include "mqv.h"
|
||||
|
||||
NAMESPACE_BEGIN(CryptoPP)
|
||||
|
||||
#if !defined(NDEBUG) && !defined(CRYPTOPP_DOXYGEN_PROCESSING)
|
||||
void TestInstantiations_MQV()
|
||||
{
|
||||
MQV mqv;
|
||||
}
|
||||
#endif
|
||||
|
||||
NAMESPACE_END
|
Reference in New Issue
Block a user