From 6fa22e32531a74f5fe85ed37c7d382594a5dabd9 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 21 Apr 2018 03:45:34 +0200 Subject: Add comment --- include/odhtdb/Hash.hpp | 1 + 1 file changed, 1 insertion(+) 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