mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-09 17:23:08 +00:00
fix
This commit is contained in:
parent
649c2e2b52
commit
0c182c4621
@ -104,7 +104,7 @@ impl<F: RichField + Extendable<D>, const D: usize> CircuitBuilder<F, D> {
|
||||
carry = new_carry;
|
||||
combined_limbs.push(new_limb);
|
||||
}
|
||||
combined_limbs[num_limbs] = carry;
|
||||
combined_limbs.push(carry);
|
||||
|
||||
BigUintTarget {
|
||||
limbs: combined_limbs,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user