Structs§
- The number of limbs and limb bits are determined at runtime.
- Number of limbs and limb size are determined purely at runtime
- The number of limbs and limb bits are determined at runtime.
Type Aliases§
- Each prime field element will be represented as
NUM_LANES * LANE_SIZE
cells in memory. TheLANE_SIZE
must be a power of 2 and determines the size of the batch memory read/writes. - See ModularAddSubAir.
- Each prime field element will be represented as
NUM_LANES * LANE_SIZE
cells in memory. TheLANE_SIZE
must be a power of 2 and determines the size of the batch memory read/writes. - See ModularMulDivAir.