Structs§
- MulSS32
- MulSU32
- A gadget that computes Signed x Unsigned multiplication with the full 64-bit signed result
- MulUU32
- MulUU64
- Sign
Converter - Simple struct to convert to and from Two’s complement representation based on bits. See
SignConverter::new
- Twos
Complement - Simple gadget that’s used to convert to and from two’s complement binary representations
Traits§
- Unsigned
MulPrimitives - Helper trait to create Multiplication gadgets for unsigned integers of different bit lengths.