Trait digest::Reset[][src]

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

Trait for resetting hash instances

Required methods

fn reset(&mut self)[src]

Reset hasher instance to its initial state and return current state.

Loading content...

Implementors

Loading content...