Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(bitwise.ts): replace Field.sizeInBits with hardcoded value 2…
…40 in validateBitLength calls The hardcoded value of 240 is now used instead of Field.sizeInBits when calling the validateBitLength function in the not and and functions. This change was made to avoid relying on the Field.sizeInBits property and instead use a fixed value for the maximum bit length validation. Using a hardcoded value provides more explicit control over the allowed bit length and reduces the dependency on the Field class.
- Loading branch information