pub fn compute_hash_streaming<'a>( segments: impl Iterator<Item = &'a [u8]>, ) -> String
Compute SHA-256 hash of multiple data segments.