Searched refs:second_level (Results 1 – 1 of 1) sorted by relevance
119 let second_level = hash_all_pages(&self.leaves)?; in calculate_root_hash() localVariable121 (1..=level).try_fold(second_level, |source, _| hash_all_pages(&source))?; in calculate_root_hash()