hash_stream

Function hash_stream 

Source
pub async fn hash_stream(
    reader: &mut (impl ReadExt + Unpin),
) -> BuckyResult<(HashValue, u64)>