test_circuit_with_config

Function test_circuit_with_config 

Source
pub fn test_circuit_with_config<F: Halo2FFTFriendlyField>(
    provable_circuit: &ProvableCircuit<F>,
    expected_prover_config: &GKRCircuitProverConfig,
    expected_verifier_config: &GKRCircuitVerifierConfig,
)
Expand description

Function which calls test_circuit_internal with the appropriate expected prover/verifier config.