Trait filecoin_hashers::Hasher[][src]

pub trait Hasher: Clone + Debug + Eq + Default + Send + Sync {
    type Domain: Domain + LightHashable<Self::Function> + AsRef<Self::Domain>;
    type Function: HashFunction<Self::Domain>;
    fn name() -> String;
}

Associated Types

Required methods

Implementors