pub trait Hashable<Algo>where
    Algo: HashAlgo,
{ fn hash(
        &self
    ) -> Result<<<Algo as HashAlgo>::Kernel as HashAlgoKernel>::Output, <<Algo as HashAlgo>::Kernel as HashAlgoKernel>::Error>; }

Required Methods§

Implementations on Foreign Types§

Implementors§