diff options
Diffstat (limited to 'external/crypto++-5.6.3/mqv.cpp')
| -rw-r--r-- | external/crypto++-5.6.3/mqv.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/external/crypto++-5.6.3/mqv.cpp b/external/crypto++-5.6.3/mqv.cpp new file mode 100644 index 0000000..247a3ef --- /dev/null +++ b/external/crypto++-5.6.3/mqv.cpp @@ -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 |