[]Trait skellige::prelude::blake2::digest::Reset

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

Trait for resetting hash instances

Required methods

pub fn reset(&mut self)

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

Loading content...

Implementors

impl Reset for Blake2b

impl Reset for Blake2s

impl Reset for VarBlake2b

impl Reset for VarBlake2s

Loading content...