This commit is contained in:
2025-10-26 11:30:13 +08:00
parent e43078aa84
commit 08bdd1664e
23 changed files with 63 additions and 99 deletions

View File

@@ -0,0 +1,14 @@
#pragma once
/*
主要是用于各种加密
*/
#include "QCL_Include.hpp"
using namespace std;
namespace encrypt
{
string MD5(const string &info);
}