aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <0xdec05eba@gmail.com>2018-04-21 03:45:34 +0200
committerdec05eba <0xdec05eba@gmail.com>2018-04-21 03:45:41 +0200
commit59e86b8b22c5ffb925b5a68b43de4ddc92986d53 (patch)
tree5c25bc38c735dfd14eac55899d2938d85be366ed /include
parent6e4d46f8cf911b82a10e8cd25b65fcc421bbc712 (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: