Function compute_path

Source
pub fn compute_path(proof: &[Hash], leaf: Leaf) -> Vec<Hash>
Expand description

Computes the path from the leaf to the root using the provided proof.