Trait easy_hash::Hasher [] [src]

pub trait Hasher {
    type Output: HashResult;
    fn hash(input: &[u8]) -> Self::Output;
}

Associated Types

Required Methods

Implementors