Searched refs:second_level (Results 1 – 1 of 1) sorted by relevance
131 let second_level = hash_all_pages(&self.leaves); in calculate_root_hash() localVariable132 let hashes = (1..=level).fold(second_level, |source, _| hash_all_pages(&source)); in calculate_root_hash()