Searched refs:hash_all_pages (Results 1 – 1 of 1) sorted by relevance
44 fn hash_all_pages(source: &[Sha256Hash]) -> Vec<Sha256Hash> { in hash_all_pages() function131 let second_level = hash_all_pages(&self.leaves); in calculate_root_hash()132 let hashes = (1..=level).fold(second_level, |source, _| hash_all_pages(&source)); in calculate_root_hash()