Skip to main content

BITWISE_XOR_LABEL

Constant BITWISE_XOR_LABEL 

Source
pub const BITWISE_XOR_LABEL: Felt;
Expand description

Unique label computed as 1 plus the full chiplet selector with the bits reversed. selector = [1, 0 | 1], flag = rev(selector) + 1 = [1 | 0, 1] + 1 = 6