1
0
Fork 0
cuberite-2a/CryptoPP/simple.cpp

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