Files
wiicompiled/runtime/third_party/cryptopp/simple.cpp
T
patchzyy ec226e8348 init
2026-08-23 17:10:50 +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