blob: 96f256b400d22202bc0fb356be6a30dab0d89ec4 (
plain) (
tree)
|
|
// 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
|