verify

Function verify 

Source
pub fn verify<LogSize: Integer + Copy + Hash>(
    tree: &LogTree<LogSize>,
    record: &Record<LogSize>,
    proofs: &HashMap<LogTreePosition<LogSize>, String>,
) -> bool
Expand description

Verify that a given record belongs to the given tree, using the proofs provided