Skip to content

Commit

Permalink
removed reference to paddedlength in and gadget
Browse files Browse the repository at this point in the history
  • Loading branch information
nicc committed Dec 8, 2023
1 parent 34737ad commit 4acd90a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/zkapps/o1js/bitwise-operations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ The `length` parameter:
- Specifies how many bits to compare.
- Adds more constraints for larger numbers.

With `length = 2` (`paddedLength = 16`), the AND operation fails for any input that is larger than `2**16`.

Example:

```ts
Expand Down

0 comments on commit 4acd90a

Please sign in to comment.