halo2_base::utils::halo2

Function raw_constrain_equal

Source
pub fn raw_constrain_equal<F: Field>(
    region: &mut Region<'_, F>,
    left: Cell,
    right: Cell,
)
Expand description

Constrain two physical cells to be equal.