#ifndef COMPONENTS_FILES_HASH_H #define COMPONENTS_FILES_HASH_H #include #include #include namespace Files { std::uint64_t getHash(const std::string& fileName, std::istream& stream); } #endif