Utils/VrUtils/Inc/VrMD5Utils.h

8 lines
130 B
C
Raw Normal View History

2026-02-19 00:45:00 +08:00
#pragma once
#include <iostream>
namespace VrMD5Utils {
std::string GetMD5(const char* pData, const int nDataLen);
}