source-engine/external/crypto++-5.61/simple.cpp
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

15 lines
204 B
C++

// simple.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#ifndef CRYPTOPP_IMPORTS
#include "simple.h"
#include "secblock.h"
NAMESPACE_BEGIN(CryptoPP)
NAMESPACE_END
#endif