From 59e86b8b22c5ffb925b5a68b43de4ddc92986d53 Mon Sep 17 00:00:00 2001 From: dec05eba <0xdec05eba@gmail.com> Date: Sat, 21 Apr 2018 03:45:34 +0200 Subject: Add comment --- include/odhtdb/Hash.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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: -- cgit v1.2.3