aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/odhtdb/Hash.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/odhtdb/Hash.hpp b/include/odhtdb/Hash.hpp
index 9dce168..c1212ec 100644
--- a/include/odhtdb/Hash.hpp
+++ b/include/odhtdb/Hash.hpp
@@ -24,6 +24,7 @@ namespace odhtdb
HashException(const std::string &errMsg) : std::runtime_error(errMsg) {}
};
+ // Uses blake2b to hash input
class Hash
{
public: