From 4acd90a9a8e3701da62becec01e89be586496df8 Mon Sep 17 00:00:00 2001 From: Nic Young Date: Fri, 8 Dec 2023 17:05:26 +0200 Subject: [PATCH] removed reference to paddedlength in and gadget --- docs/zkapps/o1js/bitwise-operations.mdx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/zkapps/o1js/bitwise-operations.mdx b/docs/zkapps/o1js/bitwise-operations.mdx index 486d05fbf..9fd544863 100644 --- a/docs/zkapps/o1js/bitwise-operations.mdx +++ b/docs/zkapps/o1js/bitwise-operations.mdx @@ -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