Trait ophelia::Hasher[][src]

pub trait Hasher {
    fn digest(&self, data: &[u8]) -> HashValue;
}

Required methods

Implementors