diff --git a/hash/siphash.hpp b/hash/siphash.hpp index 18e1b7de..88556061 100644 --- a/hash/siphash.hpp +++ b/hash/siphash.hpp @@ -23,7 +23,7 @@ #include namespace util::hash { - template + template class siphash { public: using digest_t = std::uint64_t;