00001 // simple.cpp - written and placed in the public domain by Wei Dai 00002 00003 #include "pch.h" 00004 00005 #ifndef CRYPTOPP_IMPORTS 00006 00007 #include "simple.h" 00008 00009 NAMESPACE_BEGIN(CryptoPP) 00010 00011 NAMESPACE_END 00012 00013 #endif