diff --git a/Chaos/Hash/Hasher.hpp b/Chaos/Hash/Hasher.hpp index 3597fe1..12137fa 100644 --- a/Chaos/Hash/Hasher.hpp +++ b/Chaos/Hash/Hasher.hpp @@ -8,6 +8,11 @@ template class Hasher { public: + void Reset() + { + Impl().Reset(); + } + template void Update(InputIt begin, InputIt end) {