Function async_chksum

Source
pub async fn async_chksum<T>(data: impl AsyncChksumable) -> Result<T::Digest>
where T: Hash + Send,
Available on crate feature async-runtime-tokio only.
Expand description

Computes the hash of the given input.