From c6a332200ee74ea91b178c9fba7c715cb68640d9 Mon Sep 17 00:00:00 2001 From: wborgeaud Date: Thu, 3 Feb 2022 14:55:27 +0100 Subject: [PATCH] Disallow degree `quotient_degree_factor = 1` --- plonky2/src/plonk/circuit_builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plonky2/src/plonk/circuit_builder.rs b/plonky2/src/plonk/circuit_builder.rs index ad216d69..67538d00 100644 --- a/plonky2/src/plonk/circuit_builder.rs +++ b/plonky2/src/plonk/circuit_builder.rs @@ -651,7 +651,7 @@ impl, const D: usize> CircuitBuilder { // `quotient_degree_factor` has to be between `max_filtered_constraint_degree-1` and `1<