mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-10 01:33:07 +00:00
* Unify handling of ADD, SUB, LT, GT under the formula x+y=z+cy*2^256. * Rename general column ranges to "registers" instead of "inputs". * Rename 'compare' module to 'addcc'. * Update comments. * Enforce length equality in iteration. * Address William's PR comments.