hash/buzhash: add digest_type typedef
This commit is contained in:
parent
e1d56395f6
commit
cc9b9b19c1
@ -36,6 +36,8 @@ namespace cruft::hash {
|
|||||||
public:
|
public:
|
||||||
static_assert (sizeof (StateT) >= sizeof (WordT));
|
static_assert (sizeof (StateT) >= sizeof (WordT));
|
||||||
|
|
||||||
|
using digest_type = StateT;
|
||||||
|
|
||||||
template <typename ...Args>
|
template <typename ...Args>
|
||||||
buzhash (
|
buzhash (
|
||||||
std::size_t _width,
|
std::size_t _width,
|
||||||
|
Loading…
Reference in New Issue
Block a user