aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-04-21 03:45:34 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-18 23:25:46 +0200
commit6fa22e32531a74f5fe85ed37c7d382594a5dabd9 (patch)
treec1386b196a064a444a163e26df294e6696607e48 /include
parent414f2cafc6cf2fe141c011b0d63d447a9b983ac3 (diff)
Add comment
Diffstat (limited to 'include')
-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: