pub async fn async_chksum<T>(data: impl AsyncChksumable) -> Result<T::Digest>where T: Hash + Send,
async-runtime-tokio
Computes the hash of the given input.