Trait Reset
digest
pub trait Reset { fn reset(&mut self); }
Trait for resetting hash instances
fn reset(&mut self)
Reset hasher instance to its initial state and return current state.
impl Reset for Sha256
impl Reset for Sha224
impl Reset for Sha512
impl Reset for Sha384
impl Reset for Sha512Trunc256
impl Reset for Sha512Trunc224