pub fn verify<LogSize: Integer + Copy + Hash>(
tree: &LogTree<LogSize>,
record: &Record<LogSize>,
proofs: &HashMap<LogTreePosition<LogSize>, String>,
) -> boolExpand description
Verify that a given record belongs to the given tree, using the proofs provided