bitIndex extracts the i-th bit (0 or 1) from a 256-bit key (assuming i in [0..255]). This is used in the compacted-leaf logic and typical SMT insertion/lookup code.
bitIndex extracts the i-th bit (0 or 1) from a 256-bit key (assuming i in [0..255]). This is used in the compacted-leaf logic and typical SMT insertion/lookup code.