pub trait Reset { fn reset(&mut self); }
Trait for resetting hash instances
Reset hasher instance to its initial state and return current state.