pub fn verify_ancestry_proof<H, L>(
    root: H::Output,
    ancestry_proof: AncestryProof<H::Output>
) -> Result<H::Output, Error>
where H: Hash, L: FullLeaf,
Expand description

Stateless ancestry proof verification.