hash/buzhash: add digest_type typedef

This commit is contained in:
Danny Robson 2019-04-23 08:54:58 +10:00
parent e1d56395f6
commit cc9b9b19c1

View File

@ -36,6 +36,8 @@ namespace cruft::hash {
public:
static_assert (sizeof (StateT) >= sizeof (WordT));
using digest_type = StateT;
template <typename ...Args>
buzhash (
std::size_t _width,