/**
 * Tree module for Merkle Tree Library
 * Provides data structures and implementations for building Merkle trees
 */

// Export tree implementation
export { MerkleTree } from './MerkleTree';