Module mul

Source

Structs§

MulSS32
MulSU32
A gadget that computes Signed x Unsigned multiplication with the full 64-bit signed result
MulUU32
MulUU64
SignConverter
Simple struct to convert to and from Two’s complement representation based on bits. See SignConverter::new
TwosComplement
Simple gadget that’s used to convert to and from two’s complement binary representations

Traits§

UnsignedMulPrimitives
Helper trait to create Multiplication gadgets for unsigned integers of different bit lengths.