Trait fdh::Reset[][src]

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

Trait for resetting hash instances

Required methods

pub fn reset(&mut self)[src]

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

Loading content...

Implementors

impl<H: Digest> Reset for FullDomainHash<H>[src]

fn reset(&mut self)[src]

Reset the hasher, discarding all internal state.

Loading content...