Struct parity_crypto::digest::Hasher[][src]

pub struct Hasher<T>(_, _);

Stateful digest computation.

Methods

impl Hasher<Sha256>
[src]

impl Hasher<Sha512>
[src]

impl Hasher<Ripemd160>
[src]

impl<T> Hasher<T>
[src]

Auto Trait Implementations

impl<T> Send for Hasher<T> where
    T: Send

impl<T> Sync for Hasher<T> where
    T: Sync