ext-cryptopp/simple.cpp

14 lines
195 B
C++
Raw Normal View History

2015-11-05 06:59:46 +00:00
// simple.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
#include "simple.h"
NAMESPACE_BEGIN(CryptoPP)
NAMESPACE_END
#endif