#pragma once
#include <iostream>
namespace VrMD5Utils {
std::string GetMD5(const char* pData, const int nDataLen);
}