/// Data structures for merkle tally tree proofs.
/// Create and verify proofs of vote count in a merkle tally tree. This can
/// be used to check that there is no mismatch between tallied votes and votes
/// in the merkle tally tree.
/// Create and verify proof of a vote being included OR excluded in/from a
/// merkle tally tree.
/// Helper functions for creating merkle tree proofs.
pub use crate*;
pub use crate*;
pub use crate*;