This commit is contained in:
Chris Tian 2023-11-27 14:56:51 -08:00
parent 398b15c103
commit 2a6065b42f
No known key found for this signature in database
GPG Key ID: 669D2C12339E7031

View File

@ -915,6 +915,7 @@ impl<F: RichField + Extendable<D>, const D: usize> CircuitBuilder<F, D> {
}
}
/// Builds a "full circuit", with both prover and verifier data.
pub fn build_with_options<C: GenericConfig<D, F = F>>(
self,
commit_to_sigma: bool,
@ -926,7 +927,6 @@ impl<F: RichField + Extendable<D>, const D: usize> CircuitBuilder<F, D> {
circuit_data
}
/// Builds a "full circuit", with both prover and verifier data.
pub fn try_build_with_options<C: GenericConfig<D, F = F>>(
mut self,
commit_to_sigma: bool,