pub fn constraints<F: FftField>(
configuration: &LookupConfiguration<F>,
generate_feature_flags: bool,
) -> Vec<E<F>> ⓘExpand description
Specifies the lookup constraints as expressions.
§Panics
Will panic if single element length is bigger than max_per_row length.