Files
m2dev-client-src/extern/include/cryptopp/simple.cpp
d1str4ught 4be475f111 init
2025-08-18 19:46:48 +02:00

14 lines
193 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