Skip to main content

compute_hash_streaming

Function compute_hash_streaming 

Source
pub fn compute_hash_streaming<'a>(
    segments: impl Iterator<Item = &'a [u8]>,
) -> String
Expand description

Compute SHA-256 hash of multiple data segments.