Files
RkApp/ApCreate/NetraLib/include/encrypt.hpp

14 lines
156 B
C++
Raw Normal View History

2025-09-28 16:03:54 +08:00
#pragma once
/*
*/
#include "QCL_Include.hpp"
using namespace std;
namespace encrypt
{
string MD5(const string &info);
}