diff options
Diffstat (limited to 'Source/cmCryptoHash.h')
-rw-r--r-- | Source/cmCryptoHash.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmCryptoHash.h b/Source/cmCryptoHash.h index a2d45e7..bb026a2 100644 --- a/Source/cmCryptoHash.h +++ b/Source/cmCryptoHash.h @@ -74,6 +74,10 @@ public: /// An empty string otherwise. std::string HashFile(const std::string& file); + /// @brief Returns the name of the hash type. + /// @return The name of the hash type associated with this hash generator. + std::string GetHashAlgoName() const; + void Initialize(); void Append(void const*, size_t); void Append(cm::string_view input); |