diff --git a/plonky2/src/plonk/circuit_builder.rs b/plonky2/src/plonk/circuit_builder.rs index c2c13b2c..8bd1d994 100644 --- a/plonky2/src/plonk/circuit_builder.rs +++ b/plonky2/src/plonk/circuit_builder.rs @@ -55,7 +55,7 @@ pub struct CircuitBuilder, const D: usize> { /// A domain separator, which is included in the initial Fiat-Shamir seed. This is generally not /// needed, but can be used to ensure that proofs for one application are not valid for another. - /// Defaults to zero. + /// Defaults to the empty vector. domain_separator: Option>, /// The types of gates used in this circuit.