halo2ccs

Function is_ccs_plus_satisfied

Source
pub fn is_ccs_plus_satisfied<F: PrimeField>(
    ccs: CCS<F>,
    z: &[F],
    LandT: Vec<(HashSet<usize>, HashSet<F>)>,
) -> bool
Expand description

Takes the output of convert_halo2_circuit, and check if the CCS+ instance is satisfied.