Skip to main content

BITWISE_AND_LABEL

Constant BITWISE_AND_LABEL 

Source
pub const BITWISE_AND_LABEL: Felt;
Expand description

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