AchievementManager: APPROVED_LIST_HASH quality of life improvements
APPROVED_LIST_HASH is moved to a separate file, making tests compilation faster after changing it. The error message prints the hash in a way that it can be directly copy-pasted (though it still needs clang-format).
This commit is contained in:
@@ -58,4 +58,5 @@ inline Digest CalculateDigest(const std::array<T, Size>& msg)
|
||||
}
|
||||
|
||||
std::string DigestToString(const Digest& digest);
|
||||
std::string DigestToSource(const Digest& digest);
|
||||
} // namespace Common::SHA1
|
||||
|
||||
Reference in New Issue
Block a user