//! Inclusion and consistency proofs.
use crateHash;
/// A Merkle inclusion proof: the list of sibling hashes needed to
/// reconstruct the root from a given leaf.
/// A consistency proof: proves that an earlier tree state (with `from_size`
/// entries) is a prefix of the current tree state (with `to_size` entries).