Module add
Source - Incr
- Gadget for incrementing the values in a column by 1, generic over
u32
and u64
- U32Add
- A gadget for performing 32-bit integer addition on vertically-packed bit columns.
- U32AddFlags
- Flags modifying the behavior of the
U32Add
gadget. - U32AddStacked
- A gadget for performing SIMD 32-bit integer addition on vertically-packed bit columns.
- WideAdd
- Gadget for unsigned addition using non-packed one-bit columns generic over
u32
and u64
- UnsignedAddPrimitives
- A very simple trait used in Addition gadgets for unsigned integers of different bit lengths.
- U32Incr
- U64Incr