Files
powdr/executor
chriseth d98b7ebb58 Fix bit operations. (#2249)
This fixes a bug in witjitgen where the bit operations used for masking
in bit-decomposition would use field elements as types for the masks.
The problem is that we sometimes mask using masks outside the field and
the proper type for masks is FieldElement::Integer.
2024-12-18 13:56:29 +00:00
..
2024-12-18 13:56:29 +00:00
2024-12-17 10:41:04 +00:00