Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix RLC is_lt_128 (privacy-scaling-explorations#1449)
### Description In the RLC gadget, the indicator `is_lt_128` must be equivalent to `value < 128`. However, currently only the `true` case is handled. This PR handles both `true` and `false` cases. ### Issue Link Scroll internal. ### Type of change - [x] Bug fix (non-breaking change which fixes an issue) --------- Co-authored-by: Aurélien Nicolas <[email protected]> Co-authored-by: Han <[email protected]>
- Loading branch information