pub fn compute_segments_root<'a, Iter>(segment_roots: Iter) -> Blake3Hashwhere
Iter: IntoIterator<Item = &'a SegmentRoot>,
Expand description
Calculates a Merkle Tree root for a provided list of segment roots
pub fn compute_segments_root<'a, Iter>(segment_roots: Iter) -> Blake3Hashwhere
Iter: IntoIterator<Item = &'a SegmentRoot>,
Calculates a Merkle Tree root for a provided list of segment roots