初始化写一半了

This commit is contained in:
2025-11-21 14:27:36 +08:00
parent bd8b42adb1
commit 4fe804aaec
20 changed files with 12217 additions and 18 deletions

View File

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