#include namespace simple_object_storage { // Returns SHA-256 hash of unpacked tgz contents, or empty string on error std::string get_hash_from_tgz(const std::string& file_path); } // namespace simple_object_storage