Files
2026-09-24 19:34:17 -03:00

11 lines
178 B
C++

#pragma once
#include <filesystem>
#include <string>
namespace psprecomp {
[[nodiscard]] std::string sha256_file(const std::filesystem::path &path);
} // namespace psprecomp