Trait async_hash::Hash
source · pub trait Hash<D: Digest>: Sized {
// Required method
fn hash(self) -> Output<D>;
}
Expand description
Trait to compute a SHA-2 hash using the digest type D
pub trait Hash<D: Digest>: Sized {
// Required method
fn hash(self) -> Output<D>;
}
Trait to compute a SHA-2 hash using the digest type D