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