update:http&&md5
This commit is contained in:
14
include/encrypt.hpp
Normal file
14
include/encrypt.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
主要是用于各种加密
|
||||
*/
|
||||
|
||||
#include "QCL_Include.hpp"
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace encrypt
|
||||
{
|
||||
string MD5(const string &info);
|
||||
}
|
Reference in New Issue
Block a user