Trait digest::Reset[][src]

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

Trait for resetting hasher instances

Required methods

fn reset(&mut self)[src]

Reset hasher instance to its initial state.

Loading content...

Implementors

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

This is supported on crate feature core-api only.

impl<T> Reset for RtVariableCoreWrapper<T> where
    T: VariableOutputCore + UpdateCore
[src]

This is supported on crate feature core-api only.
Loading content...