geode/loader/hash/hash.hpp

13 lines
338 B
C++
Raw Normal View History

#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);
2024-01-22 12:42:11 -05:00
std::string calculateSHA256Text(ghc::filesystem::path const& path);
std::string calculateHash(ghc::filesystem::path const& path);