Files
Netralib/include/encrypt.hpp

14 lines
156 B
C++
Raw Normal View History

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