mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-07 12:18:11 +00:00
6 lines
168 B
C++
6 lines
168 B
C++
#pragma once
|
|
#include "include/llapi/Global.h"
|
|
#include <string>
|
|
|
|
LIAPI std::string CalcMD5(const std::string& str);
|
|
LIAPI std::string CalcSHA1(const std::string& str); |