geode/loader/hash/hash.hpp
matcool 324795cddb ghc::filesystem -> std::filesystem
remove ghc::filesystem :D
closes #713
2024-06-02 22:35:51 -03:00

12 lines
330 B
C++

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