Variable: BITS ​
constBITS: readonlybigint[]
Defined in: constants.ts:26
Pre-computed MSB-first bit masks for tree traversal and proof validation. BITS[i] = 2^(255 - i) for i in [0, 255], BITS[256] = 0n (sentinel).
Used by both OptimizedSMT (tree building/finalization) and SMTProof (proof validation) — MUST be the same array.