geode/loader/hash/hash.hpp
2024-01-22 20:42:11 +03:00

12 lines
338 B
C++

#pragma once
#include <string>
#include <ghc/filesystem.hpp>
std::string calculateSHA3_256(ghc::filesystem::path const& path);
std::string calculateSHA256(ghc::filesystem::path const& path);
std::string calculateSHA256Text(ghc::filesystem::path const& path);
std::string calculateHash(ghc::filesystem::path const& path);