libcryfs/vendor/cryptopp/vendor_cryptopp/simple.cpp

14 lines
206 B
C++

// simple.cpp - originally 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