Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
186 B

  1. // mqv.cpp - written and placed in the public domain by Wei Dai
  2. #include "pch.h"
  3. #include "mqv.h"
  4. NAMESPACE_BEGIN(CryptoPP)
  5. void TestInstantiations_MQV()
  6. {
  7. MQV mqv;
  8. }
  9. NAMESPACE_END