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