[][src]Trait ophelia::Hasher

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

Required methods

fn digest(&self, data: &[u8]) -> HashValue

Loading content...

Implementors

Loading content...