Files
core/Common/3dParty/cryptopp/simple.cpp
2017-09-06 15:59:48 +03:00

14 lines
195 B
C++

// 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