1// simple.cpp - written and placed in the public domain by Wei Dai
2
3#include "pch.h"
4
5#ifndef CRYPTOPP_IMPORTS
6
7#include "simple.h"
8#include "secblock.h"
9
10NAMESPACE_BEGIN(CryptoPP)
11
12NAMESPACE_END
13
14#endif
15