Function async_hash::hash_stream

source ·
pub async fn hash_stream<D, T, S>(stream: S) -> Output<D>
where D: Digest, T: Hash<D>, S: Stream<Item = T>,
Expand description

Hash a [Stream]