Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(bitwise.unit-test.ts): change bit size from 254 to 240 in xo…
…r, notUnchecked, notChecked methods and error message The bit size was reduced from 254 to 240 in multiple places within the Bitwise ZkProgram and the corresponding test case. This change was likely made to optimize performance or to align with some specific requirements of the application. By using a smaller bit size, the computations and proofs involving bitwise operations will be more efficient in terms of time and space complexity.
- Loading branch information