This commit is contained in:
patchzyy
2026-08-23 17:10:50 +02:00
commit ec226e8348
1099 changed files with 400981 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
// 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