From 82b1c9fa40850e28cc48a3564ad07aedf52c788f Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Fri, 1 Jun 2018 13:21:36 +1000 Subject: [PATCH] hash/siphash: set default compression/finalisation params --- hash/siphash.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;