mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-04 19:33:40 +00:00
6 lines
157 B
C++
6 lines
157 B
C++
#pragma once
|
|
#include "../Global.h"
|
|
#include <string>
|
|
|
|
LIAPI std::string CalcMD5(const std::string& str);
|
|
LIAPI std::string CalcSHA1(const std::string& str); |