pub fn merkle_opening<const DEPTH: usize>(
    composer: &mut TurboComposer,
    branch: &PoseidonBranch<DEPTH>,
    leaf: Witness
) -> Witness
Expand description

Perform a merkle opening for a given branch and return the calculated root