mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-06 15:53:10 +00:00
another fix
This commit is contained in:
parent
90178b2b0a
commit
7e81f297f2
@ -190,7 +190,7 @@ impl<F: RichField + Extendable<D>, const D: usize> CircuitBuilder<F, D> {
|
||||
self.connect_biguint(a, div_b_plus_rem);
|
||||
|
||||
let cmp_rem_b = self.cmp_biguint(rem.clone(), b);
|
||||
self.assert_zero(cmp_rem_b.target);
|
||||
self.assert_one(cmp_rem_b.target);
|
||||
|
||||
(div, rem)
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user