pub trait Reset {
    // Required method
    fn reset(&mut self);
}
Expand description

Resettable types.

Required Methods§

fn reset(&mut self)

Reset state to its initial value.

Implementations on Foreign Types§

source§

impl<D> Reset for SimpleHmac<D>where D: Digest + BlockSizeUser + Reset,

source§

fn reset(&mut self)

source§

impl<D> Reset for HmacCore<D>where D: CoreProxy, <D as CoreProxy>::Core: HashMarker + UpdateCore + FixedOutputCore<BufferKind = Eager> + BufferKindUser + Default + Clone, <<D as CoreProxy>::Core as BlockSizeUser>::BlockSize: IsLess<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>, <<<D as CoreProxy>::Core as BlockSizeUser>::BlockSize as IsLess<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, B0>, B0>, B0>>>::Output: NonZero,

source§

fn reset(&mut self)

source§

impl Reset for Hash160

source§

fn reset(&mut self)

source§

impl Reset for Hash256

source§

fn reset(&mut self)

§

impl Reset for Ripemd256Core

§

fn reset(&mut self)

§

impl Reset for Ripemd160Core

§

fn reset(&mut self)

§

impl Reset for Ripemd128Core

§

fn reset(&mut self)

§

impl Reset for Ripemd320Core

§

fn reset(&mut self)

§

impl Reset for Keccak512Core

§

fn reset(&mut self)

§

impl Reset for Shake128Core

§

fn reset(&mut self)

§

impl Reset for TurboShake256Core

§

fn reset(&mut self)

§

impl Reset for Keccak256Core

§

fn reset(&mut self)

§

impl Reset for TurboShake128Core

§

fn reset(&mut self)

§

impl Reset for Keccak224Core

§

fn reset(&mut self)

§

impl Reset for Shake256Core

§

fn reset(&mut self)

§

impl Reset for Keccak256FullCore

§

fn reset(&mut self)

§

impl Reset for Sha3_224Core

§

fn reset(&mut self)

§

impl Reset for Keccak384Core

§

fn reset(&mut self)

§

impl Reset for Sha3_256Core

§

fn reset(&mut self)

§

impl Reset for Sha3_384Core

§

fn reset(&mut self)

§

impl Reset for Sha3_512Core

§

fn reset(&mut self)

Implementors§