Trait async_hash::Hash[][src]

pub trait Hash<D: Digest>: Sized {
    fn hash(self) -> Output<D>;
}
Expand description

Trait to compute a SHA-2 hash using the digest type D

Required methods

Compute the SHA-2 hash of this value

Implementations on Foreign Types

Implementors