Searched refs:sha256File (Results 1 – 1 of 1) sorted by relevance
53 static std::vector<uint8_t> sha256File(const std::string& path) { in sha256File() function66 Hash::Hash(const std::string& path) : mPath(path), mHash(sha256File(path)) {} in Hash()