pub const SUBTREE_AUDIT_TIMEOUT_LEAF_HINT: usize = 1000;Expand description
Conservative leaf-count hint for sizing the subtree-audit response deadline.
The deadline is set before the proof arrives, so we size for the largest
legal store: sqrt(MAX_COMMITMENT_KEY_COUNT) = 1000. Honest small stores
finish well within it.