certificate/include/cryptopp/simple.cpp

14 lines
193 B
C++
Raw Permalink Normal View History

2025-06-26 15:15:38 +00:00
// 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