dh.cpp

00001 // dh.cpp - written and placed in the public domain by Wei Dai
00002 
00003 #include "pch.h"
00004 
00005 #ifndef CRYPTOPP_IMPORTS
00006 
00007 #include "dh.h"
00008 
00009 NAMESPACE_BEGIN(CryptoPP)
00010 
00011 void DH_TestInstantiations()
00012 {
00013         DH dh1;
00014         DH dh2(NullRNG(), 10);
00015 }
00016 
00017 NAMESPACE_END
00018 
00019 #endif

Generated on Sat Dec 23 02:07:06 2006 for Crypto++ by  doxygen 1.5.1-p1