Module xor

Source

Structs§

XorBus
Represents a bus for (x, y, x ^ y) identified by a unique bus index (usize).
XorBusInteraction
XorLookupAir
Xor via preprocessed lookup table. Can only be used if inputs have less than approximately 10-bits.
XorLookupChip
This chip gets requests to compute the xor of two numbers x and y of at most M bits. It generates a preprocessed table with a row for each possible triple (x, y, x^y) and keeps count of the number of times each triple is requested for the single main trace column.
XorLookupCols
Columns for the main trace of the XOR lookup
XorLookupPreprocessedCols
Columns for the preprocessed table of the XOR lookup

Constants§

NUM_XOR_LOOKUP_COLS
NUM_XOR_LOOKUP_PREPROCESSED_COLS