Trait filecoin_proofs_api::Hasher

source ·
pub trait Hasher: Clone + Debug + Eq + Default + Send + Sync {
    type Domain: Domain + Hashable<Self::Function> + AsRef<Self::Domain>;
    type Function: HashFunction<Self::Domain>;

    // Required method
    fn name() -> String;
}

Required Associated Types§

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§