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