summaryrefslogtreecommitdiff
path: root/simple.cpp
blob: 22db2fdba47866dc3eac0f991a86893a40d51b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// 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