mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 23:33:07 +00:00
removed extraneous constraint
This commit is contained in:
parent
695e5bc98c
commit
59bfc52f9c
@ -85,8 +85,6 @@ impl<F: Extendable<D>, const D: usize> Gate<F, D> for ExponentiationGate<F, D> {
|
||||
constraints.push(computed_intermediate_value - intermediate_values[i]);
|
||||
}
|
||||
|
||||
constraints.push(computed_output - intermediate_values[self.num_power_bits - 1]);
|
||||
|
||||
constraints
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user