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

14 lines
156 B
C++
Raw Normal View History

2025-11-21 14:27:36 +08:00
#pragma once
/*
*/
#include "QCL_Include.hpp"
using namespace std;
namespace encrypt
{
string MD5(const string &info);
}