hash/buzhash: add digest_type typedef
This commit is contained in:
parent
e1d56395f6
commit
cc9b9b19c1
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user