#pragma once #include std::string hash_file(const std::string& path); std::string hash_data(const std::string& data);