[][src]Trait digest::Reset

pub trait Reset {
    pub fn reset(&mut self);
}

Trait for resetting hasher instances

Required methods

pub fn reset(&mut self)[src]

Reset hasher instance to its initial state.

Loading content...

Implementors

impl<D: Reset + UpdateCore> Reset for UpdateCoreWrapper<D>[src]

Loading content...