Skip to main content

LINEAR_HASH_LABEL

Constant LINEAR_HASH_LABEL 

Source
pub const LINEAR_HASH_LABEL: u8 = _; // 3u8
Expand description

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