mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 16:23:12 +00:00
Remove debug info
This commit is contained in:
parent
c74b0c91c8
commit
d0da2fe1ad
@ -662,15 +662,6 @@ impl<F: RichField + Extendable<D>, const D: usize> CircuitBuilder<F, D> {
|
|||||||
let start = Instant::now();
|
let start = Instant::now();
|
||||||
let rate_bits = self.config.fri_config.rate_bits;
|
let rate_bits = self.config.fri_config.rate_bits;
|
||||||
|
|
||||||
for g in &self.gate_instances {
|
|
||||||
assert_eq!(
|
|
||||||
g.gate_ref.0.generators(0, &[F::ZERO; 100]).len(),
|
|
||||||
g.gate_ref.0.num_ops(),
|
|
||||||
"{}",
|
|
||||||
g.gate_ref.0.id()
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
self.fill_batched_gates();
|
self.fill_batched_gates();
|
||||||
|
|
||||||
// Hash the public inputs, and route them to a `PublicInputGate` which will enforce that
|
// Hash the public inputs, and route them to a `PublicInputGate` which will enforce that
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user