pub const MAX_LEVELWISE_DEPTH: usize = 64;Expand description
Maximum depth for level-wise sync traversal.
LevelWise is designed for shallow trees (depth <= 2), but we allow up to
this limit for flexibility. Aligned with hash_comparison::MAX_TREE_DEPTH.